Subscription keeps operators up to date by tracking changes to Catalogs.
Subscription keeps operators up to date by tracking changes to Catalogs.
object
metadata
spec
Property | Type | Description |
---|---|---|
|
|
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/sig-architecture/api-conventions.md#resources |
|
|
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/sig-architecture/api-conventions.md#types-kinds |
|
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
|
|
|
SubscriptionSpec defines an Application that can be installed |
|
|
SubscriptionSpec defines an Application that can be installed
object
name
source
sourceNamespace
Property | Type | Description |
---|---|---|
|
|
|
|
|
SubscriptionConfig contains configuration specified for a subscription. |
|
|
Approval is the user approval policy for an InstallPlan. It must be one of "Automatic" or "Manual". |
|
|
|
|
|
|
|
|
|
|
|
SubscriptionConfig contains configuration specified for a subscription.
object
Property | Type | Description |
---|---|---|
|
|
Env is a list of environment variables to set in the container. Cannot be updated. |
|
|
EnvVar represents an environment variable present in a Container. |
|
|
EnvFrom is a list of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Immutable. |
|
|
EnvFromSource represents the source of a set of ConfigMaps |
|
|
NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ |
|
|
Resources represents compute resources required by this container. Immutable. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ |
|
|
Selector is the label selector for pods to be configured. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template’s labels. |
|
|
Tolerations are the pod’s tolerations. |
|
|
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>. |
|
|
List of VolumeMounts to set in the container. |
|
|
VolumeMount describes a mounting of a Volume within a container. |
|
|
List of Volumes to set in the podSpec. |
|
|
Volume represents a named volume in a pod that may be accessed by any container in the pod. |