Skip to content

kyverno.v2alpha1.cleanupPolicy

"CleanupPolicy defines a rule for resource cleanup."

Index

Fields

fn new

new(name)

new returns an instance of CleanupPolicy

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)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

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)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

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. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

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. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

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/sig-architecture/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 which 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/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

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 spec

"Spec declares policy behaviors."

fn spec.withContext

withContext(context)

"Context defines variables and data sources that can be used during rule execution."

fn spec.withContextMixin

withContextMixin(context)

"Context defines variables and data sources that can be used during rule execution."

Note: This function appends passed data to existing values

fn spec.withSchedule

withSchedule(schedule)

"The schedule in Cron format"

obj spec.conditions

"Conditions defines the conditions used to select the resources which will be cleaned up."

fn spec.conditions.withAll

withAll(all)

"AllConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. Here, all of the conditions need to pass."

fn spec.conditions.withAllMixin

withAllMixin(all)

"AllConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. Here, all of the conditions need to pass."

Note: This function appends passed data to existing values

fn spec.conditions.withAny

withAny(any)

"AnyConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. Here, at least one of the conditions need to pass."

fn spec.conditions.withAnyMixin

withAnyMixin(any)

"AnyConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. Here, at least one of the conditions need to pass."

Note: This function appends passed data to existing values

obj spec.conditions.all

"AllConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. Here, all of the conditions need to pass."

fn spec.conditions.all.withKey

withKey(key)

"Key is the context entry (using JMESPath) for conditional rule evaluation."

fn spec.conditions.all.withMessage

withMessage(message)

"Message is an optional display message"

fn spec.conditions.all.withOperator

withOperator(operator)

"Operator is the conditional operation to perform. Valid operators are: Equals, NotEquals, In, AnyIn, AllIn, NotIn, AnyNotIn, AllNotIn, GreaterThanOrEquals, GreaterThan, LessThanOrEquals, LessThan, DurationGreaterThanOrEquals, DurationGreaterThan, DurationLessThanOrEquals, DurationLessThan"

fn spec.conditions.all.withValue

withValue(value)

"Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using JMESPath."

obj spec.conditions.any

"AnyConditions enable variable-based conditional rule execution. This is useful for finer control of when an rule is applied. A condition can reference object data using JMESPath notation. Here, at least one of the conditions need to pass."

fn spec.conditions.any.withKey

withKey(key)

"Key is the context entry (using JMESPath) for conditional rule evaluation."

fn spec.conditions.any.withMessage

withMessage(message)

"Message is an optional display message"

fn spec.conditions.any.withOperator

withOperator(operator)

"Operator is the conditional operation to perform. Valid operators are: Equals, NotEquals, In, AnyIn, AllIn, NotIn, AnyNotIn, AllNotIn, GreaterThanOrEquals, GreaterThan, LessThanOrEquals, LessThan, DurationGreaterThanOrEquals, DurationGreaterThan, DurationLessThanOrEquals, DurationLessThan"

fn spec.conditions.any.withValue

withValue(value)

"Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using JMESPath."

obj spec.context

"Context defines variables and data sources that can be used during rule execution."

fn spec.context.withName

withName(name)

"Name is the variable name."

obj spec.context.apiCall

"APICall is an HTTP request to the Kubernetes API server, or other JSON web service. The data returned is stored in the context with the name for the context entry."

fn spec.context.apiCall.withData

withData(data)

"Data specifies the POST data sent to the server."

fn spec.context.apiCall.withDataMixin

withDataMixin(data)

"Data specifies the POST data sent to the server."

Note: This function appends passed data to existing values

fn spec.context.apiCall.withJmesPath

withJmesPath(jmesPath)

"JMESPath is an optional JSON Match Expression that can be used to transform the JSON response returned from the server. For example a JMESPath of \"items | length(@)\" applied to the API server response for the URLPath \"/apis/apps/v1/deployments\" will return the total count of deployments across all namespaces."

fn spec.context.apiCall.withMethod

withMethod(method)

"Method is the HTTP request type (GET or POST)."

fn spec.context.apiCall.withUrlPath

withUrlPath(urlPath)

"URLPath is the URL path to be used in the HTTP GET or POST request to the Kubernetes API server (e.g. \"/api/v1/namespaces\" or \"/apis/apps/v1/deployments\"). The format required is the same format used by the kubectl get --raw command. See https://kyverno.io/docs/writing-policies/external-data-sources/#variables-from-kubernetes-api-server-calls for details."

obj spec.context.apiCall.data

"Data specifies the POST data sent to the server."

fn spec.context.apiCall.data.withKey

withKey(key)

"Key is a unique identifier for the data value"

fn spec.context.apiCall.data.withValue

withValue(value)

"Value is the data value"

obj spec.context.apiCall.service

"Service is an API call to a JSON web service"

fn spec.context.apiCall.service.withCaBundle

withCaBundle(caBundle)

"CABundle is a PEM encoded CA bundle which will be used to validate the server certificate."

fn spec.context.apiCall.service.withUrl

withUrl(url)

"URL is the JSON web service URL. A typical form is https://{service}.{namespace}:{port}/{path}."

obj spec.context.configMap

"ConfigMap is the ConfigMap reference."

fn spec.context.configMap.withName

withName(name)

"Name is the ConfigMap name."

fn spec.context.configMap.withNamespace

withNamespace(namespace)

"Namespace is the ConfigMap namespace."

obj spec.context.imageRegistry

"ImageRegistry defines requests to an OCI/Docker V2 registry to fetch image details."

fn spec.context.imageRegistry.withJmesPath

withJmesPath(jmesPath)

"JMESPath is an optional JSON Match Expression that can be used to transform the ImageData struct returned as a result of processing the image reference."

fn spec.context.imageRegistry.withReference

withReference(reference)

"Reference is image reference to a container image in the registry. Example: ghcr.io/kyverno/kyverno:latest"

obj spec.context.imageRegistry.imageRegistryCredentials

"ImageRegistryCredentials provides credentials that will be used for authentication with registry"

fn spec.context.imageRegistry.imageRegistryCredentials.withAllowInsecureRegistry

withAllowInsecureRegistry(allowInsecureRegistry)

"AllowInsecureRegistry allows insecure access to a registry."

fn spec.context.imageRegistry.imageRegistryCredentials.withProviders

withProviders(providers)

"Providers specifies a list of OCI Registry names, whose authentication providers are provided. It can be of one of these values: default,google,azure,amazon,github."

fn spec.context.imageRegistry.imageRegistryCredentials.withProvidersMixin

withProvidersMixin(providers)

"Providers specifies a list of OCI Registry names, whose authentication providers are provided. It can be of one of these values: default,google,azure,amazon,github."

Note: This function appends passed data to existing values

fn spec.context.imageRegistry.imageRegistryCredentials.withSecrets

withSecrets(secrets)

"Secrets specifies a list of secrets that are provided for credentials. Secrets must live in the Kyverno namespace."

fn spec.context.imageRegistry.imageRegistryCredentials.withSecretsMixin

withSecretsMixin(secrets)

"Secrets specifies a list of secrets that are provided for credentials. Secrets must live in the Kyverno namespace."

Note: This function appends passed data to existing values

obj spec.context.variable

"Variable defines an arbitrary JMESPath context variable that can be defined inline."

fn spec.context.variable.withDefault

withDefault(default)

"Default is an optional arbitrary JSON object that the variable may take if the JMESPath expression evaluates to nil"

fn spec.context.variable.withJmesPath

withJmesPath(jmesPath)

"JMESPath is an optional JMESPath Expression that can be used to transform the variable."

fn spec.context.variable.withValue

withValue(value)

"Value is any arbitrary JSON object representable in YAML or JSON form."

obj spec.exclude

"ExcludeResources defines when cleanuppolicy should not be applied. The exclude criteria can include resource information (e.g. kind, name, namespace, labels) and admission review request information like the name or role."

fn spec.exclude.withAll

withAll(all)

"All allows specifying resources which will be ANDed"

fn spec.exclude.withAllMixin

withAllMixin(all)

"All allows specifying resources which will be ANDed"

Note: This function appends passed data to existing values

fn spec.exclude.withAny

withAny(any)

"Any allows specifying resources which will be ORed"

fn spec.exclude.withAnyMixin

withAnyMixin(any)

"Any allows specifying resources which will be ORed"

Note: This function appends passed data to existing values

obj spec.exclude.all

"All allows specifying resources which will be ANDed"

fn spec.exclude.all.withClusterRoles

withClusterRoles(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

fn spec.exclude.all.withClusterRolesMixin

withClusterRolesMixin(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

Note: This function appends passed data to existing values

fn spec.exclude.all.withRoles

withRoles(roles)

"Roles is the list of namespaced role names for the user."

fn spec.exclude.all.withRolesMixin

withRolesMixin(roles)

"Roles is the list of namespaced role names for the user."

Note: This function appends passed data to existing values

fn spec.exclude.all.withSubjects

withSubjects(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.exclude.all.withSubjectsMixin

withSubjectsMixin(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

Note: This function appends passed data to existing values

obj spec.exclude.all.resources

"ResourceDescription contains information about the resource being created or modified."

fn spec.exclude.all.resources.withAnnotations

withAnnotations(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

fn spec.exclude.all.resources.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

Note: This function appends passed data to existing values

fn spec.exclude.all.resources.withKinds

withKinds(kinds)

"Kinds is a list of resource kinds."

fn spec.exclude.all.resources.withKindsMixin

withKindsMixin(kinds)

"Kinds is a list of resource kinds."

Note: This function appends passed data to existing values

fn spec.exclude.all.resources.withName

withName(name)

"Name is the name of the resource. The name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character). NOTE: \"Name\" is being deprecated in favor of \"Names\"."

fn spec.exclude.all.resources.withNames

withNames(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.exclude.all.resources.withNamesMixin

withNamesMixin(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.exclude.all.resources.withNamespaces

withNamespaces(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.exclude.all.resources.withNamespacesMixin

withNamespacesMixin(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.exclude.all.resources.withOperations

withOperations(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

fn spec.exclude.all.resources.withOperationsMixin

withOperationsMixin(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

Note: This function appends passed data to existing values

obj spec.exclude.all.resources.namespaceSelector

"NamespaceSelector is a label selector for the resource namespace. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character).Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.exclude.all.resources.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.all.resources.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.exclude.all.resources.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.exclude.all.resources.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.exclude.all.resources.namespaceSelector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.all.resources.namespaceSelector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.exclude.all.resources.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.exclude.all.resources.namespaceSelector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.exclude.all.resources.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.exclude.all.resources.selector

"Selector is a label selector. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character). Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.exclude.all.resources.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.all.resources.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.exclude.all.resources.selector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.exclude.all.resources.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.exclude.all.resources.selector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.all.resources.selector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.exclude.all.resources.selector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.exclude.all.resources.selector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.exclude.all.resources.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.exclude.all.subjects

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.exclude.all.subjects.withApiGroup

withApiGroup(apiGroup)

"APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects."

fn spec.exclude.all.subjects.withKind

withKind(kind)

"Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error."

fn spec.exclude.all.subjects.withName

withName(name)

"Name of the object being referenced."

fn spec.exclude.all.subjects.withNamespace

withNamespace(namespace)

"Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error."

obj spec.exclude.any

"Any allows specifying resources which will be ORed"

fn spec.exclude.any.withClusterRoles

withClusterRoles(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

fn spec.exclude.any.withClusterRolesMixin

withClusterRolesMixin(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

Note: This function appends passed data to existing values

fn spec.exclude.any.withRoles

withRoles(roles)

"Roles is the list of namespaced role names for the user."

fn spec.exclude.any.withRolesMixin

withRolesMixin(roles)

"Roles is the list of namespaced role names for the user."

Note: This function appends passed data to existing values

fn spec.exclude.any.withSubjects

withSubjects(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.exclude.any.withSubjectsMixin

withSubjectsMixin(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

Note: This function appends passed data to existing values

obj spec.exclude.any.resources

"ResourceDescription contains information about the resource being created or modified."

fn spec.exclude.any.resources.withAnnotations

withAnnotations(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

fn spec.exclude.any.resources.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

Note: This function appends passed data to existing values

fn spec.exclude.any.resources.withKinds

withKinds(kinds)

"Kinds is a list of resource kinds."

fn spec.exclude.any.resources.withKindsMixin

withKindsMixin(kinds)

"Kinds is a list of resource kinds."

Note: This function appends passed data to existing values

fn spec.exclude.any.resources.withName

withName(name)

"Name is the name of the resource. The name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character). NOTE: \"Name\" is being deprecated in favor of \"Names\"."

fn spec.exclude.any.resources.withNames

withNames(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.exclude.any.resources.withNamesMixin

withNamesMixin(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.exclude.any.resources.withNamespaces

withNamespaces(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.exclude.any.resources.withNamespacesMixin

withNamespacesMixin(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.exclude.any.resources.withOperations

withOperations(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

fn spec.exclude.any.resources.withOperationsMixin

withOperationsMixin(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

Note: This function appends passed data to existing values

obj spec.exclude.any.resources.namespaceSelector

"NamespaceSelector is a label selector for the resource namespace. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character).Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.exclude.any.resources.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.any.resources.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.exclude.any.resources.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.exclude.any.resources.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.exclude.any.resources.namespaceSelector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.any.resources.namespaceSelector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.exclude.any.resources.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.exclude.any.resources.namespaceSelector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.exclude.any.resources.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.exclude.any.resources.selector

"Selector is a label selector. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character). Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.exclude.any.resources.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.any.resources.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.exclude.any.resources.selector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.exclude.any.resources.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.exclude.any.resources.selector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.exclude.any.resources.selector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.exclude.any.resources.selector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.exclude.any.resources.selector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.exclude.any.resources.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.exclude.any.subjects

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.exclude.any.subjects.withApiGroup

withApiGroup(apiGroup)

"APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects."

fn spec.exclude.any.subjects.withKind

withKind(kind)

"Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error."

fn spec.exclude.any.subjects.withName

withName(name)

"Name of the object being referenced."

fn spec.exclude.any.subjects.withNamespace

withNamespace(namespace)

"Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error."

obj spec.match

"MatchResources defines when cleanuppolicy should be applied. The match criteria can include resource information (e.g. kind, name, namespace, labels) and admission review request information like the user name or role. At least one kind is required."

fn spec.match.withAll

withAll(all)

"All allows specifying resources which will be ANDed"

fn spec.match.withAllMixin

withAllMixin(all)

"All allows specifying resources which will be ANDed"

Note: This function appends passed data to existing values

fn spec.match.withAny

withAny(any)

"Any allows specifying resources which will be ORed"

fn spec.match.withAnyMixin

withAnyMixin(any)

"Any allows specifying resources which will be ORed"

Note: This function appends passed data to existing values

obj spec.match.all

"All allows specifying resources which will be ANDed"

fn spec.match.all.withClusterRoles

withClusterRoles(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

fn spec.match.all.withClusterRolesMixin

withClusterRolesMixin(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

Note: This function appends passed data to existing values

fn spec.match.all.withRoles

withRoles(roles)

"Roles is the list of namespaced role names for the user."

fn spec.match.all.withRolesMixin

withRolesMixin(roles)

"Roles is the list of namespaced role names for the user."

Note: This function appends passed data to existing values

fn spec.match.all.withSubjects

withSubjects(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.match.all.withSubjectsMixin

withSubjectsMixin(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

Note: This function appends passed data to existing values

obj spec.match.all.resources

"ResourceDescription contains information about the resource being created or modified."

fn spec.match.all.resources.withAnnotations

withAnnotations(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

fn spec.match.all.resources.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

Note: This function appends passed data to existing values

fn spec.match.all.resources.withKinds

withKinds(kinds)

"Kinds is a list of resource kinds."

fn spec.match.all.resources.withKindsMixin

withKindsMixin(kinds)

"Kinds is a list of resource kinds."

Note: This function appends passed data to existing values

fn spec.match.all.resources.withName

withName(name)

"Name is the name of the resource. The name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character). NOTE: \"Name\" is being deprecated in favor of \"Names\"."

fn spec.match.all.resources.withNames

withNames(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.match.all.resources.withNamesMixin

withNamesMixin(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.match.all.resources.withNamespaces

withNamespaces(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.match.all.resources.withNamespacesMixin

withNamespacesMixin(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.match.all.resources.withOperations

withOperations(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

fn spec.match.all.resources.withOperationsMixin

withOperationsMixin(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

Note: This function appends passed data to existing values

obj spec.match.all.resources.namespaceSelector

"NamespaceSelector is a label selector for the resource namespace. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character).Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.match.all.resources.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.all.resources.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.match.all.resources.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.match.all.resources.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.match.all.resources.namespaceSelector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.all.resources.namespaceSelector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.match.all.resources.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.match.all.resources.namespaceSelector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.match.all.resources.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.match.all.resources.selector

"Selector is a label selector. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character). Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.match.all.resources.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.all.resources.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.match.all.resources.selector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.match.all.resources.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.match.all.resources.selector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.all.resources.selector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.match.all.resources.selector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.match.all.resources.selector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.match.all.resources.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.match.all.subjects

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.match.all.subjects.withApiGroup

withApiGroup(apiGroup)

"APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects."

fn spec.match.all.subjects.withKind

withKind(kind)

"Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error."

fn spec.match.all.subjects.withName

withName(name)

"Name of the object being referenced."

fn spec.match.all.subjects.withNamespace

withNamespace(namespace)

"Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error."

obj spec.match.any

"Any allows specifying resources which will be ORed"

fn spec.match.any.withClusterRoles

withClusterRoles(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

fn spec.match.any.withClusterRolesMixin

withClusterRolesMixin(clusterRoles)

"ClusterRoles is the list of cluster-wide role names for the user."

Note: This function appends passed data to existing values

fn spec.match.any.withRoles

withRoles(roles)

"Roles is the list of namespaced role names for the user."

fn spec.match.any.withRolesMixin

withRolesMixin(roles)

"Roles is the list of namespaced role names for the user."

Note: This function appends passed data to existing values

fn spec.match.any.withSubjects

withSubjects(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.match.any.withSubjectsMixin

withSubjectsMixin(subjects)

"Subjects is the list of subject names like users, user groups, and service accounts."

Note: This function appends passed data to existing values

obj spec.match.any.resources

"ResourceDescription contains information about the resource being created or modified."

fn spec.match.any.resources.withAnnotations

withAnnotations(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

fn spec.match.any.resources.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is a map of annotations (key-value pairs of type string). Annotation keys and values support the wildcard characters \"*\" (matches zero or many characters) and \"?\" (matches at least one character)."

Note: This function appends passed data to existing values

fn spec.match.any.resources.withKinds

withKinds(kinds)

"Kinds is a list of resource kinds."

fn spec.match.any.resources.withKindsMixin

withKindsMixin(kinds)

"Kinds is a list of resource kinds."

Note: This function appends passed data to existing values

fn spec.match.any.resources.withName

withName(name)

"Name is the name of the resource. The name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character). NOTE: \"Name\" is being deprecated in favor of \"Names\"."

fn spec.match.any.resources.withNames

withNames(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.match.any.resources.withNamesMixin

withNamesMixin(names)

"Names are the names of the resources. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.match.any.resources.withNamespaces

withNamespaces(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

fn spec.match.any.resources.withNamespacesMixin

withNamespacesMixin(namespaces)

"Namespaces is a list of namespaces names. Each name supports wildcard characters \"*\" (matches zero or many characters) and \"?\" (at least one character)."

Note: This function appends passed data to existing values

fn spec.match.any.resources.withOperations

withOperations(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

fn spec.match.any.resources.withOperationsMixin

withOperationsMixin(operations)

"Operations can contain values [\"CREATE, \"UPDATE\", \"CONNECT\", \"DELETE\"], which are used to match a specific action."

Note: This function appends passed data to existing values

obj spec.match.any.resources.namespaceSelector

"NamespaceSelector is a label selector for the resource namespace. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character).Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.match.any.resources.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.any.resources.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.match.any.resources.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.match.any.resources.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.match.any.resources.namespaceSelector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.any.resources.namespaceSelector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.match.any.resources.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.match.any.resources.namespaceSelector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.match.any.resources.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.match.any.resources.selector

"Selector is a label selector. Label keys and values in matchLabels support the wildcard characters * (matches zero or many characters) and ? (matches one character). Wildcards allows writing label selectors like [\"storage.k8s.io/\": \"\"]. Note that using [\"\" : \"\"] matches any key and value but does not match an empty label set."

fn spec.match.any.resources.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.any.resources.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

Note: This function appends passed data to existing values

fn spec.match.any.resources.selector.withMatchLabels

withMatchLabels(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

fn spec.match.any.resources.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."

Note: This function appends passed data to existing values

obj spec.match.any.resources.selector.matchExpressions

"matchExpressions is a list of label selector requirements. The requirements are ANDed."

fn spec.match.any.resources.selector.matchExpressions.withKey

withKey(key)

"key is the label key that the selector applies to."

fn spec.match.any.resources.selector.matchExpressions.withOperator

withOperator(operator)

"operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist."

fn spec.match.any.resources.selector.matchExpressions.withValues

withValues(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

fn spec.match.any.resources.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."

Note: This function appends passed data to existing values

obj spec.match.any.subjects

"Subjects is the list of subject names like users, user groups, and service accounts."

fn spec.match.any.subjects.withApiGroup

withApiGroup(apiGroup)

"APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects."

fn spec.match.any.subjects.withKind

withKind(kind)

"Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error."

fn spec.match.any.subjects.withName

withName(name)

"Name of the object being referenced."

fn spec.match.any.subjects.withNamespace

withNamespace(namespace)

"Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error."