image.v1.imageStreamTag
"ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream."
Index
fn new(name)
fn withConditions(conditions)
fn withConditionsMixin(conditions)
fn withGeneration(generation)
obj image
fn withApiVersion(apiVersion)
fn withDockerImageConfig(dockerImageConfig)
fn withDockerImageLayers(dockerImageLayers)
fn withDockerImageLayersMixin(dockerImageLayers)
fn withDockerImageManifest(dockerImageManifest)
fn withDockerImageManifestMediaType(dockerImageManifestMediaType)
fn withDockerImageMetadataVersion(dockerImageMetadataVersion)
fn withDockerImageReference(dockerImageReference)
fn withDockerImageSignatures(dockerImageSignatures)
fn withDockerImageSignaturesMixin(dockerImageSignatures)
fn withKind(kind)
fn withSignatures(signatures)
fn withSignaturesMixin(signatures)
obj image.dockerImageMetadata
obj image.metadata
fn withAnnotations(annotations)
fn withAnnotationsMixin(annotations)
fn withClusterName(clusterName)
fn withCreationTimestamp(creationTimestamp)
fn withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
fn withDeletionTimestamp(deletionTimestamp)
fn withFinalizers(finalizers)
fn withFinalizersMixin(finalizers)
fn withGenerateName(generateName)
fn withGeneration(generation)
fn withLabels(labels)
fn withLabelsMixin(labels)
fn withName(name)
fn withNamespace(namespace)
fn withOwnerReferences(ownerReferences)
fn withOwnerReferencesMixin(ownerReferences)
fn withResourceVersion(resourceVersion)
fn withSelfLink(selfLink)
fn withUid(uid)
obj image.metadata.initializers
obj lookupPolicy
obj metadata
fn withAnnotations(annotations)
fn withAnnotationsMixin(annotations)
fn withClusterName(clusterName)
fn withCreationTimestamp(creationTimestamp)
fn withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
fn withDeletionTimestamp(deletionTimestamp)
fn withFinalizers(finalizers)
fn withFinalizersMixin(finalizers)
fn withGenerateName(generateName)
fn withGeneration(generation)
fn withLabels(labels)
fn withLabelsMixin(labels)
fn withName(name)
fn withNamespace(namespace)
fn withOwnerReferences(ownerReferences)
fn withOwnerReferencesMixin(ownerReferences)
fn withResourceVersion(resourceVersion)
fn withSelfLink(selfLink)
fn withUid(uid)
obj metadata.initializers
obj tag
Fields
fn new
new(name)
new returns an instance of ImageStreamTag
fn withConditions
withConditions(conditions)
"conditions is an array of conditions that apply to the image stream tag."
fn withConditionsMixin
withConditionsMixin(conditions)
"conditions is an array of conditions that apply to the image stream tag."
Note: This function appends passed data to existing values
fn withGeneration
withGeneration(generation)
"generation is the current generation of the tagged image - if tag is provided and this value is not equal to the tag generation, a user has requested an import that has not completed, or conditions will be filled out indicating any error."
obj image
"Image is an immutable representation of a Docker image and metadata at a point in time."
fn image.withApiVersion
withApiVersion(apiVersion)
"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources"
fn image.withDockerImageConfig
withDockerImageConfig(dockerImageConfig)
"DockerImageConfig is a JSON blob that the runtime uses to set up the container. This is a part of manifest schema v2."
fn image.withDockerImageLayers
withDockerImageLayers(dockerImageLayers)
"DockerImageLayers represents the layers in the image. May not be set if the image does not define that data."
fn image.withDockerImageLayersMixin
withDockerImageLayersMixin(dockerImageLayers)
"DockerImageLayers represents the layers in the image. May not be set if the image does not define that data."
Note: This function appends passed data to existing values
fn image.withDockerImageManifest
withDockerImageManifest(dockerImageManifest)
"DockerImageManifest is the raw JSON of the manifest"
fn image.withDockerImageManifestMediaType
withDockerImageManifestMediaType(dockerImageManifestMediaType)
"DockerImageManifestMediaType specifies the mediaType of manifest. This is a part of manifest schema v2."
fn image.withDockerImageMetadataVersion
withDockerImageMetadataVersion(dockerImageMetadataVersion)
"DockerImageMetadataVersion conveys the version of the object, which if empty defaults to \"1.0\
fn image.withDockerImageReference
withDockerImageReference(dockerImageReference)
"DockerImageReference is the string that can be used to pull this image."
fn image.withDockerImageSignatures
withDockerImageSignatures(dockerImageSignatures)
"DockerImageSignatures provides the signatures as opaque blobs. This is a part of manifest schema v1."
fn image.withDockerImageSignaturesMixin
withDockerImageSignaturesMixin(dockerImageSignatures)
"DockerImageSignatures provides the signatures as opaque blobs. This is a part of manifest schema v1."
Note: This function appends passed data to existing values
fn image.withKind
withKind(kind)
"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn image.withSignatures
withSignatures(signatures)
"Signatures holds all signatures of the image."
fn image.withSignaturesMixin
withSignaturesMixin(signatures)
"Signatures holds all signatures of the image."
Note: This function appends passed data to existing values
obj image.dockerImageMetadata
"RawExtension is used to hold extensions in external versions.\n\nTo use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package: type MyAPIObject struct {\n\truntime.TypeMeta json:\",inline\"
\n\tMyPlugin runtime.Object json:\"myPlugin\"
\n} type PluginA struct {\n\tAOption string json:\"aOption\"
\n}\n\n// External package: type MyAPIObject struct {\n\truntime.TypeMeta json:\",inline\"
\n\tMyPlugin runtime.RawExtension json:\"myPlugin\"
\n} type PluginA struct {\n\tAOption string json:\"aOption\"
\n}\n\n// On the wire, the JSON will look something like this: {\n\t\"kind\":\"MyAPIObject\",\n\t\"apiVersion\":\"v1\",\n\t\"myPlugin\": {\n\t\t\"kind\":\"PluginA\",\n\t\t\"aOption\":\"foo\",\n\t},\n}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.)"
fn image.dockerImageMetadata.withRaw
withRaw(raw)
"Raw is the underlying serialization of this object."
obj image.metadata
"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."
fn image.metadata.withAnnotations
withAnnotations(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
fn image.metadata.withAnnotationsMixin
withAnnotationsMixin(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
Note: This function appends passed data to existing values
fn image.metadata.withClusterName
withClusterName(clusterName)
"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
fn image.metadata.withCreationTimestamp
withCreationTimestamp(creationTimestamp)
fn image.metadata.withDeletionGracePeriodSeconds
withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
fn image.metadata.withDeletionTimestamp
withDeletionTimestamp(deletionTimestamp)
fn image.metadata.withFinalizers
withFinalizers(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
fn image.metadata.withFinalizersMixin
withFinalizersMixin(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
Note: This function appends passed data to existing values
fn image.metadata.withGenerateName
withGenerateName(generateName)
"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency"
fn image.metadata.withGeneration
withGeneration(generation)
"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
fn image.metadata.withLabels
withLabels(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
fn image.metadata.withLabelsMixin
withLabelsMixin(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
Note: This function appends passed data to existing values
fn image.metadata.withName
withName(name)
"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
fn image.metadata.withNamespace
withNamespace(namespace)
"Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
fn image.metadata.withOwnerReferences
withOwnerReferences(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
fn image.metadata.withOwnerReferencesMixin
withOwnerReferencesMixin(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
Note: This function appends passed data to existing values
fn image.metadata.withResourceVersion
withResourceVersion(resourceVersion)
"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency"
fn image.metadata.withSelfLink
withSelfLink(selfLink)
"SelfLink is a URL representing this object. Populated by the system. Read-only."
fn image.metadata.withUid
withUid(uid)
"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
obj image.metadata.initializers
"Initializers tracks the progress of initialization."
fn image.metadata.initializers.withPending
withPending(pending)
"Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients."
fn image.metadata.initializers.withPendingMixin
withPendingMixin(pending)
"Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients."
Note: This function appends passed data to existing values
obj image.metadata.initializers.result
"Status is a return value for calls that don't return other objects."
fn image.metadata.initializers.result.withApiVersion
withApiVersion(apiVersion)
"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources"
fn image.metadata.initializers.result.withCode
withCode(code)
"Suggested HTTP return code for this status, 0 if not set."
fn image.metadata.initializers.result.withKind
withKind(kind)
"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn image.metadata.initializers.result.withMessage
withMessage(message)
"A human-readable description of the status of this operation."
fn image.metadata.initializers.result.withMetadata
withMetadata(metadata)
"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn image.metadata.initializers.result.withReason
withReason(reason)
"A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it."
obj image.metadata.initializers.result.details
"StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined."
fn image.metadata.initializers.result.details.withCauses
withCauses(causes)
"The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
fn image.metadata.initializers.result.details.withCausesMixin
withCausesMixin(causes)
"The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
Note: This function appends passed data to existing values
fn image.metadata.initializers.result.details.withGroup
withGroup(group)
"The group attribute of the resource associated with the status StatusReason."
fn image.metadata.initializers.result.details.withKind
withKind(kind)
"The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn image.metadata.initializers.result.details.withName
withName(name)
"The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
fn image.metadata.initializers.result.details.withRetryAfterSeconds
withRetryAfterSeconds(retryAfterSeconds)
"If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action."
fn image.metadata.initializers.result.details.withUid
withUid(uid)
"UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
obj lookupPolicy
"ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace."
fn lookupPolicy.withLocal
withLocal(Local)
"local will change the docker short image references (like \"mysql\" or \"php:latest\") on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag's referencePolicy is taken into account on the replaced value. Only works within the current namespace."
obj metadata
"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."
fn metadata.withAnnotations
withAnnotations(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
fn metadata.withAnnotationsMixin
withAnnotationsMixin(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
Note: This function appends passed data to existing values
fn metadata.withClusterName
withClusterName(clusterName)
"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
fn metadata.withCreationTimestamp
withCreationTimestamp(creationTimestamp)
fn metadata.withDeletionGracePeriodSeconds
withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
fn metadata.withDeletionTimestamp
withDeletionTimestamp(deletionTimestamp)
fn metadata.withFinalizers
withFinalizers(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
fn metadata.withFinalizersMixin
withFinalizersMixin(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
Note: This function appends passed data to existing values
fn metadata.withGenerateName
withGenerateName(generateName)
"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency"
fn metadata.withGeneration
withGeneration(generation)
"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
fn metadata.withLabels
withLabels(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
fn metadata.withLabelsMixin
withLabelsMixin(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
Note: This function appends passed data to existing values
fn metadata.withName
withName(name)
"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
fn metadata.withNamespace
withNamespace(namespace)
"Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
fn metadata.withOwnerReferences
withOwnerReferences(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
fn metadata.withOwnerReferencesMixin
withOwnerReferencesMixin(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
Note: This function appends passed data to existing values
fn metadata.withResourceVersion
withResourceVersion(resourceVersion)
"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency"
fn metadata.withSelfLink
withSelfLink(selfLink)
"SelfLink is a URL representing this object. Populated by the system. Read-only."
fn metadata.withUid
withUid(uid)
"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
obj metadata.initializers
"Initializers tracks the progress of initialization."
fn metadata.initializers.withPending
withPending(pending)
"Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients."
fn metadata.initializers.withPendingMixin
withPendingMixin(pending)
"Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients."
Note: This function appends passed data to existing values
obj metadata.initializers.result
"Status is a return value for calls that don't return other objects."
fn metadata.initializers.result.withApiVersion
withApiVersion(apiVersion)
"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources"
fn metadata.initializers.result.withCode
withCode(code)
"Suggested HTTP return code for this status, 0 if not set."
fn metadata.initializers.result.withKind
withKind(kind)
"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn metadata.initializers.result.withMessage
withMessage(message)
"A human-readable description of the status of this operation."
fn metadata.initializers.result.withMetadata
withMetadata(metadata)
"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn metadata.initializers.result.withReason
withReason(reason)
"A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it."
obj metadata.initializers.result.details
"StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined."
fn metadata.initializers.result.details.withCauses
withCauses(causes)
"The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
fn metadata.initializers.result.details.withCausesMixin
withCausesMixin(causes)
"The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
Note: This function appends passed data to existing values
fn metadata.initializers.result.details.withGroup
withGroup(group)
"The group attribute of the resource associated with the status StatusReason."
fn metadata.initializers.result.details.withKind
withKind(kind)
"The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn metadata.initializers.result.details.withName
withName(name)
"The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
fn metadata.initializers.result.details.withRetryAfterSeconds
withRetryAfterSeconds(retryAfterSeconds)
"If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action."
fn metadata.initializers.result.details.withUid
withUid(uid)
"UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
obj tag
"TagReference specifies optional annotations for images using this tag and an optional reference to an ImageStreamTag, ImageStreamImage, or DockerImage this tag should track."
fn tag.withAnnotations
withAnnotations(annotations)
"Optional; if specified, annotations that are applied to images retrieved via ImageStreamTags."
fn tag.withAnnotationsMixin
withAnnotationsMixin(annotations)
"Optional; if specified, annotations that are applied to images retrieved via ImageStreamTags."
Note: This function appends passed data to existing values
fn tag.withGeneration
withGeneration(generation)
"Generation is a counter that tracks mutations to the spec tag (user intent). When a tag reference is changed the generation is set to match the current stream generation (which is incremented every time spec is changed). Other processes in the system like the image importer observe that the generation of spec tag is newer than the generation recorded in the status and use that as a trigger to import the newest remote tag. To trigger a new import, clients may set this value to zero which will reset the generation to the latest stream generation. Legacy clients will send this value as nil which will be merged with the current tag generation."
fn tag.withName
withName(name)
"Name of the tag"
fn tag.withReference
withReference(reference)
"Reference states if the tag will be imported. Default value is false, which means the tag will be imported."
obj tag.from
"ObjectReference contains enough information to let you inspect or modify the referred object."
fn tag.from.withApiVersion
withApiVersion(apiVersion)
"API version of the referent."
fn tag.from.withFieldPath
withFieldPath(fieldPath)
"If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object."
fn tag.from.withKind
withKind(kind)
"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
fn tag.from.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn tag.from.withNamespace
withNamespace(namespace)
"Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/"
fn tag.from.withResourceVersion
withResourceVersion(resourceVersion)
"Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency"
fn tag.from.withUid
withUid(uid)
"UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids"
obj tag.importPolicy
"TagImportPolicy controls how images related to this tag will be imported."
fn tag.importPolicy.withInsecure
withInsecure(insecure)
"Insecure is true if the server may bypass certificate verification or connect directly over HTTP during image import."
fn tag.importPolicy.withScheduled
withScheduled(scheduled)
"Scheduled indicates to the server that this tag should be periodically checked to ensure it is up to date, and imported"
obj tag.referencePolicy
"TagReferencePolicy describes how pull-specs for images in this image stream tag are generated when image change triggers in deployment configs or builds are resolved. This allows the image stream author to control how images are accessed."
fn tag.referencePolicy.withType
withType(type)
"Type determines how the image pull spec should be transformed when the image stream tag is used in deployment config triggers or new builds. The default value is Source
, indicating the original location of the image should be used (if imported). The user may also specify Local
, indicating that the pull spec should point to the integrated Docker registry and leverage the registry's ability to proxy the pull to an upstream registry. Local
allows the credentials used to pull this image to be managed from the image stream's namespace, so others on the platform can access a remote image but have no access to the remote secret. It also allows the image layers to be mirrored into the local registry which the images can still be pulled even if the upstream registry is unavailable."