cdk8sredissentinel

package module
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

README

cdk8s-redis-sentinel

Replicated, password protected redis sentinel statefulset setup. Uses Bitnamis redis-sentinel helm chart as a reference.

Example

  new Redis(chart, 'redis', {
    volumeSize: '10Gi',
    replicas: 2,
    volumeFsType: 'ext4',
    volumeType: 'io1',
    volumeIopsPerGb: '100',
    redisImage: 'test-image',
    redisPassword: 'dGVzdDIK', // base64 encoded
    nodeSelector: {
      test: 'test',
    },
    tolerations: [
      {
        key: 'test',
        operator: 'Equal',
        value: 'test',
      },
    ],
  });

API.md

Documentation

Overview

Replicated, password protected redis sentinel setup.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KubeApiServiceListV1Beta1_GVK

func KubeApiServiceListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeApiServiceListV1Beta1_Manifest

func KubeApiServiceListV1Beta1_Manifest(props *KubeApiServiceListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeApiServiceListV1Beta1_Of

func KubeApiServiceListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeApiServiceList_GVK

func KubeApiServiceList_GVK() *cdk8s.GroupVersionKind

func KubeApiServiceList_Manifest

func KubeApiServiceList_Manifest(props *KubeApiServiceListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeApiServiceList_Of

func KubeApiServiceList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeApiServiceV1Beta1_GVK

func KubeApiServiceV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeApiServiceV1Beta1_Manifest

func KubeApiServiceV1Beta1_Manifest(props *KubeApiServiceV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeApiServiceV1Beta1_Of

func KubeApiServiceV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeApiService_GVK

func KubeApiService_GVK() *cdk8s.GroupVersionKind

func KubeApiService_Manifest

func KubeApiService_Manifest(props *KubeApiServiceProps) interface{}

Renders a Kubernetes manifest for "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeApiService_Of

func KubeApiService_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeBinding_GVK

func KubeBinding_GVK() *cdk8s.GroupVersionKind

func KubeBinding_Manifest

func KubeBinding_Manifest(props *KubeBindingProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.Binding".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeBinding_Of

func KubeBinding_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCertificateSigningRequestListV1Beta1_GVK

func KubeCertificateSigningRequestListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCertificateSigningRequestListV1Beta1_Manifest

func KubeCertificateSigningRequestListV1Beta1_Manifest(props *KubeCertificateSigningRequestListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.certificates.v1beta1.CertificateSigningRequestList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCertificateSigningRequestListV1Beta1_Of

func KubeCertificateSigningRequestListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCertificateSigningRequestList_GVK

func KubeCertificateSigningRequestList_GVK() *cdk8s.GroupVersionKind

func KubeCertificateSigningRequestList_Manifest

func KubeCertificateSigningRequestList_Manifest(props *KubeCertificateSigningRequestListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.certificates.v1.CertificateSigningRequestList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCertificateSigningRequestList_Of

func KubeCertificateSigningRequestList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCertificateSigningRequestV1Beta1_GVK

func KubeCertificateSigningRequestV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCertificateSigningRequestV1Beta1_Manifest

func KubeCertificateSigningRequestV1Beta1_Manifest(props *KubeCertificateSigningRequestV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.certificates.v1beta1.CertificateSigningRequest".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCertificateSigningRequestV1Beta1_Of

func KubeCertificateSigningRequestV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCertificateSigningRequest_GVK

func KubeCertificateSigningRequest_GVK() *cdk8s.GroupVersionKind

func KubeCertificateSigningRequest_Manifest

func KubeCertificateSigningRequest_Manifest(props *KubeCertificateSigningRequestProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.certificates.v1.CertificateSigningRequest".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCertificateSigningRequest_Of

func KubeCertificateSigningRequest_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleBindingListV1Alpha1_GVK

func KubeClusterRoleBindingListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleBindingListV1Alpha1_Manifest

func KubeClusterRoleBindingListV1Alpha1_Manifest(props *KubeClusterRoleBindingListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.ClusterRoleBindingList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleBindingListV1Alpha1_Of

func KubeClusterRoleBindingListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleBindingListV1Beta1_GVK

func KubeClusterRoleBindingListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleBindingListV1Beta1_Manifest

func KubeClusterRoleBindingListV1Beta1_Manifest(props *KubeClusterRoleBindingListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.ClusterRoleBindingList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleBindingListV1Beta1_Of

func KubeClusterRoleBindingListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleBindingList_GVK

func KubeClusterRoleBindingList_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleBindingList_Manifest

func KubeClusterRoleBindingList_Manifest(props *KubeClusterRoleBindingListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRoleBindingList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleBindingList_Of

func KubeClusterRoleBindingList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleBindingV1Alpha1_GVK

func KubeClusterRoleBindingV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleBindingV1Alpha1_Manifest

func KubeClusterRoleBindingV1Alpha1_Manifest(props *KubeClusterRoleBindingV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.ClusterRoleBinding".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleBindingV1Alpha1_Of

func KubeClusterRoleBindingV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleBindingV1Beta1_GVK

func KubeClusterRoleBindingV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleBindingV1Beta1_Manifest

func KubeClusterRoleBindingV1Beta1_Manifest(props *KubeClusterRoleBindingV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.ClusterRoleBinding".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleBindingV1Beta1_Of

func KubeClusterRoleBindingV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleBinding_GVK

func KubeClusterRoleBinding_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleBinding_Manifest

func KubeClusterRoleBinding_Manifest(props *KubeClusterRoleBindingProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRoleBinding".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleBinding_Of

func KubeClusterRoleBinding_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleListV1Alpha1_GVK

func KubeClusterRoleListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleListV1Alpha1_Manifest

func KubeClusterRoleListV1Alpha1_Manifest(props *KubeClusterRoleListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.ClusterRoleList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleListV1Alpha1_Of

func KubeClusterRoleListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleListV1Beta1_GVK

func KubeClusterRoleListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleListV1Beta1_Manifest

func KubeClusterRoleListV1Beta1_Manifest(props *KubeClusterRoleListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.ClusterRoleList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleListV1Beta1_Of

func KubeClusterRoleListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleList_GVK

func KubeClusterRoleList_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleList_Manifest

func KubeClusterRoleList_Manifest(props *KubeClusterRoleListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRoleList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleList_Of

func KubeClusterRoleList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleV1Alpha1_GVK

func KubeClusterRoleV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleV1Alpha1_Manifest

func KubeClusterRoleV1Alpha1_Manifest(props *KubeClusterRoleV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.ClusterRole".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleV1Alpha1_Of

func KubeClusterRoleV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRoleV1Beta1_GVK

func KubeClusterRoleV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeClusterRoleV1Beta1_Manifest

func KubeClusterRoleV1Beta1_Manifest(props *KubeClusterRoleV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.ClusterRole".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRoleV1Beta1_Of

func KubeClusterRoleV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeClusterRole_GVK

func KubeClusterRole_GVK() *cdk8s.GroupVersionKind

func KubeClusterRole_Manifest

func KubeClusterRole_Manifest(props *KubeClusterRoleProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.ClusterRole".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeClusterRole_Of

func KubeClusterRole_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeComponentStatusList_GVK

func KubeComponentStatusList_GVK() *cdk8s.GroupVersionKind

func KubeComponentStatusList_Manifest

func KubeComponentStatusList_Manifest(props *KubeComponentStatusListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ComponentStatusList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeComponentStatusList_Of

func KubeComponentStatusList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeComponentStatus_GVK

func KubeComponentStatus_GVK() *cdk8s.GroupVersionKind

func KubeComponentStatus_Manifest

func KubeComponentStatus_Manifest(props *KubeComponentStatusProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ComponentStatus".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeComponentStatus_Of

func KubeComponentStatus_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeConfigMapList_GVK

func KubeConfigMapList_GVK() *cdk8s.GroupVersionKind

func KubeConfigMapList_Manifest

func KubeConfigMapList_Manifest(props *KubeConfigMapListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ConfigMapList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeConfigMapList_Of

func KubeConfigMapList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeConfigMap_GVK

func KubeConfigMap_GVK() *cdk8s.GroupVersionKind

func KubeConfigMap_Manifest

func KubeConfigMap_Manifest(props *KubeConfigMapProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ConfigMap".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeConfigMap_Of

func KubeConfigMap_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeControllerRevisionList_GVK

func KubeControllerRevisionList_GVK() *cdk8s.GroupVersionKind

func KubeControllerRevisionList_Manifest

func KubeControllerRevisionList_Manifest(props *KubeControllerRevisionListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ControllerRevisionList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeControllerRevisionList_Of

func KubeControllerRevisionList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeControllerRevision_GVK

func KubeControllerRevision_GVK() *cdk8s.GroupVersionKind

func KubeControllerRevision_Manifest

func KubeControllerRevision_Manifest(props *KubeControllerRevisionProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ControllerRevision".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeControllerRevision_Of

func KubeControllerRevision_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCronJobListV1Beta1_GVK

func KubeCronJobListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCronJobListV1Beta1_Manifest

func KubeCronJobListV1Beta1_Manifest(props *KubeCronJobListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.batch.v1beta1.CronJobList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCronJobListV1Beta1_Of

func KubeCronJobListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCronJobListV2Alpha1_GVK

func KubeCronJobListV2Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeCronJobListV2Alpha1_Manifest

func KubeCronJobListV2Alpha1_Manifest(props *KubeCronJobListV2Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.batch.v2alpha1.CronJobList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCronJobListV2Alpha1_Of

func KubeCronJobListV2Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCronJobV1Beta1_GVK

func KubeCronJobV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCronJobV1Beta1_Manifest

func KubeCronJobV1Beta1_Manifest(props *KubeCronJobV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.batch.v1beta1.CronJob".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCronJobV1Beta1_Of

func KubeCronJobV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCronJobV2Alpha1_GVK

func KubeCronJobV2Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeCronJobV2Alpha1_Manifest

func KubeCronJobV2Alpha1_Manifest(props *KubeCronJobV2Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.batch.v2alpha1.CronJob".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCronJobV2Alpha1_Of

func KubeCronJobV2Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiDriverListV1Beta1_GVK

func KubeCsiDriverListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCsiDriverListV1Beta1_Manifest

func KubeCsiDriverListV1Beta1_Manifest(props *KubeCsiDriverListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.CSIDriverList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiDriverListV1Beta1_Of

func KubeCsiDriverListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiDriverList_GVK

func KubeCsiDriverList_GVK() *cdk8s.GroupVersionKind

func KubeCsiDriverList_Manifest

func KubeCsiDriverList_Manifest(props *KubeCsiDriverListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSIDriverList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiDriverList_Of

func KubeCsiDriverList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiDriverV1Beta1_GVK

func KubeCsiDriverV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCsiDriverV1Beta1_Manifest

func KubeCsiDriverV1Beta1_Manifest(props *KubeCsiDriverV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.CSIDriver".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiDriverV1Beta1_Of

func KubeCsiDriverV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiDriver_GVK

func KubeCsiDriver_GVK() *cdk8s.GroupVersionKind

func KubeCsiDriver_Manifest

func KubeCsiDriver_Manifest(props *KubeCsiDriverProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSIDriver".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiDriver_Of

func KubeCsiDriver_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiNodeListV1Beta1_GVK

func KubeCsiNodeListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCsiNodeListV1Beta1_Manifest

func KubeCsiNodeListV1Beta1_Manifest(props *KubeCsiNodeListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.CSINodeList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiNodeListV1Beta1_Of

func KubeCsiNodeListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiNodeList_GVK

func KubeCsiNodeList_GVK() *cdk8s.GroupVersionKind

func KubeCsiNodeList_Manifest

func KubeCsiNodeList_Manifest(props *KubeCsiNodeListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSINodeList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiNodeList_Of

func KubeCsiNodeList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiNodeV1Beta1_GVK

func KubeCsiNodeV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCsiNodeV1Beta1_Manifest

func KubeCsiNodeV1Beta1_Manifest(props *KubeCsiNodeV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.CSINode".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiNodeV1Beta1_Of

func KubeCsiNodeV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCsiNode_GVK

func KubeCsiNode_GVK() *cdk8s.GroupVersionKind

func KubeCsiNode_Manifest

func KubeCsiNode_Manifest(props *KubeCsiNodeProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSINode".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCsiNode_Of

func KubeCsiNode_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCustomResourceDefinitionListV1Beta1_GVK

func KubeCustomResourceDefinitionListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCustomResourceDefinitionListV1Beta1_Manifest

func KubeCustomResourceDefinitionListV1Beta1_Manifest(props *KubeCustomResourceDefinitionListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCustomResourceDefinitionListV1Beta1_Of

func KubeCustomResourceDefinitionListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCustomResourceDefinitionList_GVK

func KubeCustomResourceDefinitionList_GVK() *cdk8s.GroupVersionKind

func KubeCustomResourceDefinitionList_Manifest

func KubeCustomResourceDefinitionList_Manifest(props *KubeCustomResourceDefinitionListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCustomResourceDefinitionList_Of

func KubeCustomResourceDefinitionList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCustomResourceDefinitionV1Beta1_GVK

func KubeCustomResourceDefinitionV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeCustomResourceDefinitionV1Beta1_Manifest

func KubeCustomResourceDefinitionV1Beta1_Manifest(props *KubeCustomResourceDefinitionV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCustomResourceDefinitionV1Beta1_Of

func KubeCustomResourceDefinitionV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeCustomResourceDefinition_GVK

func KubeCustomResourceDefinition_GVK() *cdk8s.GroupVersionKind

func KubeCustomResourceDefinition_Manifest

func KubeCustomResourceDefinition_Manifest(props *KubeCustomResourceDefinitionProps) interface{}

Renders a Kubernetes manifest for "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeCustomResourceDefinition_Of

func KubeCustomResourceDefinition_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeDaemonSetList_GVK

func KubeDaemonSetList_GVK() *cdk8s.GroupVersionKind

func KubeDaemonSetList_Manifest

func KubeDaemonSetList_Manifest(props *KubeDaemonSetListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.DaemonSetList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeDaemonSetList_Of

func KubeDaemonSetList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeDaemonSet_GVK

func KubeDaemonSet_GVK() *cdk8s.GroupVersionKind

func KubeDaemonSet_Manifest

func KubeDaemonSet_Manifest(props *KubeDaemonSetProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.DaemonSet".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeDaemonSet_Of

func KubeDaemonSet_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeDeploymentList_GVK

func KubeDeploymentList_GVK() *cdk8s.GroupVersionKind

func KubeDeploymentList_Manifest

func KubeDeploymentList_Manifest(props *KubeDeploymentListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.DeploymentList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeDeploymentList_Of

func KubeDeploymentList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeDeployment_GVK

func KubeDeployment_GVK() *cdk8s.GroupVersionKind

func KubeDeployment_Manifest

func KubeDeployment_Manifest(props *KubeDeploymentProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.Deployment".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeDeployment_Of

func KubeDeployment_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEndpointSliceListV1Beta1_GVK

func KubeEndpointSliceListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeEndpointSliceListV1Beta1_Manifest

func KubeEndpointSliceListV1Beta1_Manifest(props *KubeEndpointSliceListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.discovery.v1beta1.EndpointSliceList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEndpointSliceListV1Beta1_Of

func KubeEndpointSliceListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEndpointSliceV1Beta1_GVK

func KubeEndpointSliceV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeEndpointSliceV1Beta1_Manifest

func KubeEndpointSliceV1Beta1_Manifest(props *KubeEndpointSliceV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.discovery.v1beta1.EndpointSlice".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEndpointSliceV1Beta1_Of

func KubeEndpointSliceV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEndpointsList_GVK

func KubeEndpointsList_GVK() *cdk8s.GroupVersionKind

func KubeEndpointsList_Manifest

func KubeEndpointsList_Manifest(props *KubeEndpointsListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.EndpointsList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEndpointsList_Of

func KubeEndpointsList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEndpoints_GVK

func KubeEndpoints_GVK() *cdk8s.GroupVersionKind

func KubeEndpoints_Manifest

func KubeEndpoints_Manifest(props *KubeEndpointsProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.Endpoints".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEndpoints_Of

func KubeEndpoints_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEventListV1Beta1_GVK

func KubeEventListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeEventListV1Beta1_Manifest

func KubeEventListV1Beta1_Manifest(props *KubeEventListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.events.v1beta1.EventList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEventListV1Beta1_Of

func KubeEventListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEventList_GVK

func KubeEventList_GVK() *cdk8s.GroupVersionKind

func KubeEventList_Manifest

func KubeEventList_Manifest(props *KubeEventListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.events.v1.EventList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEventList_Of

func KubeEventList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEventV1Beta1_GVK

func KubeEventV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeEventV1Beta1_Manifest

func KubeEventV1Beta1_Manifest(props *KubeEventV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.events.v1beta1.Event".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEventV1Beta1_Of

func KubeEventV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEvent_GVK

func KubeEvent_GVK() *cdk8s.GroupVersionKind

func KubeEvent_Manifest

func KubeEvent_Manifest(props *KubeEventProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.events.v1.Event".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEvent_Of

func KubeEvent_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeEvictionV1Beta1_GVK

func KubeEvictionV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeEvictionV1Beta1_Manifest

func KubeEvictionV1Beta1_Manifest(props *KubeEvictionV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.Eviction".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeEvictionV1Beta1_Of

func KubeEvictionV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeFlowSchemaListV1Alpha1_GVK

func KubeFlowSchemaListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeFlowSchemaListV1Alpha1_Manifest

func KubeFlowSchemaListV1Alpha1_Manifest(props *KubeFlowSchemaListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1alpha1.FlowSchemaList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeFlowSchemaListV1Alpha1_Of

func KubeFlowSchemaListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeFlowSchemaListV1Beta1_GVK

func KubeFlowSchemaListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeFlowSchemaListV1Beta1_Manifest

func KubeFlowSchemaListV1Beta1_Manifest(props *KubeFlowSchemaListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1beta1.FlowSchemaList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeFlowSchemaListV1Beta1_Of

func KubeFlowSchemaListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeFlowSchemaV1Alpha1_GVK

func KubeFlowSchemaV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeFlowSchemaV1Alpha1_Manifest

func KubeFlowSchemaV1Alpha1_Manifest(props *KubeFlowSchemaV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1alpha1.FlowSchema".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeFlowSchemaV1Alpha1_Of

func KubeFlowSchemaV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeFlowSchemaV1Beta1_GVK

func KubeFlowSchemaV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeFlowSchemaV1Beta1_Manifest

func KubeFlowSchemaV1Beta1_Manifest(props *KubeFlowSchemaV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1beta1.FlowSchema".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeFlowSchemaV1Beta1_Of

func KubeFlowSchemaV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeHorizontalPodAutoscalerListV2Beta1_GVK

func KubeHorizontalPodAutoscalerListV2Beta1_GVK() *cdk8s.GroupVersionKind

func KubeHorizontalPodAutoscalerListV2Beta1_Manifest

func KubeHorizontalPodAutoscalerListV2Beta1_Manifest(props *KubeHorizontalPodAutoscalerListV2Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeHorizontalPodAutoscalerListV2Beta1_Of

func KubeHorizontalPodAutoscalerListV2Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeHorizontalPodAutoscalerListV2Beta2_GVK

func KubeHorizontalPodAutoscalerListV2Beta2_GVK() *cdk8s.GroupVersionKind

func KubeHorizontalPodAutoscalerListV2Beta2_Manifest

func KubeHorizontalPodAutoscalerListV2Beta2_Manifest(props *KubeHorizontalPodAutoscalerListV2Beta2Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeHorizontalPodAutoscalerListV2Beta2_Of

func KubeHorizontalPodAutoscalerListV2Beta2_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeHorizontalPodAutoscalerList_GVK

func KubeHorizontalPodAutoscalerList_GVK() *cdk8s.GroupVersionKind

func KubeHorizontalPodAutoscalerList_Manifest

func KubeHorizontalPodAutoscalerList_Manifest(props *KubeHorizontalPodAutoscalerListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeHorizontalPodAutoscalerList_Of

func KubeHorizontalPodAutoscalerList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeHorizontalPodAutoscalerV2Beta1_GVK

func KubeHorizontalPodAutoscalerV2Beta1_GVK() *cdk8s.GroupVersionKind

func KubeHorizontalPodAutoscalerV2Beta1_Manifest

func KubeHorizontalPodAutoscalerV2Beta1_Manifest(props *KubeHorizontalPodAutoscalerV2Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeHorizontalPodAutoscalerV2Beta1_Of

func KubeHorizontalPodAutoscalerV2Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeHorizontalPodAutoscalerV2Beta2_GVK

func KubeHorizontalPodAutoscalerV2Beta2_GVK() *cdk8s.GroupVersionKind

func KubeHorizontalPodAutoscalerV2Beta2_Manifest

func KubeHorizontalPodAutoscalerV2Beta2_Manifest(props *KubeHorizontalPodAutoscalerV2Beta2Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeHorizontalPodAutoscalerV2Beta2_Of

func KubeHorizontalPodAutoscalerV2Beta2_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeHorizontalPodAutoscaler_GVK

func KubeHorizontalPodAutoscaler_GVK() *cdk8s.GroupVersionKind

func KubeHorizontalPodAutoscaler_Manifest

func KubeHorizontalPodAutoscaler_Manifest(props *KubeHorizontalPodAutoscalerProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeHorizontalPodAutoscaler_Of

func KubeHorizontalPodAutoscaler_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngressClassListV1Beta1_GVK

func KubeIngressClassListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeIngressClassListV1Beta1_Manifest

func KubeIngressClassListV1Beta1_Manifest(props *KubeIngressClassListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1beta1.IngressClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngressClassListV1Beta1_Of

func KubeIngressClassListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngressClassList_GVK

func KubeIngressClassList_GVK() *cdk8s.GroupVersionKind

func KubeIngressClassList_Manifest

func KubeIngressClassList_Manifest(props *KubeIngressClassListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1.IngressClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngressClassList_Of

func KubeIngressClassList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngressClassV1Beta1_GVK

func KubeIngressClassV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeIngressClassV1Beta1_Manifest

func KubeIngressClassV1Beta1_Manifest(props *KubeIngressClassV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1beta1.IngressClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngressClassV1Beta1_Of

func KubeIngressClassV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngressClass_GVK

func KubeIngressClass_GVK() *cdk8s.GroupVersionKind

func KubeIngressClass_Manifest

func KubeIngressClass_Manifest(props *KubeIngressClassProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1.IngressClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngressClass_Of

func KubeIngressClass_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngressListV1Beta1_GVK

func KubeIngressListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeIngressListV1Beta1_Manifest

func KubeIngressListV1Beta1_Manifest(props *KubeIngressListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1beta1.IngressList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngressListV1Beta1_Of

func KubeIngressListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngressList_GVK

func KubeIngressList_GVK() *cdk8s.GroupVersionKind

func KubeIngressList_Manifest

func KubeIngressList_Manifest(props *KubeIngressListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1.IngressList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngressList_Of

func KubeIngressList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngressV1Beta1_GVK

func KubeIngressV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeIngressV1Beta1_Manifest

func KubeIngressV1Beta1_Manifest(props *KubeIngressV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1beta1.Ingress".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngressV1Beta1_Of

func KubeIngressV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeIngress_GVK

func KubeIngress_GVK() *cdk8s.GroupVersionKind

func KubeIngress_Manifest

func KubeIngress_Manifest(props *KubeIngressProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1.Ingress".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeIngress_Of

func KubeIngress_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeJobList_GVK

func KubeJobList_GVK() *cdk8s.GroupVersionKind

func KubeJobList_Manifest

func KubeJobList_Manifest(props *KubeJobListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.batch.v1.JobList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeJobList_Of

func KubeJobList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeJob_GVK

func KubeJob_GVK() *cdk8s.GroupVersionKind

func KubeJob_Manifest

func KubeJob_Manifest(props *KubeJobProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.batch.v1.Job".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeJob_Of

func KubeJob_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLeaseListV1Beta1_GVK

func KubeLeaseListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeLeaseListV1Beta1_Manifest

func KubeLeaseListV1Beta1_Manifest(props *KubeLeaseListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.coordination.v1beta1.LeaseList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLeaseListV1Beta1_Of

func KubeLeaseListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLeaseList_GVK

func KubeLeaseList_GVK() *cdk8s.GroupVersionKind

func KubeLeaseList_Manifest

func KubeLeaseList_Manifest(props *KubeLeaseListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.coordination.v1.LeaseList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLeaseList_Of

func KubeLeaseList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLeaseV1Beta1_GVK

func KubeLeaseV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeLeaseV1Beta1_Manifest

func KubeLeaseV1Beta1_Manifest(props *KubeLeaseV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.coordination.v1beta1.Lease".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLeaseV1Beta1_Of

func KubeLeaseV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLease_GVK

func KubeLease_GVK() *cdk8s.GroupVersionKind

func KubeLease_Manifest

func KubeLease_Manifest(props *KubeLeaseProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.coordination.v1.Lease".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLease_Of

func KubeLease_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLimitRangeList_GVK

func KubeLimitRangeList_GVK() *cdk8s.GroupVersionKind

func KubeLimitRangeList_Manifest

func KubeLimitRangeList_Manifest(props *KubeLimitRangeListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.LimitRangeList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLimitRangeList_Of

func KubeLimitRangeList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLimitRange_GVK

func KubeLimitRange_GVK() *cdk8s.GroupVersionKind

func KubeLimitRange_Manifest

func KubeLimitRange_Manifest(props *KubeLimitRangeProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.LimitRange".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLimitRange_Of

func KubeLimitRange_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLocalSubjectAccessReviewV1Beta1_GVK

func KubeLocalSubjectAccessReviewV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeLocalSubjectAccessReviewV1Beta1_Manifest

func KubeLocalSubjectAccessReviewV1Beta1_Manifest(props *KubeLocalSubjectAccessReviewV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1beta1.LocalSubjectAccessReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLocalSubjectAccessReviewV1Beta1_Of

func KubeLocalSubjectAccessReviewV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeLocalSubjectAccessReview_GVK

func KubeLocalSubjectAccessReview_GVK() *cdk8s.GroupVersionKind

func KubeLocalSubjectAccessReview_Manifest

func KubeLocalSubjectAccessReview_Manifest(props *KubeLocalSubjectAccessReviewProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1.LocalSubjectAccessReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeLocalSubjectAccessReview_Of

func KubeLocalSubjectAccessReview_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeMutatingWebhookConfigurationListV1Beta1_GVK

func KubeMutatingWebhookConfigurationListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeMutatingWebhookConfigurationListV1Beta1_Manifest

func KubeMutatingWebhookConfigurationListV1Beta1_Manifest(props *KubeMutatingWebhookConfigurationListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfigurationList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeMutatingWebhookConfigurationListV1Beta1_Of

func KubeMutatingWebhookConfigurationListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeMutatingWebhookConfigurationList_GVK

func KubeMutatingWebhookConfigurationList_GVK() *cdk8s.GroupVersionKind

func KubeMutatingWebhookConfigurationList_Manifest

func KubeMutatingWebhookConfigurationList_Manifest(props *KubeMutatingWebhookConfigurationListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeMutatingWebhookConfigurationList_Of

func KubeMutatingWebhookConfigurationList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeMutatingWebhookConfigurationV1Beta1_GVK

func KubeMutatingWebhookConfigurationV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeMutatingWebhookConfigurationV1Beta1_Manifest

func KubeMutatingWebhookConfigurationV1Beta1_Manifest(props *KubeMutatingWebhookConfigurationV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeMutatingWebhookConfigurationV1Beta1_Of

func KubeMutatingWebhookConfigurationV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeMutatingWebhookConfiguration_GVK

func KubeMutatingWebhookConfiguration_GVK() *cdk8s.GroupVersionKind

func KubeMutatingWebhookConfiguration_Manifest

func KubeMutatingWebhookConfiguration_Manifest(props *KubeMutatingWebhookConfigurationProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeMutatingWebhookConfiguration_Of

func KubeMutatingWebhookConfiguration_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeNamespaceList_GVK

func KubeNamespaceList_GVK() *cdk8s.GroupVersionKind

func KubeNamespaceList_Manifest

func KubeNamespaceList_Manifest(props *KubeNamespaceListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.NamespaceList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeNamespaceList_Of

func KubeNamespaceList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeNamespace_GVK

func KubeNamespace_GVK() *cdk8s.GroupVersionKind

func KubeNamespace_Manifest

func KubeNamespace_Manifest(props *KubeNamespaceProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.Namespace".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeNamespace_Of

func KubeNamespace_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeNetworkPolicyList_GVK

func KubeNetworkPolicyList_GVK() *cdk8s.GroupVersionKind

func KubeNetworkPolicyList_Manifest

func KubeNetworkPolicyList_Manifest(props *KubeNetworkPolicyListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1.NetworkPolicyList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeNetworkPolicyList_Of

func KubeNetworkPolicyList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeNetworkPolicy_GVK

func KubeNetworkPolicy_GVK() *cdk8s.GroupVersionKind

func KubeNetworkPolicy_Manifest

func KubeNetworkPolicy_Manifest(props *KubeNetworkPolicyProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.networking.v1.NetworkPolicy".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeNetworkPolicy_Of

func KubeNetworkPolicy_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeNodeList_GVK

func KubeNodeList_GVK() *cdk8s.GroupVersionKind

func KubeNodeList_Manifest

func KubeNodeList_Manifest(props *KubeNodeListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.NodeList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeNodeList_Of

func KubeNodeList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeNode_GVK

func KubeNode_GVK() *cdk8s.GroupVersionKind

func KubeNode_Manifest

func KubeNode_Manifest(props *KubeNodeProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.Node".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeNode_Of

func KubeNode_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePersistentVolumeClaimList_GVK

func KubePersistentVolumeClaimList_GVK() *cdk8s.GroupVersionKind

func KubePersistentVolumeClaimList_Manifest

func KubePersistentVolumeClaimList_Manifest(props *KubePersistentVolumeClaimListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.PersistentVolumeClaimList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePersistentVolumeClaimList_Of

func KubePersistentVolumeClaimList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePersistentVolumeClaim_GVK

func KubePersistentVolumeClaim_GVK() *cdk8s.GroupVersionKind

func KubePersistentVolumeClaim_Manifest

func KubePersistentVolumeClaim_Manifest(props *KubePersistentVolumeClaimProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.PersistentVolumeClaim".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePersistentVolumeClaim_Of

func KubePersistentVolumeClaim_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePersistentVolumeList_GVK

func KubePersistentVolumeList_GVK() *cdk8s.GroupVersionKind

func KubePersistentVolumeList_Manifest

func KubePersistentVolumeList_Manifest(props *KubePersistentVolumeListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.PersistentVolumeList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePersistentVolumeList_Of

func KubePersistentVolumeList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePersistentVolume_GVK

func KubePersistentVolume_GVK() *cdk8s.GroupVersionKind

func KubePersistentVolume_Manifest

func KubePersistentVolume_Manifest(props *KubePersistentVolumeProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.PersistentVolume".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePersistentVolume_Of

func KubePersistentVolume_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePodDisruptionBudgetListV1Beta1_GVK

func KubePodDisruptionBudgetListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePodDisruptionBudgetListV1Beta1_Manifest

func KubePodDisruptionBudgetListV1Beta1_Manifest(props *KubePodDisruptionBudgetListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.PodDisruptionBudgetList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePodDisruptionBudgetListV1Beta1_Of

func KubePodDisruptionBudgetListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePodDisruptionBudgetV1Beta1_GVK

func KubePodDisruptionBudgetV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePodDisruptionBudgetV1Beta1_Manifest

func KubePodDisruptionBudgetV1Beta1_Manifest(props *KubePodDisruptionBudgetV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.PodDisruptionBudget".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePodDisruptionBudgetV1Beta1_Of

func KubePodDisruptionBudgetV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePodList_GVK

func KubePodList_GVK() *cdk8s.GroupVersionKind

func KubePodList_Manifest

func KubePodList_Manifest(props *KubePodListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.PodList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePodList_Of

func KubePodList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePodSecurityPolicyListV1Beta1_GVK

func KubePodSecurityPolicyListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePodSecurityPolicyListV1Beta1_Manifest

func KubePodSecurityPolicyListV1Beta1_Manifest(props *KubePodSecurityPolicyListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.PodSecurityPolicyList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePodSecurityPolicyListV1Beta1_Of

func KubePodSecurityPolicyListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePodSecurityPolicyV1Beta1_GVK

func KubePodSecurityPolicyV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePodSecurityPolicyV1Beta1_Manifest

func KubePodSecurityPolicyV1Beta1_Manifest(props *KubePodSecurityPolicyV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.PodSecurityPolicy".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePodSecurityPolicyV1Beta1_Of

func KubePodSecurityPolicyV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePodTemplateList_GVK

func KubePodTemplateList_GVK() *cdk8s.GroupVersionKind

func KubePodTemplateList_Manifest

func KubePodTemplateList_Manifest(props *KubePodTemplateListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.PodTemplateList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePodTemplateList_Of

func KubePodTemplateList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePodTemplate_GVK

func KubePodTemplate_GVK() *cdk8s.GroupVersionKind

func KubePodTemplate_Manifest

func KubePodTemplate_Manifest(props *KubePodTemplateProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.PodTemplate".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePodTemplate_Of

func KubePodTemplate_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePod_GVK

func KubePod_GVK() *cdk8s.GroupVersionKind

func KubePod_Manifest

func KubePod_Manifest(props *KubePodProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.Pod".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePod_Of

func KubePod_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityClassListV1Alpha1_GVK

func KubePriorityClassListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubePriorityClassListV1Alpha1_Manifest

func KubePriorityClassListV1Alpha1_Manifest(props *KubePriorityClassListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.scheduling.v1alpha1.PriorityClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityClassListV1Alpha1_Of

func KubePriorityClassListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityClassListV1Beta1_GVK

func KubePriorityClassListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePriorityClassListV1Beta1_Manifest

func KubePriorityClassListV1Beta1_Manifest(props *KubePriorityClassListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.scheduling.v1beta1.PriorityClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityClassListV1Beta1_Of

func KubePriorityClassListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityClassList_GVK

func KubePriorityClassList_GVK() *cdk8s.GroupVersionKind

func KubePriorityClassList_Manifest

func KubePriorityClassList_Manifest(props *KubePriorityClassListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.scheduling.v1.PriorityClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityClassList_Of

func KubePriorityClassList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityClassV1Alpha1_GVK

func KubePriorityClassV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubePriorityClassV1Alpha1_Manifest

func KubePriorityClassV1Alpha1_Manifest(props *KubePriorityClassV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.scheduling.v1alpha1.PriorityClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityClassV1Alpha1_Of

func KubePriorityClassV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityClassV1Beta1_GVK

func KubePriorityClassV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePriorityClassV1Beta1_Manifest

func KubePriorityClassV1Beta1_Manifest(props *KubePriorityClassV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.scheduling.v1beta1.PriorityClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityClassV1Beta1_Of

func KubePriorityClassV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityClass_GVK

func KubePriorityClass_GVK() *cdk8s.GroupVersionKind

func KubePriorityClass_Manifest

func KubePriorityClass_Manifest(props *KubePriorityClassProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.scheduling.v1.PriorityClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityClass_Of

func KubePriorityClass_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityLevelConfigurationListV1Alpha1_GVK

func KubePriorityLevelConfigurationListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubePriorityLevelConfigurationListV1Alpha1_Manifest

func KubePriorityLevelConfigurationListV1Alpha1_Manifest(props *KubePriorityLevelConfigurationListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityLevelConfigurationListV1Alpha1_Of

func KubePriorityLevelConfigurationListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityLevelConfigurationListV1Beta1_GVK

func KubePriorityLevelConfigurationListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePriorityLevelConfigurationListV1Beta1_Manifest

func KubePriorityLevelConfigurationListV1Beta1_Manifest(props *KubePriorityLevelConfigurationListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityLevelConfigurationListV1Beta1_Of

func KubePriorityLevelConfigurationListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityLevelConfigurationV1Alpha1_GVK

func KubePriorityLevelConfigurationV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubePriorityLevelConfigurationV1Alpha1_Manifest

func KubePriorityLevelConfigurationV1Alpha1_Manifest(props *KubePriorityLevelConfigurationV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfiguration".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityLevelConfigurationV1Alpha1_Of

func KubePriorityLevelConfigurationV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubePriorityLevelConfigurationV1Beta1_GVK

func KubePriorityLevelConfigurationV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubePriorityLevelConfigurationV1Beta1_Manifest

func KubePriorityLevelConfigurationV1Beta1_Manifest(props *KubePriorityLevelConfigurationV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubePriorityLevelConfigurationV1Beta1_Of

func KubePriorityLevelConfigurationV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeReplicaSetList_GVK

func KubeReplicaSetList_GVK() *cdk8s.GroupVersionKind

func KubeReplicaSetList_Manifest

func KubeReplicaSetList_Manifest(props *KubeReplicaSetListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ReplicaSetList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeReplicaSetList_Of

func KubeReplicaSetList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeReplicaSet_GVK

func KubeReplicaSet_GVK() *cdk8s.GroupVersionKind

func KubeReplicaSet_Manifest

func KubeReplicaSet_Manifest(props *KubeReplicaSetProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ReplicaSet".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeReplicaSet_Of

func KubeReplicaSet_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeReplicationControllerList_GVK

func KubeReplicationControllerList_GVK() *cdk8s.GroupVersionKind

func KubeReplicationControllerList_Manifest

func KubeReplicationControllerList_Manifest(props *KubeReplicationControllerListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ReplicationControllerList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeReplicationControllerList_Of

func KubeReplicationControllerList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeReplicationController_GVK

func KubeReplicationController_GVK() *cdk8s.GroupVersionKind

func KubeReplicationController_Manifest

func KubeReplicationController_Manifest(props *KubeReplicationControllerProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ReplicationController".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeReplicationController_Of

func KubeReplicationController_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeResourceQuotaList_GVK

func KubeResourceQuotaList_GVK() *cdk8s.GroupVersionKind

func KubeResourceQuotaList_Manifest

func KubeResourceQuotaList_Manifest(props *KubeResourceQuotaListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ResourceQuotaList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeResourceQuotaList_Of

func KubeResourceQuotaList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeResourceQuota_GVK

func KubeResourceQuota_GVK() *cdk8s.GroupVersionKind

func KubeResourceQuota_Manifest

func KubeResourceQuota_Manifest(props *KubeResourceQuotaProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ResourceQuota".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeResourceQuota_Of

func KubeResourceQuota_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleBindingListV1Alpha1_GVK

func KubeRoleBindingListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeRoleBindingListV1Alpha1_Manifest

func KubeRoleBindingListV1Alpha1_Manifest(props *KubeRoleBindingListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.RoleBindingList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleBindingListV1Alpha1_Of

func KubeRoleBindingListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleBindingListV1Beta1_GVK

func KubeRoleBindingListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeRoleBindingListV1Beta1_Manifest

func KubeRoleBindingListV1Beta1_Manifest(props *KubeRoleBindingListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.RoleBindingList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleBindingListV1Beta1_Of

func KubeRoleBindingListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleBindingList_GVK

func KubeRoleBindingList_GVK() *cdk8s.GroupVersionKind

func KubeRoleBindingList_Manifest

func KubeRoleBindingList_Manifest(props *KubeRoleBindingListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.RoleBindingList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleBindingList_Of

func KubeRoleBindingList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleBindingV1Alpha1_GVK

func KubeRoleBindingV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeRoleBindingV1Alpha1_Manifest

func KubeRoleBindingV1Alpha1_Manifest(props *KubeRoleBindingV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.RoleBinding".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleBindingV1Alpha1_Of

func KubeRoleBindingV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleBindingV1Beta1_GVK

func KubeRoleBindingV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeRoleBindingV1Beta1_Manifest

func KubeRoleBindingV1Beta1_Manifest(props *KubeRoleBindingV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.RoleBinding".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleBindingV1Beta1_Of

func KubeRoleBindingV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleBinding_GVK

func KubeRoleBinding_GVK() *cdk8s.GroupVersionKind

func KubeRoleBinding_Manifest

func KubeRoleBinding_Manifest(props *KubeRoleBindingProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.RoleBinding".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleBinding_Of

func KubeRoleBinding_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleListV1Alpha1_GVK

func KubeRoleListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeRoleListV1Alpha1_Manifest

func KubeRoleListV1Alpha1_Manifest(props *KubeRoleListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.RoleList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleListV1Alpha1_Of

func KubeRoleListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleListV1Beta1_GVK

func KubeRoleListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeRoleListV1Beta1_Manifest

func KubeRoleListV1Beta1_Manifest(props *KubeRoleListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.RoleList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleListV1Beta1_Of

func KubeRoleListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleList_GVK

func KubeRoleList_GVK() *cdk8s.GroupVersionKind

func KubeRoleList_Manifest

func KubeRoleList_Manifest(props *KubeRoleListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.RoleList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleList_Of

func KubeRoleList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleV1Alpha1_GVK

func KubeRoleV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeRoleV1Alpha1_Manifest

func KubeRoleV1Alpha1_Manifest(props *KubeRoleV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1alpha1.Role".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleV1Alpha1_Of

func KubeRoleV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRoleV1Beta1_GVK

func KubeRoleV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeRoleV1Beta1_Manifest

func KubeRoleV1Beta1_Manifest(props *KubeRoleV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1beta1.Role".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRoleV1Beta1_Of

func KubeRoleV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRole_GVK

func KubeRole_GVK() *cdk8s.GroupVersionKind

func KubeRole_Manifest

func KubeRole_Manifest(props *KubeRoleProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.rbac.v1.Role".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRole_Of

func KubeRole_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRuntimeClassListV1Alpha1_GVK

func KubeRuntimeClassListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeRuntimeClassListV1Alpha1_Manifest

func KubeRuntimeClassListV1Alpha1_Manifest(props *KubeRuntimeClassListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.node.v1alpha1.RuntimeClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRuntimeClassListV1Alpha1_Of

func KubeRuntimeClassListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRuntimeClassListV1Beta1_GVK

func KubeRuntimeClassListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeRuntimeClassListV1Beta1_Manifest

func KubeRuntimeClassListV1Beta1_Manifest(props *KubeRuntimeClassListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.node.v1beta1.RuntimeClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRuntimeClassListV1Beta1_Of

func KubeRuntimeClassListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRuntimeClassList_GVK

func KubeRuntimeClassList_GVK() *cdk8s.GroupVersionKind

func KubeRuntimeClassList_Manifest

func KubeRuntimeClassList_Manifest(props *KubeRuntimeClassListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.node.v1.RuntimeClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRuntimeClassList_Of

func KubeRuntimeClassList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRuntimeClassV1Alpha1_GVK

func KubeRuntimeClassV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeRuntimeClassV1Alpha1_Manifest

func KubeRuntimeClassV1Alpha1_Manifest(props *KubeRuntimeClassV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.node.v1alpha1.RuntimeClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRuntimeClassV1Alpha1_Of

func KubeRuntimeClassV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRuntimeClassV1Beta1_GVK

func KubeRuntimeClassV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeRuntimeClassV1Beta1_Manifest

func KubeRuntimeClassV1Beta1_Manifest(props *KubeRuntimeClassV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.node.v1beta1.RuntimeClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRuntimeClassV1Beta1_Of

func KubeRuntimeClassV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeRuntimeClass_GVK

func KubeRuntimeClass_GVK() *cdk8s.GroupVersionKind

func KubeRuntimeClass_Manifest

func KubeRuntimeClass_Manifest(props *KubeRuntimeClassProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.node.v1.RuntimeClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeRuntimeClass_Of

func KubeRuntimeClass_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeScale_GVK

func KubeScale_GVK() *cdk8s.GroupVersionKind

func KubeScale_Manifest

func KubeScale_Manifest(props *KubeScaleProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.autoscaling.v1.Scale".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeScale_Of

func KubeScale_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSecretList_GVK

func KubeSecretList_GVK() *cdk8s.GroupVersionKind

func KubeSecretList_Manifest

func KubeSecretList_Manifest(props *KubeSecretListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.SecretList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSecretList_Of

func KubeSecretList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSecret_GVK

func KubeSecret_GVK() *cdk8s.GroupVersionKind

func KubeSecret_Manifest

func KubeSecret_Manifest(props *KubeSecretProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.Secret".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSecret_Of

func KubeSecret_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSelfSubjectAccessReviewV1Beta1_GVK

func KubeSelfSubjectAccessReviewV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeSelfSubjectAccessReviewV1Beta1_Manifest

func KubeSelfSubjectAccessReviewV1Beta1_Manifest(props *KubeSelfSubjectAccessReviewV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSelfSubjectAccessReviewV1Beta1_Of

func KubeSelfSubjectAccessReviewV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSelfSubjectAccessReview_GVK

func KubeSelfSubjectAccessReview_GVK() *cdk8s.GroupVersionKind

func KubeSelfSubjectAccessReview_Manifest

func KubeSelfSubjectAccessReview_Manifest(props *KubeSelfSubjectAccessReviewProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1.SelfSubjectAccessReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSelfSubjectAccessReview_Of

func KubeSelfSubjectAccessReview_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSelfSubjectRulesReviewV1Beta1_GVK

func KubeSelfSubjectRulesReviewV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeSelfSubjectRulesReviewV1Beta1_Manifest

func KubeSelfSubjectRulesReviewV1Beta1_Manifest(props *KubeSelfSubjectRulesReviewV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1beta1.SelfSubjectRulesReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSelfSubjectRulesReviewV1Beta1_Of

func KubeSelfSubjectRulesReviewV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSelfSubjectRulesReview_GVK

func KubeSelfSubjectRulesReview_GVK() *cdk8s.GroupVersionKind

func KubeSelfSubjectRulesReview_Manifest

func KubeSelfSubjectRulesReview_Manifest(props *KubeSelfSubjectRulesReviewProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1.SelfSubjectRulesReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSelfSubjectRulesReview_Of

func KubeSelfSubjectRulesReview_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeServiceAccountList_GVK

func KubeServiceAccountList_GVK() *cdk8s.GroupVersionKind

func KubeServiceAccountList_Manifest

func KubeServiceAccountList_Manifest(props *KubeServiceAccountListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ServiceAccountList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeServiceAccountList_Of

func KubeServiceAccountList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeServiceAccount_GVK

func KubeServiceAccount_GVK() *cdk8s.GroupVersionKind

func KubeServiceAccount_Manifest

func KubeServiceAccount_Manifest(props *KubeServiceAccountProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ServiceAccount".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeServiceAccount_Of

func KubeServiceAccount_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeServiceList_GVK

func KubeServiceList_GVK() *cdk8s.GroupVersionKind

func KubeServiceList_Manifest

func KubeServiceList_Manifest(props *KubeServiceListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.ServiceList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeServiceList_Of

func KubeServiceList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeService_GVK

func KubeService_GVK() *cdk8s.GroupVersionKind

func KubeService_Manifest

func KubeService_Manifest(props *KubeServiceProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.core.v1.Service".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeService_Of

func KubeService_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStatefulSetList_GVK

func KubeStatefulSetList_GVK() *cdk8s.GroupVersionKind

func KubeStatefulSetList_Manifest

func KubeStatefulSetList_Manifest(props *KubeStatefulSetListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.StatefulSetList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStatefulSetList_Of

func KubeStatefulSetList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStatefulSet_GVK

func KubeStatefulSet_GVK() *cdk8s.GroupVersionKind

func KubeStatefulSet_Manifest

func KubeStatefulSet_Manifest(props *KubeStatefulSetProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apps.v1.StatefulSet".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStatefulSet_Of

func KubeStatefulSet_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStatus_GVK

func KubeStatus_GVK() *cdk8s.GroupVersionKind

func KubeStatus_Manifest

func KubeStatus_Manifest(props *KubeStatusProps) interface{}

Renders a Kubernetes manifest for "io.k8s.apimachinery.pkg.apis.meta.v1.Status".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStatus_Of

func KubeStatus_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStorageClassListV1Beta1_GVK

func KubeStorageClassListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeStorageClassListV1Beta1_Manifest

func KubeStorageClassListV1Beta1_Manifest(props *KubeStorageClassListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.StorageClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStorageClassListV1Beta1_Of

func KubeStorageClassListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStorageClassList_GVK

func KubeStorageClassList_GVK() *cdk8s.GroupVersionKind

func KubeStorageClassList_Manifest

func KubeStorageClassList_Manifest(props *KubeStorageClassListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.StorageClassList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStorageClassList_Of

func KubeStorageClassList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStorageClassV1Beta1_GVK

func KubeStorageClassV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeStorageClassV1Beta1_Manifest

func KubeStorageClassV1Beta1_Manifest(props *KubeStorageClassV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.StorageClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStorageClassV1Beta1_Of

func KubeStorageClassV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStorageClass_GVK

func KubeStorageClass_GVK() *cdk8s.GroupVersionKind

func KubeStorageClass_Manifest

func KubeStorageClass_Manifest(props *KubeStorageClassProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.StorageClass".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStorageClass_Of

func KubeStorageClass_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStorageVersionListV1Alpha1_GVK

func KubeStorageVersionListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeStorageVersionListV1Alpha1_Manifest

func KubeStorageVersionListV1Alpha1_Manifest(props *KubeStorageVersionListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStorageVersionListV1Alpha1_Of

func KubeStorageVersionListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeStorageVersionV1Alpha1_GVK

func KubeStorageVersionV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeStorageVersionV1Alpha1_Manifest

func KubeStorageVersionV1Alpha1_Manifest(props *KubeStorageVersionV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.apiserverinternal.v1alpha1.StorageVersion".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeStorageVersionV1Alpha1_Of

func KubeStorageVersionV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSubjectAccessReviewV1Beta1_GVK

func KubeSubjectAccessReviewV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeSubjectAccessReviewV1Beta1_Manifest

func KubeSubjectAccessReviewV1Beta1_Manifest(props *KubeSubjectAccessReviewV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1beta1.SubjectAccessReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSubjectAccessReviewV1Beta1_Of

func KubeSubjectAccessReviewV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeSubjectAccessReview_GVK

func KubeSubjectAccessReview_GVK() *cdk8s.GroupVersionKind

func KubeSubjectAccessReview_Manifest

func KubeSubjectAccessReview_Manifest(props *KubeSubjectAccessReviewProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authorization.v1.SubjectAccessReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeSubjectAccessReview_Of

func KubeSubjectAccessReview_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeTokenRequest_GVK

func KubeTokenRequest_GVK() *cdk8s.GroupVersionKind

func KubeTokenRequest_Manifest

func KubeTokenRequest_Manifest(props *KubeTokenRequestProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authentication.v1.TokenRequest".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeTokenRequest_Of

func KubeTokenRequest_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeTokenReviewV1Beta1_GVK

func KubeTokenReviewV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeTokenReviewV1Beta1_Manifest

func KubeTokenReviewV1Beta1_Manifest(props *KubeTokenReviewV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authentication.v1beta1.TokenReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeTokenReviewV1Beta1_Of

func KubeTokenReviewV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeTokenReview_GVK

func KubeTokenReview_GVK() *cdk8s.GroupVersionKind

func KubeTokenReview_Manifest

func KubeTokenReview_Manifest(props *KubeTokenReviewProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.authentication.v1.TokenReview".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeTokenReview_Of

func KubeTokenReview_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeValidatingWebhookConfigurationListV1Beta1_GVK

func KubeValidatingWebhookConfigurationListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeValidatingWebhookConfigurationListV1Beta1_Manifest

func KubeValidatingWebhookConfigurationListV1Beta1_Manifest(props *KubeValidatingWebhookConfigurationListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeValidatingWebhookConfigurationListV1Beta1_Of

func KubeValidatingWebhookConfigurationListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeValidatingWebhookConfigurationList_GVK

func KubeValidatingWebhookConfigurationList_GVK() *cdk8s.GroupVersionKind

func KubeValidatingWebhookConfigurationList_Manifest

func KubeValidatingWebhookConfigurationList_Manifest(props *KubeValidatingWebhookConfigurationListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeValidatingWebhookConfigurationList_Of

func KubeValidatingWebhookConfigurationList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeValidatingWebhookConfigurationV1Beta1_GVK

func KubeValidatingWebhookConfigurationV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeValidatingWebhookConfigurationV1Beta1_Manifest

func KubeValidatingWebhookConfigurationV1Beta1_Manifest(props *KubeValidatingWebhookConfigurationV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeValidatingWebhookConfigurationV1Beta1_Of

func KubeValidatingWebhookConfigurationV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeValidatingWebhookConfiguration_GVK

func KubeValidatingWebhookConfiguration_GVK() *cdk8s.GroupVersionKind

func KubeValidatingWebhookConfiguration_Manifest

func KubeValidatingWebhookConfiguration_Manifest(props *KubeValidatingWebhookConfigurationProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeValidatingWebhookConfiguration_Of

func KubeValidatingWebhookConfiguration_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeVolumeAttachmentListV1Alpha1_GVK

func KubeVolumeAttachmentListV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeVolumeAttachmentListV1Alpha1_Manifest

func KubeVolumeAttachmentListV1Alpha1_Manifest(props *KubeVolumeAttachmentListV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1alpha1.VolumeAttachmentList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeVolumeAttachmentListV1Alpha1_Of

func KubeVolumeAttachmentListV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeVolumeAttachmentListV1Beta1_GVK

func KubeVolumeAttachmentListV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeVolumeAttachmentListV1Beta1_Manifest

func KubeVolumeAttachmentListV1Beta1_Manifest(props *KubeVolumeAttachmentListV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.VolumeAttachmentList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeVolumeAttachmentListV1Beta1_Of

func KubeVolumeAttachmentListV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeVolumeAttachmentList_GVK

func KubeVolumeAttachmentList_GVK() *cdk8s.GroupVersionKind

func KubeVolumeAttachmentList_Manifest

func KubeVolumeAttachmentList_Manifest(props *KubeVolumeAttachmentListProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.VolumeAttachmentList".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeVolumeAttachmentList_Of

func KubeVolumeAttachmentList_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeVolumeAttachmentV1Alpha1_GVK

func KubeVolumeAttachmentV1Alpha1_GVK() *cdk8s.GroupVersionKind

func KubeVolumeAttachmentV1Alpha1_Manifest

func KubeVolumeAttachmentV1Alpha1_Manifest(props *KubeVolumeAttachmentV1Alpha1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1alpha1.VolumeAttachment".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeVolumeAttachmentV1Alpha1_Of

func KubeVolumeAttachmentV1Alpha1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeVolumeAttachmentV1Beta1_GVK

func KubeVolumeAttachmentV1Beta1_GVK() *cdk8s.GroupVersionKind

func KubeVolumeAttachmentV1Beta1_Manifest

func KubeVolumeAttachmentV1Beta1_Manifest(props *KubeVolumeAttachmentV1Beta1Props) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.VolumeAttachment".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeVolumeAttachmentV1Beta1_Of

func KubeVolumeAttachmentV1Beta1_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func KubeVolumeAttachment_GVK

func KubeVolumeAttachment_GVK() *cdk8s.GroupVersionKind

func KubeVolumeAttachment_Manifest

func KubeVolumeAttachment_Manifest(props *KubeVolumeAttachmentProps) interface{}

Renders a Kubernetes manifest for "io.k8s.api.storage.v1.VolumeAttachment".

This can be used to inline resource manifests inside other objects (e.g. as templates). Experimental.

func KubeVolumeAttachment_Of

func KubeVolumeAttachment_Of(c constructs.IConstruct) cdk8s.ApiObject

Returns the `ApiObject` named `Resource` which is a child of the given construct.

If `c` is an `ApiObject`, it is returned directly. Throws an exception if the construct does not have a child named `Default` _or_ if this child is not an `ApiObject`. Experimental.

func NewKubeApiServiceListV1Beta1_Override

func NewKubeApiServiceListV1Beta1_Override(k KubeApiServiceListV1Beta1, scope constructs.Construct, id *string, props *KubeApiServiceListV1Beta1Props)

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceList" API object. Experimental.

func NewKubeApiServiceList_Override

func NewKubeApiServiceList_Override(k KubeApiServiceList, scope constructs.Construct, id *string, props *KubeApiServiceListProps)

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList" API object. Experimental.

func NewKubeApiServiceV1Beta1_Override

func NewKubeApiServiceV1Beta1_Override(k KubeApiServiceV1Beta1, scope constructs.Construct, id *string, props *KubeApiServiceV1Beta1Props)

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService" API object. Experimental.

func NewKubeApiService_Override

func NewKubeApiService_Override(k KubeApiService, scope constructs.Construct, id *string, props *KubeApiServiceProps)

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" API object. Experimental.

func NewKubeBinding_Override

func NewKubeBinding_Override(k KubeBinding, scope constructs.Construct, id *string, props *KubeBindingProps)

Defines a "io.k8s.api.core.v1.Binding" API object. Experimental.

func NewKubeCertificateSigningRequestListV1Beta1_Override

func NewKubeCertificateSigningRequestListV1Beta1_Override(k KubeCertificateSigningRequestListV1Beta1, scope constructs.Construct, id *string, props *KubeCertificateSigningRequestListV1Beta1Props)

Defines a "io.k8s.api.certificates.v1beta1.CertificateSigningRequestList" API object. Experimental.

func NewKubeCertificateSigningRequestList_Override

func NewKubeCertificateSigningRequestList_Override(k KubeCertificateSigningRequestList, scope constructs.Construct, id *string, props *KubeCertificateSigningRequestListProps)

Defines a "io.k8s.api.certificates.v1.CertificateSigningRequestList" API object. Experimental.

func NewKubeCertificateSigningRequestV1Beta1_Override

func NewKubeCertificateSigningRequestV1Beta1_Override(k KubeCertificateSigningRequestV1Beta1, scope constructs.Construct, id *string, props *KubeCertificateSigningRequestV1Beta1Props)

Defines a "io.k8s.api.certificates.v1beta1.CertificateSigningRequest" API object. Experimental.

func NewKubeCertificateSigningRequest_Override

func NewKubeCertificateSigningRequest_Override(k KubeCertificateSigningRequest, scope constructs.Construct, id *string, props *KubeCertificateSigningRequestProps)

Defines a "io.k8s.api.certificates.v1.CertificateSigningRequest" API object. Experimental.

func NewKubeClusterRoleBindingListV1Alpha1_Override

func NewKubeClusterRoleBindingListV1Alpha1_Override(k KubeClusterRoleBindingListV1Alpha1, scope constructs.Construct, id *string, props *KubeClusterRoleBindingListV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRoleBindingList" API object. Experimental.

func NewKubeClusterRoleBindingListV1Beta1_Override

func NewKubeClusterRoleBindingListV1Beta1_Override(k KubeClusterRoleBindingListV1Beta1, scope constructs.Construct, id *string, props *KubeClusterRoleBindingListV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.ClusterRoleBindingList" API object. Experimental.

func NewKubeClusterRoleBindingList_Override

func NewKubeClusterRoleBindingList_Override(k KubeClusterRoleBindingList, scope constructs.Construct, id *string, props *KubeClusterRoleBindingListProps)

Defines a "io.k8s.api.rbac.v1.ClusterRoleBindingList" API object. Experimental.

func NewKubeClusterRoleBindingV1Alpha1_Override

func NewKubeClusterRoleBindingV1Alpha1_Override(k KubeClusterRoleBindingV1Alpha1, scope constructs.Construct, id *string, props *KubeClusterRoleBindingV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRoleBinding" API object. Experimental.

func NewKubeClusterRoleBindingV1Beta1_Override

func NewKubeClusterRoleBindingV1Beta1_Override(k KubeClusterRoleBindingV1Beta1, scope constructs.Construct, id *string, props *KubeClusterRoleBindingV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.ClusterRoleBinding" API object. Experimental.

func NewKubeClusterRoleBinding_Override

func NewKubeClusterRoleBinding_Override(k KubeClusterRoleBinding, scope constructs.Construct, id *string, props *KubeClusterRoleBindingProps)

Defines a "io.k8s.api.rbac.v1.ClusterRoleBinding" API object. Experimental.

func NewKubeClusterRoleListV1Alpha1_Override

func NewKubeClusterRoleListV1Alpha1_Override(k KubeClusterRoleListV1Alpha1, scope constructs.Construct, id *string, props *KubeClusterRoleListV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRoleList" API object. Experimental.

func NewKubeClusterRoleListV1Beta1_Override

func NewKubeClusterRoleListV1Beta1_Override(k KubeClusterRoleListV1Beta1, scope constructs.Construct, id *string, props *KubeClusterRoleListV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.ClusterRoleList" API object. Experimental.

func NewKubeClusterRoleList_Override

func NewKubeClusterRoleList_Override(k KubeClusterRoleList, scope constructs.Construct, id *string, props *KubeClusterRoleListProps)

Defines a "io.k8s.api.rbac.v1.ClusterRoleList" API object. Experimental.

func NewKubeClusterRoleV1Alpha1_Override

func NewKubeClusterRoleV1Alpha1_Override(k KubeClusterRoleV1Alpha1, scope constructs.Construct, id *string, props *KubeClusterRoleV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRole" API object. Experimental.

func NewKubeClusterRoleV1Beta1_Override

func NewKubeClusterRoleV1Beta1_Override(k KubeClusterRoleV1Beta1, scope constructs.Construct, id *string, props *KubeClusterRoleV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.ClusterRole" API object. Experimental.

func NewKubeClusterRole_Override

func NewKubeClusterRole_Override(k KubeClusterRole, scope constructs.Construct, id *string, props *KubeClusterRoleProps)

Defines a "io.k8s.api.rbac.v1.ClusterRole" API object. Experimental.

func NewKubeComponentStatusList_Override

func NewKubeComponentStatusList_Override(k KubeComponentStatusList, scope constructs.Construct, id *string, props *KubeComponentStatusListProps)

Defines a "io.k8s.api.core.v1.ComponentStatusList" API object. Experimental.

func NewKubeComponentStatus_Override

func NewKubeComponentStatus_Override(k KubeComponentStatus, scope constructs.Construct, id *string, props *KubeComponentStatusProps)

Defines a "io.k8s.api.core.v1.ComponentStatus" API object. Experimental.

func NewKubeConfigMapList_Override

func NewKubeConfigMapList_Override(k KubeConfigMapList, scope constructs.Construct, id *string, props *KubeConfigMapListProps)

Defines a "io.k8s.api.core.v1.ConfigMapList" API object. Experimental.

func NewKubeConfigMap_Override

func NewKubeConfigMap_Override(k KubeConfigMap, scope constructs.Construct, id *string, props *KubeConfigMapProps)

Defines a "io.k8s.api.core.v1.ConfigMap" API object. Experimental.

func NewKubeControllerRevisionList_Override

func NewKubeControllerRevisionList_Override(k KubeControllerRevisionList, scope constructs.Construct, id *string, props *KubeControllerRevisionListProps)

Defines a "io.k8s.api.apps.v1.ControllerRevisionList" API object. Experimental.

func NewKubeControllerRevision_Override

func NewKubeControllerRevision_Override(k KubeControllerRevision, scope constructs.Construct, id *string, props *KubeControllerRevisionProps)

Defines a "io.k8s.api.apps.v1.ControllerRevision" API object. Experimental.

func NewKubeCronJobListV1Beta1_Override

func NewKubeCronJobListV1Beta1_Override(k KubeCronJobListV1Beta1, scope constructs.Construct, id *string, props *KubeCronJobListV1Beta1Props)

Defines a "io.k8s.api.batch.v1beta1.CronJobList" API object. Experimental.

func NewKubeCronJobListV2Alpha1_Override

func NewKubeCronJobListV2Alpha1_Override(k KubeCronJobListV2Alpha1, scope constructs.Construct, id *string, props *KubeCronJobListV2Alpha1Props)

Defines a "io.k8s.api.batch.v2alpha1.CronJobList" API object. Experimental.

func NewKubeCronJobV1Beta1_Override

func NewKubeCronJobV1Beta1_Override(k KubeCronJobV1Beta1, scope constructs.Construct, id *string, props *KubeCronJobV1Beta1Props)

Defines a "io.k8s.api.batch.v1beta1.CronJob" API object. Experimental.

func NewKubeCronJobV2Alpha1_Override

func NewKubeCronJobV2Alpha1_Override(k KubeCronJobV2Alpha1, scope constructs.Construct, id *string, props *KubeCronJobV2Alpha1Props)

Defines a "io.k8s.api.batch.v2alpha1.CronJob" API object. Experimental.

func NewKubeCsiDriverListV1Beta1_Override

func NewKubeCsiDriverListV1Beta1_Override(k KubeCsiDriverListV1Beta1, scope constructs.Construct, id *string, props *KubeCsiDriverListV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.CSIDriverList" API object. Experimental.

func NewKubeCsiDriverList_Override

func NewKubeCsiDriverList_Override(k KubeCsiDriverList, scope constructs.Construct, id *string, props *KubeCsiDriverListProps)

Defines a "io.k8s.api.storage.v1.CSIDriverList" API object. Experimental.

func NewKubeCsiDriverV1Beta1_Override

func NewKubeCsiDriverV1Beta1_Override(k KubeCsiDriverV1Beta1, scope constructs.Construct, id *string, props *KubeCsiDriverV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.CSIDriver" API object. Experimental.

func NewKubeCsiDriver_Override

func NewKubeCsiDriver_Override(k KubeCsiDriver, scope constructs.Construct, id *string, props *KubeCsiDriverProps)

Defines a "io.k8s.api.storage.v1.CSIDriver" API object. Experimental.

func NewKubeCsiNodeListV1Beta1_Override

func NewKubeCsiNodeListV1Beta1_Override(k KubeCsiNodeListV1Beta1, scope constructs.Construct, id *string, props *KubeCsiNodeListV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.CSINodeList" API object. Experimental.

func NewKubeCsiNodeList_Override

func NewKubeCsiNodeList_Override(k KubeCsiNodeList, scope constructs.Construct, id *string, props *KubeCsiNodeListProps)

Defines a "io.k8s.api.storage.v1.CSINodeList" API object. Experimental.

func NewKubeCsiNodeV1Beta1_Override

func NewKubeCsiNodeV1Beta1_Override(k KubeCsiNodeV1Beta1, scope constructs.Construct, id *string, props *KubeCsiNodeV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.CSINode" API object. Experimental.

func NewKubeCsiNode_Override

func NewKubeCsiNode_Override(k KubeCsiNode, scope constructs.Construct, id *string, props *KubeCsiNodeProps)

Defines a "io.k8s.api.storage.v1.CSINode" API object. Experimental.

func NewKubeCustomResourceDefinitionListV1Beta1_Override

func NewKubeCustomResourceDefinitionListV1Beta1_Override(k KubeCustomResourceDefinitionListV1Beta1, scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionListV1Beta1Props)

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionList" API object. Experimental.

func NewKubeCustomResourceDefinitionList_Override

func NewKubeCustomResourceDefinitionList_Override(k KubeCustomResourceDefinitionList, scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionListProps)

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList" API object. Experimental.

func NewKubeCustomResourceDefinitionV1Beta1_Override

func NewKubeCustomResourceDefinitionV1Beta1_Override(k KubeCustomResourceDefinitionV1Beta1, scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionV1Beta1Props)

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition" API object. Experimental.

func NewKubeCustomResourceDefinition_Override

func NewKubeCustomResourceDefinition_Override(k KubeCustomResourceDefinition, scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionProps)

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" API object. Experimental.

func NewKubeDaemonSetList_Override

func NewKubeDaemonSetList_Override(k KubeDaemonSetList, scope constructs.Construct, id *string, props *KubeDaemonSetListProps)

Defines a "io.k8s.api.apps.v1.DaemonSetList" API object. Experimental.

func NewKubeDaemonSet_Override

func NewKubeDaemonSet_Override(k KubeDaemonSet, scope constructs.Construct, id *string, props *KubeDaemonSetProps)

Defines a "io.k8s.api.apps.v1.DaemonSet" API object. Experimental.

func NewKubeDeploymentList_Override

func NewKubeDeploymentList_Override(k KubeDeploymentList, scope constructs.Construct, id *string, props *KubeDeploymentListProps)

Defines a "io.k8s.api.apps.v1.DeploymentList" API object. Experimental.

func NewKubeDeployment_Override

func NewKubeDeployment_Override(k KubeDeployment, scope constructs.Construct, id *string, props *KubeDeploymentProps)

Defines a "io.k8s.api.apps.v1.Deployment" API object. Experimental.

func NewKubeEndpointSliceListV1Beta1_Override

func NewKubeEndpointSliceListV1Beta1_Override(k KubeEndpointSliceListV1Beta1, scope constructs.Construct, id *string, props *KubeEndpointSliceListV1Beta1Props)

Defines a "io.k8s.api.discovery.v1beta1.EndpointSliceList" API object. Experimental.

func NewKubeEndpointSliceV1Beta1_Override

func NewKubeEndpointSliceV1Beta1_Override(k KubeEndpointSliceV1Beta1, scope constructs.Construct, id *string, props *KubeEndpointSliceV1Beta1Props)

Defines a "io.k8s.api.discovery.v1beta1.EndpointSlice" API object. Experimental.

func NewKubeEndpointsList_Override

func NewKubeEndpointsList_Override(k KubeEndpointsList, scope constructs.Construct, id *string, props *KubeEndpointsListProps)

Defines a "io.k8s.api.core.v1.EndpointsList" API object. Experimental.

func NewKubeEndpoints_Override

func NewKubeEndpoints_Override(k KubeEndpoints, scope constructs.Construct, id *string, props *KubeEndpointsProps)

Defines a "io.k8s.api.core.v1.Endpoints" API object. Experimental.

func NewKubeEventListV1Beta1_Override

func NewKubeEventListV1Beta1_Override(k KubeEventListV1Beta1, scope constructs.Construct, id *string, props *KubeEventListV1Beta1Props)

Defines a "io.k8s.api.events.v1beta1.EventList" API object. Experimental.

func NewKubeEventList_Override

func NewKubeEventList_Override(k KubeEventList, scope constructs.Construct, id *string, props *KubeEventListProps)

Defines a "io.k8s.api.events.v1.EventList" API object. Experimental.

func NewKubeEventV1Beta1_Override

func NewKubeEventV1Beta1_Override(k KubeEventV1Beta1, scope constructs.Construct, id *string, props *KubeEventV1Beta1Props)

Defines a "io.k8s.api.events.v1beta1.Event" API object. Experimental.

func NewKubeEvent_Override

func NewKubeEvent_Override(k KubeEvent, scope constructs.Construct, id *string, props *KubeEventProps)

Defines a "io.k8s.api.events.v1.Event" API object. Experimental.

func NewKubeEvictionV1Beta1_Override

func NewKubeEvictionV1Beta1_Override(k KubeEvictionV1Beta1, scope constructs.Construct, id *string, props *KubeEvictionV1Beta1Props)

Defines a "io.k8s.api.policy.v1beta1.Eviction" API object. Experimental.

func NewKubeFlowSchemaListV1Alpha1_Override

func NewKubeFlowSchemaListV1Alpha1_Override(k KubeFlowSchemaListV1Alpha1, scope constructs.Construct, id *string, props *KubeFlowSchemaListV1Alpha1Props)

Defines a "io.k8s.api.flowcontrol.v1alpha1.FlowSchemaList" API object. Experimental.

func NewKubeFlowSchemaListV1Beta1_Override

func NewKubeFlowSchemaListV1Beta1_Override(k KubeFlowSchemaListV1Beta1, scope constructs.Construct, id *string, props *KubeFlowSchemaListV1Beta1Props)

Defines a "io.k8s.api.flowcontrol.v1beta1.FlowSchemaList" API object. Experimental.

func NewKubeFlowSchemaV1Alpha1_Override

func NewKubeFlowSchemaV1Alpha1_Override(k KubeFlowSchemaV1Alpha1, scope constructs.Construct, id *string, props *KubeFlowSchemaV1Alpha1Props)

Defines a "io.k8s.api.flowcontrol.v1alpha1.FlowSchema" API object. Experimental.

func NewKubeFlowSchemaV1Beta1_Override

func NewKubeFlowSchemaV1Beta1_Override(k KubeFlowSchemaV1Beta1, scope constructs.Construct, id *string, props *KubeFlowSchemaV1Beta1Props)

Defines a "io.k8s.api.flowcontrol.v1beta1.FlowSchema" API object. Experimental.

func NewKubeHorizontalPodAutoscalerListV2Beta1_Override

func NewKubeHorizontalPodAutoscalerListV2Beta1_Override(k KubeHorizontalPodAutoscalerListV2Beta1, scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerListV2Beta1Props)

Defines a "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerList" API object. Experimental.

func NewKubeHorizontalPodAutoscalerListV2Beta2_Override

func NewKubeHorizontalPodAutoscalerListV2Beta2_Override(k KubeHorizontalPodAutoscalerListV2Beta2, scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerListV2Beta2Props)

Defines a "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerList" API object. Experimental.

func NewKubeHorizontalPodAutoscalerList_Override

func NewKubeHorizontalPodAutoscalerList_Override(k KubeHorizontalPodAutoscalerList, scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerListProps)

Defines a "io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList" API object. Experimental.

func NewKubeHorizontalPodAutoscalerV2Beta1_Override

func NewKubeHorizontalPodAutoscalerV2Beta1_Override(k KubeHorizontalPodAutoscalerV2Beta1, scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerV2Beta1Props)

Defines a "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler" API object. Experimental.

func NewKubeHorizontalPodAutoscalerV2Beta2_Override

func NewKubeHorizontalPodAutoscalerV2Beta2_Override(k KubeHorizontalPodAutoscalerV2Beta2, scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerV2Beta2Props)

Defines a "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler" API object. Experimental.

func NewKubeHorizontalPodAutoscaler_Override

func NewKubeHorizontalPodAutoscaler_Override(k KubeHorizontalPodAutoscaler, scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerProps)

Defines a "io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" API object. Experimental.

func NewKubeIngressClassListV1Beta1_Override

func NewKubeIngressClassListV1Beta1_Override(k KubeIngressClassListV1Beta1, scope constructs.Construct, id *string, props *KubeIngressClassListV1Beta1Props)

Defines a "io.k8s.api.networking.v1beta1.IngressClassList" API object. Experimental.

func NewKubeIngressClassList_Override

func NewKubeIngressClassList_Override(k KubeIngressClassList, scope constructs.Construct, id *string, props *KubeIngressClassListProps)

Defines a "io.k8s.api.networking.v1.IngressClassList" API object. Experimental.

func NewKubeIngressClassV1Beta1_Override

func NewKubeIngressClassV1Beta1_Override(k KubeIngressClassV1Beta1, scope constructs.Construct, id *string, props *KubeIngressClassV1Beta1Props)

Defines a "io.k8s.api.networking.v1beta1.IngressClass" API object. Experimental.

func NewKubeIngressClass_Override

func NewKubeIngressClass_Override(k KubeIngressClass, scope constructs.Construct, id *string, props *KubeIngressClassProps)

Defines a "io.k8s.api.networking.v1.IngressClass" API object. Experimental.

func NewKubeIngressListV1Beta1_Override

func NewKubeIngressListV1Beta1_Override(k KubeIngressListV1Beta1, scope constructs.Construct, id *string, props *KubeIngressListV1Beta1Props)

Defines a "io.k8s.api.networking.v1beta1.IngressList" API object. Experimental.

func NewKubeIngressList_Override

func NewKubeIngressList_Override(k KubeIngressList, scope constructs.Construct, id *string, props *KubeIngressListProps)

Defines a "io.k8s.api.networking.v1.IngressList" API object. Experimental.

func NewKubeIngressV1Beta1_Override

func NewKubeIngressV1Beta1_Override(k KubeIngressV1Beta1, scope constructs.Construct, id *string, props *KubeIngressV1Beta1Props)

Defines a "io.k8s.api.networking.v1beta1.Ingress" API object. Experimental.

func NewKubeIngress_Override

func NewKubeIngress_Override(k KubeIngress, scope constructs.Construct, id *string, props *KubeIngressProps)

Defines a "io.k8s.api.networking.v1.Ingress" API object. Experimental.

func NewKubeJobList_Override

func NewKubeJobList_Override(k KubeJobList, scope constructs.Construct, id *string, props *KubeJobListProps)

Defines a "io.k8s.api.batch.v1.JobList" API object. Experimental.

func NewKubeJob_Override

func NewKubeJob_Override(k KubeJob, scope constructs.Construct, id *string, props *KubeJobProps)

Defines a "io.k8s.api.batch.v1.Job" API object. Experimental.

func NewKubeLeaseListV1Beta1_Override

func NewKubeLeaseListV1Beta1_Override(k KubeLeaseListV1Beta1, scope constructs.Construct, id *string, props *KubeLeaseListV1Beta1Props)

Defines a "io.k8s.api.coordination.v1beta1.LeaseList" API object. Experimental.

func NewKubeLeaseList_Override

func NewKubeLeaseList_Override(k KubeLeaseList, scope constructs.Construct, id *string, props *KubeLeaseListProps)

Defines a "io.k8s.api.coordination.v1.LeaseList" API object. Experimental.

func NewKubeLeaseV1Beta1_Override

func NewKubeLeaseV1Beta1_Override(k KubeLeaseV1Beta1, scope constructs.Construct, id *string, props *KubeLeaseV1Beta1Props)

Defines a "io.k8s.api.coordination.v1beta1.Lease" API object. Experimental.

func NewKubeLease_Override

func NewKubeLease_Override(k KubeLease, scope constructs.Construct, id *string, props *KubeLeaseProps)

Defines a "io.k8s.api.coordination.v1.Lease" API object. Experimental.

func NewKubeLimitRangeList_Override

func NewKubeLimitRangeList_Override(k KubeLimitRangeList, scope constructs.Construct, id *string, props *KubeLimitRangeListProps)

Defines a "io.k8s.api.core.v1.LimitRangeList" API object. Experimental.

func NewKubeLimitRange_Override

func NewKubeLimitRange_Override(k KubeLimitRange, scope constructs.Construct, id *string, props *KubeLimitRangeProps)

Defines a "io.k8s.api.core.v1.LimitRange" API object. Experimental.

func NewKubeLocalSubjectAccessReviewV1Beta1_Override

func NewKubeLocalSubjectAccessReviewV1Beta1_Override(k KubeLocalSubjectAccessReviewV1Beta1, scope constructs.Construct, id *string, props *KubeLocalSubjectAccessReviewV1Beta1Props)

Defines a "io.k8s.api.authorization.v1beta1.LocalSubjectAccessReview" API object. Experimental.

func NewKubeLocalSubjectAccessReview_Override

func NewKubeLocalSubjectAccessReview_Override(k KubeLocalSubjectAccessReview, scope constructs.Construct, id *string, props *KubeLocalSubjectAccessReviewProps)

Defines a "io.k8s.api.authorization.v1.LocalSubjectAccessReview" API object. Experimental.

func NewKubeMutatingWebhookConfigurationListV1Beta1_Override

func NewKubeMutatingWebhookConfigurationListV1Beta1_Override(k KubeMutatingWebhookConfigurationListV1Beta1, scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationListV1Beta1Props)

Defines a "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfigurationList" API object. Experimental.

func NewKubeMutatingWebhookConfigurationList_Override

func NewKubeMutatingWebhookConfigurationList_Override(k KubeMutatingWebhookConfigurationList, scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationListProps)

Defines a "io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList" API object. Experimental.

func NewKubeMutatingWebhookConfigurationV1Beta1_Override

func NewKubeMutatingWebhookConfigurationV1Beta1_Override(k KubeMutatingWebhookConfigurationV1Beta1, scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationV1Beta1Props)

Defines a "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration" API object. Experimental.

func NewKubeMutatingWebhookConfiguration_Override

func NewKubeMutatingWebhookConfiguration_Override(k KubeMutatingWebhookConfiguration, scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationProps)

Defines a "io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" API object. Experimental.

func NewKubeNamespaceList_Override

func NewKubeNamespaceList_Override(k KubeNamespaceList, scope constructs.Construct, id *string, props *KubeNamespaceListProps)

Defines a "io.k8s.api.core.v1.NamespaceList" API object. Experimental.

func NewKubeNamespace_Override

func NewKubeNamespace_Override(k KubeNamespace, scope constructs.Construct, id *string, props *KubeNamespaceProps)

Defines a "io.k8s.api.core.v1.Namespace" API object. Experimental.

func NewKubeNetworkPolicyList_Override

func NewKubeNetworkPolicyList_Override(k KubeNetworkPolicyList, scope constructs.Construct, id *string, props *KubeNetworkPolicyListProps)

Defines a "io.k8s.api.networking.v1.NetworkPolicyList" API object. Experimental.

func NewKubeNetworkPolicy_Override

func NewKubeNetworkPolicy_Override(k KubeNetworkPolicy, scope constructs.Construct, id *string, props *KubeNetworkPolicyProps)

Defines a "io.k8s.api.networking.v1.NetworkPolicy" API object. Experimental.

func NewKubeNodeList_Override

func NewKubeNodeList_Override(k KubeNodeList, scope constructs.Construct, id *string, props *KubeNodeListProps)

Defines a "io.k8s.api.core.v1.NodeList" API object. Experimental.

func NewKubeNode_Override

func NewKubeNode_Override(k KubeNode, scope constructs.Construct, id *string, props *KubeNodeProps)

Defines a "io.k8s.api.core.v1.Node" API object. Experimental.

func NewKubePersistentVolumeClaimList_Override

func NewKubePersistentVolumeClaimList_Override(k KubePersistentVolumeClaimList, scope constructs.Construct, id *string, props *KubePersistentVolumeClaimListProps)

Defines a "io.k8s.api.core.v1.PersistentVolumeClaimList" API object. Experimental.

func NewKubePersistentVolumeClaim_Override

func NewKubePersistentVolumeClaim_Override(k KubePersistentVolumeClaim, scope constructs.Construct, id *string, props *KubePersistentVolumeClaimProps)

Defines a "io.k8s.api.core.v1.PersistentVolumeClaim" API object. Experimental.

func NewKubePersistentVolumeList_Override

func NewKubePersistentVolumeList_Override(k KubePersistentVolumeList, scope constructs.Construct, id *string, props *KubePersistentVolumeListProps)

Defines a "io.k8s.api.core.v1.PersistentVolumeList" API object. Experimental.

func NewKubePersistentVolume_Override

func NewKubePersistentVolume_Override(k KubePersistentVolume, scope constructs.Construct, id *string, props *KubePersistentVolumeProps)

Defines a "io.k8s.api.core.v1.PersistentVolume" API object. Experimental.

func NewKubePodDisruptionBudgetListV1Beta1_Override

func NewKubePodDisruptionBudgetListV1Beta1_Override(k KubePodDisruptionBudgetListV1Beta1, scope constructs.Construct, id *string, props *KubePodDisruptionBudgetListV1Beta1Props)

Defines a "io.k8s.api.policy.v1beta1.PodDisruptionBudgetList" API object. Experimental.

func NewKubePodDisruptionBudgetV1Beta1_Override

func NewKubePodDisruptionBudgetV1Beta1_Override(k KubePodDisruptionBudgetV1Beta1, scope constructs.Construct, id *string, props *KubePodDisruptionBudgetV1Beta1Props)

Defines a "io.k8s.api.policy.v1beta1.PodDisruptionBudget" API object. Experimental.

func NewKubePodList_Override

func NewKubePodList_Override(k KubePodList, scope constructs.Construct, id *string, props *KubePodListProps)

Defines a "io.k8s.api.core.v1.PodList" API object. Experimental.

func NewKubePodSecurityPolicyListV1Beta1_Override

func NewKubePodSecurityPolicyListV1Beta1_Override(k KubePodSecurityPolicyListV1Beta1, scope constructs.Construct, id *string, props *KubePodSecurityPolicyListV1Beta1Props)

Defines a "io.k8s.api.policy.v1beta1.PodSecurityPolicyList" API object. Experimental.

func NewKubePodSecurityPolicyV1Beta1_Override

func NewKubePodSecurityPolicyV1Beta1_Override(k KubePodSecurityPolicyV1Beta1, scope constructs.Construct, id *string, props *KubePodSecurityPolicyV1Beta1Props)

Defines a "io.k8s.api.policy.v1beta1.PodSecurityPolicy" API object. Experimental.

func NewKubePodTemplateList_Override

func NewKubePodTemplateList_Override(k KubePodTemplateList, scope constructs.Construct, id *string, props *KubePodTemplateListProps)

Defines a "io.k8s.api.core.v1.PodTemplateList" API object. Experimental.

func NewKubePodTemplate_Override

func NewKubePodTemplate_Override(k KubePodTemplate, scope constructs.Construct, id *string, props *KubePodTemplateProps)

Defines a "io.k8s.api.core.v1.PodTemplate" API object. Experimental.

func NewKubePod_Override

func NewKubePod_Override(k KubePod, scope constructs.Construct, id *string, props *KubePodProps)

Defines a "io.k8s.api.core.v1.Pod" API object. Experimental.

func NewKubePriorityClassListV1Alpha1_Override

func NewKubePriorityClassListV1Alpha1_Override(k KubePriorityClassListV1Alpha1, scope constructs.Construct, id *string, props *KubePriorityClassListV1Alpha1Props)

Defines a "io.k8s.api.scheduling.v1alpha1.PriorityClassList" API object. Experimental.

func NewKubePriorityClassListV1Beta1_Override

func NewKubePriorityClassListV1Beta1_Override(k KubePriorityClassListV1Beta1, scope constructs.Construct, id *string, props *KubePriorityClassListV1Beta1Props)

Defines a "io.k8s.api.scheduling.v1beta1.PriorityClassList" API object. Experimental.

func NewKubePriorityClassList_Override

func NewKubePriorityClassList_Override(k KubePriorityClassList, scope constructs.Construct, id *string, props *KubePriorityClassListProps)

Defines a "io.k8s.api.scheduling.v1.PriorityClassList" API object. Experimental.

func NewKubePriorityClassV1Alpha1_Override

func NewKubePriorityClassV1Alpha1_Override(k KubePriorityClassV1Alpha1, scope constructs.Construct, id *string, props *KubePriorityClassV1Alpha1Props)

Defines a "io.k8s.api.scheduling.v1alpha1.PriorityClass" API object. Experimental.

func NewKubePriorityClassV1Beta1_Override

func NewKubePriorityClassV1Beta1_Override(k KubePriorityClassV1Beta1, scope constructs.Construct, id *string, props *KubePriorityClassV1Beta1Props)

Defines a "io.k8s.api.scheduling.v1beta1.PriorityClass" API object. Experimental.

func NewKubePriorityClass_Override

func NewKubePriorityClass_Override(k KubePriorityClass, scope constructs.Construct, id *string, props *KubePriorityClassProps)

Defines a "io.k8s.api.scheduling.v1.PriorityClass" API object. Experimental.

func NewKubePriorityLevelConfigurationListV1Alpha1_Override

func NewKubePriorityLevelConfigurationListV1Alpha1_Override(k KubePriorityLevelConfigurationListV1Alpha1, scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationListV1Alpha1Props)

Defines a "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationList" API object. Experimental.

func NewKubePriorityLevelConfigurationListV1Beta1_Override

func NewKubePriorityLevelConfigurationListV1Beta1_Override(k KubePriorityLevelConfigurationListV1Beta1, scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationListV1Beta1Props)

Defines a "io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationList" API object. Experimental.

func NewKubePriorityLevelConfigurationV1Alpha1_Override

func NewKubePriorityLevelConfigurationV1Alpha1_Override(k KubePriorityLevelConfigurationV1Alpha1, scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationV1Alpha1Props)

Defines a "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfiguration" API object. Experimental.

func NewKubePriorityLevelConfigurationV1Beta1_Override

func NewKubePriorityLevelConfigurationV1Beta1_Override(k KubePriorityLevelConfigurationV1Beta1, scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationV1Beta1Props)

Defines a "io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration" API object. Experimental.

func NewKubeReplicaSetList_Override

func NewKubeReplicaSetList_Override(k KubeReplicaSetList, scope constructs.Construct, id *string, props *KubeReplicaSetListProps)

Defines a "io.k8s.api.apps.v1.ReplicaSetList" API object. Experimental.

func NewKubeReplicaSet_Override

func NewKubeReplicaSet_Override(k KubeReplicaSet, scope constructs.Construct, id *string, props *KubeReplicaSetProps)

Defines a "io.k8s.api.apps.v1.ReplicaSet" API object. Experimental.

func NewKubeReplicationControllerList_Override

func NewKubeReplicationControllerList_Override(k KubeReplicationControllerList, scope constructs.Construct, id *string, props *KubeReplicationControllerListProps)

Defines a "io.k8s.api.core.v1.ReplicationControllerList" API object. Experimental.

func NewKubeReplicationController_Override

func NewKubeReplicationController_Override(k KubeReplicationController, scope constructs.Construct, id *string, props *KubeReplicationControllerProps)

Defines a "io.k8s.api.core.v1.ReplicationController" API object. Experimental.

func NewKubeResourceQuotaList_Override

func NewKubeResourceQuotaList_Override(k KubeResourceQuotaList, scope constructs.Construct, id *string, props *KubeResourceQuotaListProps)

Defines a "io.k8s.api.core.v1.ResourceQuotaList" API object. Experimental.

func NewKubeResourceQuota_Override

func NewKubeResourceQuota_Override(k KubeResourceQuota, scope constructs.Construct, id *string, props *KubeResourceQuotaProps)

Defines a "io.k8s.api.core.v1.ResourceQuota" API object. Experimental.

func NewKubeRoleBindingListV1Alpha1_Override

func NewKubeRoleBindingListV1Alpha1_Override(k KubeRoleBindingListV1Alpha1, scope constructs.Construct, id *string, props *KubeRoleBindingListV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.RoleBindingList" API object. Experimental.

func NewKubeRoleBindingListV1Beta1_Override

func NewKubeRoleBindingListV1Beta1_Override(k KubeRoleBindingListV1Beta1, scope constructs.Construct, id *string, props *KubeRoleBindingListV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.RoleBindingList" API object. Experimental.

func NewKubeRoleBindingList_Override

func NewKubeRoleBindingList_Override(k KubeRoleBindingList, scope constructs.Construct, id *string, props *KubeRoleBindingListProps)

Defines a "io.k8s.api.rbac.v1.RoleBindingList" API object. Experimental.

func NewKubeRoleBindingV1Alpha1_Override

func NewKubeRoleBindingV1Alpha1_Override(k KubeRoleBindingV1Alpha1, scope constructs.Construct, id *string, props *KubeRoleBindingV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.RoleBinding" API object. Experimental.

func NewKubeRoleBindingV1Beta1_Override

func NewKubeRoleBindingV1Beta1_Override(k KubeRoleBindingV1Beta1, scope constructs.Construct, id *string, props *KubeRoleBindingV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.RoleBinding" API object. Experimental.

func NewKubeRoleBinding_Override

func NewKubeRoleBinding_Override(k KubeRoleBinding, scope constructs.Construct, id *string, props *KubeRoleBindingProps)

Defines a "io.k8s.api.rbac.v1.RoleBinding" API object. Experimental.

func NewKubeRoleListV1Alpha1_Override

func NewKubeRoleListV1Alpha1_Override(k KubeRoleListV1Alpha1, scope constructs.Construct, id *string, props *KubeRoleListV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.RoleList" API object. Experimental.

func NewKubeRoleListV1Beta1_Override

func NewKubeRoleListV1Beta1_Override(k KubeRoleListV1Beta1, scope constructs.Construct, id *string, props *KubeRoleListV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.RoleList" API object. Experimental.

func NewKubeRoleList_Override

func NewKubeRoleList_Override(k KubeRoleList, scope constructs.Construct, id *string, props *KubeRoleListProps)

Defines a "io.k8s.api.rbac.v1.RoleList" API object. Experimental.

func NewKubeRoleV1Alpha1_Override

func NewKubeRoleV1Alpha1_Override(k KubeRoleV1Alpha1, scope constructs.Construct, id *string, props *KubeRoleV1Alpha1Props)

Defines a "io.k8s.api.rbac.v1alpha1.Role" API object. Experimental.

func NewKubeRoleV1Beta1_Override

func NewKubeRoleV1Beta1_Override(k KubeRoleV1Beta1, scope constructs.Construct, id *string, props *KubeRoleV1Beta1Props)

Defines a "io.k8s.api.rbac.v1beta1.Role" API object. Experimental.

func NewKubeRole_Override

func NewKubeRole_Override(k KubeRole, scope constructs.Construct, id *string, props *KubeRoleProps)

Defines a "io.k8s.api.rbac.v1.Role" API object. Experimental.

func NewKubeRuntimeClassListV1Alpha1_Override

func NewKubeRuntimeClassListV1Alpha1_Override(k KubeRuntimeClassListV1Alpha1, scope constructs.Construct, id *string, props *KubeRuntimeClassListV1Alpha1Props)

Defines a "io.k8s.api.node.v1alpha1.RuntimeClassList" API object. Experimental.

func NewKubeRuntimeClassListV1Beta1_Override

func NewKubeRuntimeClassListV1Beta1_Override(k KubeRuntimeClassListV1Beta1, scope constructs.Construct, id *string, props *KubeRuntimeClassListV1Beta1Props)

Defines a "io.k8s.api.node.v1beta1.RuntimeClassList" API object. Experimental.

func NewKubeRuntimeClassList_Override

func NewKubeRuntimeClassList_Override(k KubeRuntimeClassList, scope constructs.Construct, id *string, props *KubeRuntimeClassListProps)

Defines a "io.k8s.api.node.v1.RuntimeClassList" API object. Experimental.

func NewKubeRuntimeClassV1Alpha1_Override

func NewKubeRuntimeClassV1Alpha1_Override(k KubeRuntimeClassV1Alpha1, scope constructs.Construct, id *string, props *KubeRuntimeClassV1Alpha1Props)

Defines a "io.k8s.api.node.v1alpha1.RuntimeClass" API object. Experimental.

func NewKubeRuntimeClassV1Beta1_Override

func NewKubeRuntimeClassV1Beta1_Override(k KubeRuntimeClassV1Beta1, scope constructs.Construct, id *string, props *KubeRuntimeClassV1Beta1Props)

Defines a "io.k8s.api.node.v1beta1.RuntimeClass" API object. Experimental.

func NewKubeRuntimeClass_Override

func NewKubeRuntimeClass_Override(k KubeRuntimeClass, scope constructs.Construct, id *string, props *KubeRuntimeClassProps)

Defines a "io.k8s.api.node.v1.RuntimeClass" API object. Experimental.

func NewKubeScale_Override

func NewKubeScale_Override(k KubeScale, scope constructs.Construct, id *string, props *KubeScaleProps)

Defines a "io.k8s.api.autoscaling.v1.Scale" API object. Experimental.

func NewKubeSecretList_Override

func NewKubeSecretList_Override(k KubeSecretList, scope constructs.Construct, id *string, props *KubeSecretListProps)

Defines a "io.k8s.api.core.v1.SecretList" API object. Experimental.

func NewKubeSecret_Override

func NewKubeSecret_Override(k KubeSecret, scope constructs.Construct, id *string, props *KubeSecretProps)

Defines a "io.k8s.api.core.v1.Secret" API object. Experimental.

func NewKubeSelfSubjectAccessReviewV1Beta1_Override

func NewKubeSelfSubjectAccessReviewV1Beta1_Override(k KubeSelfSubjectAccessReviewV1Beta1, scope constructs.Construct, id *string, props *KubeSelfSubjectAccessReviewV1Beta1Props)

Defines a "io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview" API object. Experimental.

func NewKubeSelfSubjectAccessReview_Override

func NewKubeSelfSubjectAccessReview_Override(k KubeSelfSubjectAccessReview, scope constructs.Construct, id *string, props *KubeSelfSubjectAccessReviewProps)

Defines a "io.k8s.api.authorization.v1.SelfSubjectAccessReview" API object. Experimental.

func NewKubeSelfSubjectRulesReviewV1Beta1_Override

func NewKubeSelfSubjectRulesReviewV1Beta1_Override(k KubeSelfSubjectRulesReviewV1Beta1, scope constructs.Construct, id *string, props *KubeSelfSubjectRulesReviewV1Beta1Props)

Defines a "io.k8s.api.authorization.v1beta1.SelfSubjectRulesReview" API object. Experimental.

func NewKubeSelfSubjectRulesReview_Override

func NewKubeSelfSubjectRulesReview_Override(k KubeSelfSubjectRulesReview, scope constructs.Construct, id *string, props *KubeSelfSubjectRulesReviewProps)

Defines a "io.k8s.api.authorization.v1.SelfSubjectRulesReview" API object. Experimental.

func NewKubeServiceAccountList_Override

func NewKubeServiceAccountList_Override(k KubeServiceAccountList, scope constructs.Construct, id *string, props *KubeServiceAccountListProps)

Defines a "io.k8s.api.core.v1.ServiceAccountList" API object. Experimental.

func NewKubeServiceAccount_Override

func NewKubeServiceAccount_Override(k KubeServiceAccount, scope constructs.Construct, id *string, props *KubeServiceAccountProps)

Defines a "io.k8s.api.core.v1.ServiceAccount" API object. Experimental.

func NewKubeServiceList_Override

func NewKubeServiceList_Override(k KubeServiceList, scope constructs.Construct, id *string, props *KubeServiceListProps)

Defines a "io.k8s.api.core.v1.ServiceList" API object. Experimental.

func NewKubeService_Override

func NewKubeService_Override(k KubeService, scope constructs.Construct, id *string, props *KubeServiceProps)

Defines a "io.k8s.api.core.v1.Service" API object. Experimental.

func NewKubeStatefulSetList_Override

func NewKubeStatefulSetList_Override(k KubeStatefulSetList, scope constructs.Construct, id *string, props *KubeStatefulSetListProps)

Defines a "io.k8s.api.apps.v1.StatefulSetList" API object. Experimental.

func NewKubeStatefulSet_Override

func NewKubeStatefulSet_Override(k KubeStatefulSet, scope constructs.Construct, id *string, props *KubeStatefulSetProps)

Defines a "io.k8s.api.apps.v1.StatefulSet" API object. Experimental.

func NewKubeStatus_Override

func NewKubeStatus_Override(k KubeStatus, scope constructs.Construct, id *string, props *KubeStatusProps)

Defines a "io.k8s.apimachinery.pkg.apis.meta.v1.Status" API object. Experimental.

func NewKubeStorageClassListV1Beta1_Override

func NewKubeStorageClassListV1Beta1_Override(k KubeStorageClassListV1Beta1, scope constructs.Construct, id *string, props *KubeStorageClassListV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.StorageClassList" API object. Experimental.

func NewKubeStorageClassList_Override

func NewKubeStorageClassList_Override(k KubeStorageClassList, scope constructs.Construct, id *string, props *KubeStorageClassListProps)

Defines a "io.k8s.api.storage.v1.StorageClassList" API object. Experimental.

func NewKubeStorageClassV1Beta1_Override

func NewKubeStorageClassV1Beta1_Override(k KubeStorageClassV1Beta1, scope constructs.Construct, id *string, props *KubeStorageClassV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.StorageClass" API object. Experimental.

func NewKubeStorageClass_Override

func NewKubeStorageClass_Override(k KubeStorageClass, scope constructs.Construct, id *string, props *KubeStorageClassProps)

Defines a "io.k8s.api.storage.v1.StorageClass" API object. Experimental.

func NewKubeStorageVersionListV1Alpha1_Override

func NewKubeStorageVersionListV1Alpha1_Override(k KubeStorageVersionListV1Alpha1, scope constructs.Construct, id *string, props *KubeStorageVersionListV1Alpha1Props)

Defines a "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList" API object. Experimental.

func NewKubeStorageVersionV1Alpha1_Override

func NewKubeStorageVersionV1Alpha1_Override(k KubeStorageVersionV1Alpha1, scope constructs.Construct, id *string, props *KubeStorageVersionV1Alpha1Props)

Defines a "io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" API object. Experimental.

func NewKubeSubjectAccessReviewV1Beta1_Override

func NewKubeSubjectAccessReviewV1Beta1_Override(k KubeSubjectAccessReviewV1Beta1, scope constructs.Construct, id *string, props *KubeSubjectAccessReviewV1Beta1Props)

Defines a "io.k8s.api.authorization.v1beta1.SubjectAccessReview" API object. Experimental.

func NewKubeSubjectAccessReview_Override

func NewKubeSubjectAccessReview_Override(k KubeSubjectAccessReview, scope constructs.Construct, id *string, props *KubeSubjectAccessReviewProps)

Defines a "io.k8s.api.authorization.v1.SubjectAccessReview" API object. Experimental.

func NewKubeTokenRequest_Override

func NewKubeTokenRequest_Override(k KubeTokenRequest, scope constructs.Construct, id *string, props *KubeTokenRequestProps)

Defines a "io.k8s.api.authentication.v1.TokenRequest" API object. Experimental.

func NewKubeTokenReviewV1Beta1_Override

func NewKubeTokenReviewV1Beta1_Override(k KubeTokenReviewV1Beta1, scope constructs.Construct, id *string, props *KubeTokenReviewV1Beta1Props)

Defines a "io.k8s.api.authentication.v1beta1.TokenReview" API object. Experimental.

func NewKubeTokenReview_Override

func NewKubeTokenReview_Override(k KubeTokenReview, scope constructs.Construct, id *string, props *KubeTokenReviewProps)

Defines a "io.k8s.api.authentication.v1.TokenReview" API object. Experimental.

func NewKubeValidatingWebhookConfigurationListV1Beta1_Override

func NewKubeValidatingWebhookConfigurationListV1Beta1_Override(k KubeValidatingWebhookConfigurationListV1Beta1, scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationListV1Beta1Props)

Defines a "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList" API object. Experimental.

func NewKubeValidatingWebhookConfigurationList_Override

func NewKubeValidatingWebhookConfigurationList_Override(k KubeValidatingWebhookConfigurationList, scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationListProps)

Defines a "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList" API object. Experimental.

func NewKubeValidatingWebhookConfigurationV1Beta1_Override

func NewKubeValidatingWebhookConfigurationV1Beta1_Override(k KubeValidatingWebhookConfigurationV1Beta1, scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationV1Beta1Props)

Defines a "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration" API object. Experimental.

func NewKubeValidatingWebhookConfiguration_Override

func NewKubeValidatingWebhookConfiguration_Override(k KubeValidatingWebhookConfiguration, scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationProps)

Defines a "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" API object. Experimental.

func NewKubeVolumeAttachmentListV1Alpha1_Override

func NewKubeVolumeAttachmentListV1Alpha1_Override(k KubeVolumeAttachmentListV1Alpha1, scope constructs.Construct, id *string, props *KubeVolumeAttachmentListV1Alpha1Props)

Defines a "io.k8s.api.storage.v1alpha1.VolumeAttachmentList" API object. Experimental.

func NewKubeVolumeAttachmentListV1Beta1_Override

func NewKubeVolumeAttachmentListV1Beta1_Override(k KubeVolumeAttachmentListV1Beta1, scope constructs.Construct, id *string, props *KubeVolumeAttachmentListV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.VolumeAttachmentList" API object. Experimental.

func NewKubeVolumeAttachmentList_Override

func NewKubeVolumeAttachmentList_Override(k KubeVolumeAttachmentList, scope constructs.Construct, id *string, props *KubeVolumeAttachmentListProps)

Defines a "io.k8s.api.storage.v1.VolumeAttachmentList" API object. Experimental.

func NewKubeVolumeAttachmentV1Alpha1_Override

func NewKubeVolumeAttachmentV1Alpha1_Override(k KubeVolumeAttachmentV1Alpha1, scope constructs.Construct, id *string, props *KubeVolumeAttachmentV1Alpha1Props)

Defines a "io.k8s.api.storage.v1alpha1.VolumeAttachment" API object. Experimental.

func NewKubeVolumeAttachmentV1Beta1_Override

func NewKubeVolumeAttachmentV1Beta1_Override(k KubeVolumeAttachmentV1Beta1, scope constructs.Construct, id *string, props *KubeVolumeAttachmentV1Beta1Props)

Defines a "io.k8s.api.storage.v1beta1.VolumeAttachment" API object. Experimental.

func NewKubeVolumeAttachment_Override

func NewKubeVolumeAttachment_Override(k KubeVolumeAttachment, scope constructs.Construct, id *string, props *KubeVolumeAttachmentProps)

Defines a "io.k8s.api.storage.v1.VolumeAttachment" API object. Experimental.

func NewRedis_Override

func NewRedis_Override(r Redis, scope constructs.Construct, name *string, opts *RedisOptions)

Experimental.

Types

type Affinity

type Affinity struct {
	// Describes node affinity scheduling rules for the pod.
	// Experimental.
	NodeAffinity *NodeAffinity `json:"nodeAffinity"`
	// Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
	// Experimental.
	PodAffinity *PodAffinity `json:"podAffinity"`
	// Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).
	// Experimental.
	PodAntiAffinity *PodAntiAffinity `json:"podAntiAffinity"`
}

Affinity is a group of affinity scheduling rules. Experimental.

type AggregationRule

type AggregationRule struct {
	// ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
	//
	// If any of the selectors match, then the ClusterRole's permissions will be added
	// Experimental.
	ClusterRoleSelectors *[]*LabelSelector `json:"clusterRoleSelectors"`
}

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole. Experimental.

type AllowedCsiDriver

type AllowedCsiDriver struct {
	// Name is the registered name of the CSI driver.
	// Experimental.
	Name *string `json:"name"`
}

AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used. Experimental.

type AllowedFlexVolume

type AllowedFlexVolume struct {
	// driver is the name of the Flexvolume driver.
	// Experimental.
	Driver *string `json:"driver"`
}

AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Experimental.

type AllowedHostPath

type AllowedHostPath struct {
	// pathPrefix is the path prefix that the host volume must match.
	//
	// It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
	//
	// Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
	// Experimental.
	PathPrefix *string `json:"pathPrefix"`
	// when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use.

It requires the path prefix to be defined. Experimental.

type ApiServiceSpec

type ApiServiceSpec struct {
	// GroupPriorityMininum is the priority this group should have at least.
	//
	// Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object.  (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s
	// Experimental.
	GroupPriorityMinimum *float64 `json:"groupPriorityMinimum"`
	// VersionPriority controls the ordering of this API version inside of its group.
	//
	// Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
	// Experimental.
	VersionPriority *float64 `json:"versionPriority"`
	// CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate.
	//
	// If unspecified, system trust roots on the apiserver are used.
	// Experimental.
	CaBundle *string `json:"caBundle"`
	// Group is the API group name this server hosts.
	// Experimental.
	Group *string `json:"group"`
	// InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server.
	//
	// This is strongly discouraged.  You should use the CABundle instead.
	// Experimental.
	InsecureSkipTlsVerify *bool `json:"insecureSkipTlsVerify"`
	// Service is a reference to the service for this API server.
	//
	// It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.
	// Experimental.
	Service *ServiceReference `json:"service"`
	// Version is the API version this server hosts.
	//
	// For example, "v1"
	// Experimental.
	Version *string `json:"version"`
}

APIServiceSpec contains information for locating and communicating with a server.

Only https is supported, though you are able to disable certificate verification. Experimental.

type AwsElasticBlockStoreVolumeSource

type AwsElasticBlockStoreVolumeSource struct {
	// Unique ID of the persistent disk resource in AWS (Amazon EBS volume).
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	// Experimental.
	VolumeId *string `json:"volumeId"`
	// Filesystem type of the volume that you want to mount.
	//
	// Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	// Experimental.
	FsType *string `json:"fsType"`
	// The partition in the volume that you want to mount.
	//
	// If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).
	// Experimental.
	Partition *float64 `json:"partition"`
	// Specify "true" to force and set the ReadOnly property in VolumeMounts to "true".
	//
	// If omitted, the default is "false". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

Represents a Persistent Disk resource in AWS.

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. Experimental.

type AzureDiskVolumeSource

type AzureDiskVolumeSource struct {
	// The Name of the data disk in the blob storage.
	// Experimental.
	DiskName *string `json:"diskName"`
	// The URI the data disk in the blob storage.
	// Experimental.
	DiskUri *string `json:"diskUri"`
	// Host Caching mode: None, Read Only, Read Write.
	// Experimental.
	CachingMode *string `json:"cachingMode"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
	// Expected values Shared: multiple blob disks per storage account  Dedicated: single blob disk per storage account  Managed: azure managed data disk (only in managed availability set).
	//
	// defaults to shared
	// Experimental.
	Kind *string `json:"kind"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Experimental.

type AzureFilePersistentVolumeSource

type AzureFilePersistentVolumeSource struct {
	// the name of secret that contains Azure Storage Account Name and Key.
	// Experimental.
	SecretName *string `json:"secretName"`
	// Share Name.
	// Experimental.
	ShareName *string `json:"shareName"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod.
	// Experimental.
	SecretNamespace *string `json:"secretNamespace"`
}

AzureFile represents an Azure File Service mount on the host and bind mount to the pod. Experimental.

type AzureFileVolumeSource

type AzureFileVolumeSource struct {
	// the name of secret that contains Azure Storage Account Name and Key.
	// Experimental.
	SecretName *string `json:"secretName"`
	// Share Name.
	// Experimental.
	ShareName *string `json:"shareName"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

AzureFile represents an Azure File Service mount on the host and bind mount to the pod. Experimental.

type BoundObjectReference

type BoundObjectReference struct {
	// API version of the referent.
	// Experimental.
	ApiVersion *string `json:"apiVersion"`
	// Kind of the referent.
	//
	// Valid kinds are 'Pod' and 'Secret'.
	// Experimental.
	Kind *string `json:"kind"`
	// Name of the referent.
	// Experimental.
	Name *string `json:"name"`
	// UID of the referent.
	// Experimental.
	Uid *string `json:"uid"`
}

BoundObjectReference is a reference to an object that a token is bound to. Experimental.

type Capabilities

type Capabilities struct {
	// Added capabilities.
	// Experimental.
	Add *[]*string `json:"add"`
	// Removed capabilities.
	// Experimental.
	Drop *[]*string `json:"drop"`
}

Adds and removes POSIX capabilities from running containers. Experimental.

type CephFsPersistentVolumeSource

type CephFsPersistentVolumeSource struct {
	// Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
	// Experimental.
	Monitors *[]*string `json:"monitors"`
	// Optional: Used as the mounted root, rather than the full Ceph tree, default is /.
	// Experimental.
	Path *string `json:"path"`
	// Optional: Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
	// Experimental.
	SecretFile *string `json:"secretFile"`
	// Optional: SecretRef is reference to the authentication secret for User, default is empty.
	//
	// More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
	// Experimental.
	SecretRef *SecretReference `json:"secretRef"`
	// Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
	// Experimental.
	User *string `json:"user"`
}

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. Experimental.

type CephFsVolumeSource

type CephFsVolumeSource struct {
	// Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
	// Experimental.
	Monitors *[]*string `json:"monitors"`
	// Optional: Used as the mounted root, rather than the full Ceph tree, default is /.
	// Experimental.
	Path *string `json:"path"`
	// Optional: Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
	// Experimental.
	SecretFile *string `json:"secretFile"`
	// Optional: SecretRef is reference to the authentication secret for User, default is empty.
	//
	// More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
	// Experimental.
	SecretRef *LocalObjectReference `json:"secretRef"`
	// Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it.
	// Experimental.
	User *string `json:"user"`
}

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. Experimental.

type CertificateSigningRequestSpec

type CertificateSigningRequestSpec struct {
	// Base64-encoded PKCS#10 CSR data.
	// Experimental.
	Request *string `json:"request"`
	// Extra information about the requesting user.
	//
	// See user.Info interface for details.
	// Experimental.
	Extra *map[string]*[]*string `json:"extra"`
	// Group information about the requesting user.
	//
	// See user.Info interface for details.
	// Experimental.
	Groups *[]*string `json:"groups"`
	// Requested signer for the request.
	//
	// It is a qualified name in the form: `scope-hostname.io/name`. If empty, it will be defaulted:
	// 1. If it's a kubelet client certificate, it is assigned
	// "kubernetes.io/kube-apiserver-client-kubelet".
	// 2. If it's a kubelet serving certificate, it is assigned
	// "kubernetes.io/kubelet-serving".
	// 3. Otherwise, it is assigned "kubernetes.io/legacy-unknown".
	// Distribution of trust for signers happens out of band. You can select on this field using `spec.signerName`.
	// Experimental.
	SignerName *string `json:"signerName"`
	// UID information about the requesting user.
	//
	// See user.Info interface for details.
	// Experimental.
	Uid *string `json:"uid"`
	// allowedUsages specifies a set of usage contexts the key will be valid for.
	//
	// See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3
	// https://tools.ietf.org/html/rfc5280#section-4.2.1.12
	// Valid values are:
	// "signing",
	// "digital signature",
	// "content commitment",
	// "key encipherment",
	// "key agreement",
	// "data encipherment",
	// "cert sign",
	// "crl sign",
	// "encipher only",
	// "decipher only",
	// "any",
	// "server auth",
	// "client auth",
	// "code signing",
	// "email protection",
	// "s/mime",
	// "ipsec end system",
	// "ipsec tunnel",
	// "ipsec user",
	// "timestamping",
	// "ocsp signing",
	// "microsoft sgc",
	// "netscape sgc"
	// Experimental.
	Usages *[]*string `json:"usages"`
	// Information about the requesting user.
	//
	// See user.Info interface for details.
	// Experimental.
	Username *string `json:"username"`
}

This information is immutable after the request is created.

Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users. Experimental.

type CinderPersistentVolumeSource

type CinderPersistentVolumeSource struct {
	// volume id used to identify the volume in cinder.
	//
	// More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	VolumeId *string `json:"volumeId"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	FsType *string `json:"fsType"`
	// Optional: Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Optional: points to a secret object containing parameters used to connect to OpenStack.
	// Experimental.
	SecretRef *SecretReference `json:"secretRef"`
}

Represents a cinder volume resource in Openstack.

A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. Experimental.

type CinderVolumeSource

type CinderVolumeSource struct {
	// volume id used to identify the volume in cinder.
	//
	// More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	VolumeId *string `json:"volumeId"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	FsType *string `json:"fsType"`
	// Optional: Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Optional: points to a secret object containing parameters used to connect to OpenStack.
	// Experimental.
	SecretRef *LocalObjectReference `json:"secretRef"`
}

Represents a cinder volume resource in Openstack.

A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. Experimental.

type ClientIpConfig

type ClientIpConfig struct {
	// timeoutSeconds specifies the seconds of ClientIP type session sticky time.
	//
	// The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).
	// Experimental.
	TimeoutSeconds *float64 `json:"timeoutSeconds"`
}

ClientIPConfig represents the configurations of Client IP based session affinity. Experimental.

type ComponentCondition

type ComponentCondition struct {
	// Status of the condition for a component.
	//
	// Valid values for "Healthy": "True", "False", or "Unknown".
	// Experimental.
	Status *string `json:"status"`
	// Type of condition for a component.
	//
	// Valid value: "Healthy"
	// Experimental.
	Type *string `json:"type"`
	// Condition error code for a component.
	//
	// For example, a health check error code.
	// Experimental.
	Error *string `json:"error"`
	// Message about the condition for a component.
	//
	// For example, information about a health check.
	// Experimental.
	Message *string `json:"message"`
}

Information about the condition of a component. Experimental.

type ConfigMapEnvSource

type ConfigMapEnvSource struct {
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Specify whether the ConfigMap must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
}

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables. Experimental.

type ConfigMapKeySelector

type ConfigMapKeySelector struct {
	// The key to select.
	// Experimental.
	Key *string `json:"key"`
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Specify whether the ConfigMap or its key must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
}

Selects a key from a ConfigMap. Experimental.

type ConfigMapNodeConfigSource

type ConfigMapNodeConfigSource struct {
	// KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
	// Experimental.
	KubeletConfigKey *string `json:"kubeletConfigKey"`
	// Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
	// Experimental.
	Name *string `json:"name"`
	// Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
	// Experimental.
	Namespace *string `json:"namespace"`
	// ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
	// Experimental.
	ResourceVersion *string `json:"resourceVersion"`
	// UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
	// Experimental.
	Uid *string `json:"uid"`
}

ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. Experimental.

type ConfigMapProjection

type ConfigMapProjection struct {
	// If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.
	//
	// If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	// Experimental.
	Items *[]*KeyToPath `json:"items"`
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Specify whether the ConfigMap or its keys must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
}

Adapts a ConfigMap into a projected volume.

The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode. Experimental.

type ConfigMapVolumeSource

type ConfigMapVolumeSource struct {
	// Optional: mode bits used to set permissions on created files by default.
	//
	// Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	// Experimental.
	DefaultMode *float64 `json:"defaultMode"`
	// If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.
	//
	// If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	// Experimental.
	Items *[]*KeyToPath `json:"items"`
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Specify whether the ConfigMap or its keys must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
}

Adapts a ConfigMap into a volume.

The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. Experimental.

type Container

type Container struct {
	// Name of the container specified as a DNS_LABEL.
	//
	// Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.
	// Experimental.
	Name *string `json:"name"`
	// Arguments to the entrypoint.
	//
	// The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
	// Experimental.
	Args *[]*string `json:"args"`
	// Entrypoint array.
	//
	// Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
	// Experimental.
	Command *[]*string `json:"command"`
	// List of environment variables to set in the container.
	//
	// Cannot be updated.
	// Experimental.
	Env *[]*EnvVar `json:"env"`
	// 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. Cannot be updated.
	// Experimental.
	EnvFrom *[]*EnvFromSource `json:"envFrom"`
	// Docker image name.
	//
	// More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
	// Experimental.
	Image *string `json:"image"`
	// Image pull policy.
	//
	// One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
	// Experimental.
	ImagePullPolicy *string `json:"imagePullPolicy"`
	// Actions that the management system should take in response to container lifecycle events.
	//
	// Cannot be updated.
	// Experimental.
	Lifecycle *Lifecycle `json:"lifecycle"`
	// Periodic probe of container liveness.
	//
	// Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	// Experimental.
	LivenessProbe *Probe `json:"livenessProbe"`
	// List of ports to expose from the container.
	//
	// Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated.
	// Experimental.
	Ports *[]*ContainerPort `json:"ports"`
	// Periodic probe of container service readiness.
	//
	// Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	// Experimental.
	ReadinessProbe *Probe `json:"readinessProbe"`
	// Compute Resources required by this container.
	//
	// Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
	// Experimental.
	Resources *ResourceRequirements `json:"resources"`
	// Security options the pod should run with.
	//
	// More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
	// Experimental.
	SecurityContext *SecurityContext `json:"securityContext"`
	// StartupProbe indicates that the Pod has successfully initialized.
	//
	// If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	// Experimental.
	StartupProbe *Probe `json:"startupProbe"`
	// Whether this container should allocate a buffer for stdin in the container runtime.
	//
	// If this is not set, reads from stdin in the container will always result in EOF. Default is false.
	// Experimental.
	Stdin *bool `json:"stdin"`
	// Whether the container runtime should close the stdin channel after it has been opened by a single attach.
	//
	// When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false
	// Experimental.
	StdinOnce *bool `json:"stdinOnce"`
	// Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem.
	//
	// Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.
	// Experimental.
	TerminationMessagePath *string `json:"terminationMessagePath"`
	// Indicate how the termination message should be populated.
	//
	// File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
	// Experimental.
	TerminationMessagePolicy *string `json:"terminationMessagePolicy"`
	// Whether this container should allocate a TTY for itself, also requires 'stdin' to be true.
	//
	// Default is false.
	// Experimental.
	Tty *bool `json:"tty"`
	// volumeDevices is the list of block devices to be used by the container.
	// Experimental.
	VolumeDevices *[]*VolumeDevice `json:"volumeDevices"`
	// Pod volumes to mount into the container's filesystem.
	//
	// Cannot be updated.
	// Experimental.
	VolumeMounts *[]*VolumeMount `json:"volumeMounts"`
	// Container's working directory.
	//
	// If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
	// Experimental.
	WorkingDir *string `json:"workingDir"`
}

A single application container that you want to run within a pod. Experimental.

type ContainerPort

type ContainerPort struct {
	// Number of port to expose on the pod's IP address.
	//
	// This must be a valid port number, 0 < x < 65536.
	// Experimental.
	ContainerPort *float64 `json:"containerPort"`
	// What host IP to bind the external port to.
	// Experimental.
	HostIp *string `json:"hostIp"`
	// Number of port to expose on the host.
	//
	// If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.
	// Experimental.
	HostPort *float64 `json:"hostPort"`
	// If specified, this must be an IANA_SVC_NAME and unique within the pod.
	//
	// Each named port in a pod must have a unique name. Name for the port that can be referred to by services.
	// Experimental.
	Name *string `json:"name"`
	// Protocol for port.
	//
	// Must be UDP, TCP, or SCTP. Defaults to "TCP".
	// Experimental.
	Protocol *string `json:"protocol"`
}

ContainerPort represents a network port in a single container. Experimental.

type ContainerResourceMetricSource

type ContainerResourceMetricSource struct {
	// container is the name of the container in the pods of the scaling target.
	// Experimental.
	Container *string `json:"container"`
	// name is the name of the resource in question.
	// Experimental.
	Name *string `json:"name"`
	// target specifies the target value for the given metric.
	// Experimental.
	Target *MetricTarget `json:"target"`
}

ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set. Experimental.

type CronJobSpec

type CronJobSpec struct {
	// Specifies the job that will be created when executing a CronJob.
	// Experimental.
	JobTemplate *JobTemplateSpec `json:"jobTemplate"`
	// The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
	// Experimental.
	Schedule *string `json:"schedule"`
	// Specifies how to treat concurrent executions of a Job.
	//
	// Valid values are: - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one
	// Experimental.
	ConcurrencyPolicy *string `json:"concurrencyPolicy"`
	// The number of failed finished jobs to retain.
	//
	// This is a pointer to distinguish between explicit zero and not specified.
	// Experimental.
	FailedJobsHistoryLimit *float64 `json:"failedJobsHistoryLimit"`
	// Optional deadline in seconds for starting the job if it misses scheduled time for any reason.
	//
	// Missed jobs executions will be counted as failed ones.
	// Experimental.
	StartingDeadlineSeconds *float64 `json:"startingDeadlineSeconds"`
	// The number of successful finished jobs to retain.
	//
	// This is a pointer to distinguish between explicit zero and not specified.
	// Experimental.
	SuccessfulJobsHistoryLimit *float64 `json:"successfulJobsHistoryLimit"`
	// This flag tells the controller to suspend subsequent executions, it does not apply to already started executions.
	//
	// Defaults to false.
	// Experimental.
	Suspend *bool `json:"suspend"`
}

CronJobSpec describes how the job execution will look like and when it will actually run. Experimental.

type CrossVersionObjectReference

type CrossVersionObjectReference struct {
	// Kind of the referent;
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
	// Experimental.
	Kind *string `json:"kind"`
	// Name of the referent;
	//
	// More info: http://kubernetes.io/docs/user-guide/identifiers#names
	// Experimental.
	Name *string `json:"name"`
	// API version of the referent.
	// Experimental.
	ApiVersion *string `json:"apiVersion"`
}

CrossVersionObjectReference contains enough information to let you identify the referred resource. Experimental.

type CsiDriverSpec

type CsiDriverSpec struct {
	// attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting.
	//
	// The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
	// Experimental.
	AttachRequired *bool `json:"attachRequired"`
	// Defines if the underlying volume supports changing ownership and permission of the volume before being mounted.
	//
	// Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
	// Experimental.
	FsGroupPolicy *string `json:"fsGroupPolicy"`
	// If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume defined by a CSIVolumeSource, otherwise "false".
	//
	// "csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
	// Experimental.
	PodInfoOnMount *bool `json:"podInfoOnMount"`
	// RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume.
	//
	// This field defaults to false.
	//
	// Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.
	//
	// This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
	// Experimental.
	RequiresRepublish *bool `json:"requiresRepublish"`
	// If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
	//
	// The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.
	//
	// Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published.
	//
	// This is an alpha field and only available when the CSIStorageCapacity feature is enabled. The default is false.
	// Experimental.
	StorageCapacity *bool `json:"storageCapacity"`
	// TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.
	//
	// Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": {
	// "<audience>": {
	// "token": <token>,
	// "expirationTimestamp": <expiration timestamp in RFC3339>,
	// },
	// ...
	// }
	//
	// Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.
	//
	// This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
	// Experimental.
	TokenRequests *[]*TokenRequest `json:"tokenRequests"`
	// VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
	//
	// The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
	// Experimental.
	VolumeLifecycleModes *[]*string `json:"volumeLifecycleModes"`
}

CSIDriverSpec is the specification of a CSIDriver. Experimental.

type CsiNodeDriver

type CsiNodeDriver struct {
	// This is the name of the CSI driver that this object refers to.
	//
	// This MUST be the same name returned by the CSI GetPluginName() call for that driver.
	// Experimental.
	Name *string `json:"name"`
	// nodeID of the node from the driver point of view.
	//
	// This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
	// Experimental.
	NodeId *string `json:"nodeId"`
	// allocatable represents the volume resources of a node that are available for scheduling.
	// Experimental.
	Allocatable *VolumeNodeResources `json:"allocatable"`
	// topologyKeys is the list of keys supported by the driver.
	//
	// When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
	// Experimental.
	TopologyKeys *[]*string `json:"topologyKeys"`
}

CSINodeDriver holds information about the specification of one CSI driver installed on a node. Experimental.

type CsiNodeSpec

type CsiNodeSpec struct {
	// drivers is a list of information of all CSI Drivers existing on a node.
	//
	// If all drivers in the list are uninstalled, this can become empty.
	// Experimental.
	Drivers *[]*CsiNodeDriver `json:"drivers"`
}

CSINodeSpec holds information about the specification of all CSI drivers installed on a node. Experimental.

type CsiPersistentVolumeSource

type CsiPersistentVolumeSource struct {
	// Driver is the name of the driver to use for this volume.
	//
	// Required.
	// Experimental.
	Driver *string `json:"driver"`
	// VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls.
	//
	// Required.
	// Experimental.
	VolumeHandle *string `json:"volumeHandle"`
	// ControllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call.
	//
	// This is an alpha field and requires enabling ExpandCSIVolumes feature gate. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
	// Experimental.
	ControllerExpandSecretRef *SecretReference `json:"controllerExpandSecretRef"`
	// ControllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls.
	//
	// This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
	// Experimental.
	ControllerPublishSecretRef *SecretReference `json:"controllerPublishSecretRef"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs".
	// Experimental.
	FsType *string `json:"fsType"`
	// NodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls.
	//
	// This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
	// Experimental.
	NodePublishSecretRef *SecretReference `json:"nodePublishSecretRef"`
	// NodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls.
	//
	// This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
	// Experimental.
	NodeStageSecretRef *SecretReference `json:"nodeStageSecretRef"`
	// Optional: The value to pass to ControllerPublishVolumeRequest.
	//
	// Defaults to false (read/write).
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Attributes of the volume to publish.
	// Experimental.
	VolumeAttributes *map[string]*string `json:"volumeAttributes"`
}

Represents storage that is managed by an external CSI volume driver (Beta feature). Experimental.

type CsiVolumeSource

type CsiVolumeSource struct {
	// Driver is the name of the CSI driver that handles this volume.
	//
	// Consult with your admin for the correct name as registered in the cluster.
	// Experimental.
	Driver *string `json:"driver"`
	// Filesystem type to mount.
	//
	// Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.
	// Experimental.
	FsType *string `json:"fsType"`
	// NodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls.
	//
	// This field is optional, and  may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed.
	// Experimental.
	NodePublishSecretRef *LocalObjectReference `json:"nodePublishSecretRef"`
	// Specifies a read-only configuration for the volume.
	//
	// Defaults to false (read/write).
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// VolumeAttributes stores driver-specific properties that are passed to the CSI driver.
	//
	// Consult your driver's documentation for supported values.
	// Experimental.
	VolumeAttributes *map[string]*string `json:"volumeAttributes"`
}

Represents a source location of a volume to mount, managed by an external CSI driver. Experimental.

type CustomResourceColumnDefinition

type CustomResourceColumnDefinition struct {
	// JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
	// Experimental.
	JsonPath *string `json:"jsonPath"`
	// name is a human readable name for the column.
	// Experimental.
	Name *string `json:"name"`
	// type is an OpenAPI type definition for this column.
	//
	// See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
	// Experimental.
	Type *string `json:"type"`
	// description is a human readable description of this column.
	// Experimental.
	Description *string `json:"description"`
	// format is an optional OpenAPI type definition for this column.
	//
	// The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
	// Experimental.
	Format *string `json:"format"`
	// priority is an integer defining the relative importance of this column compared to others.
	//
	// Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
	// Experimental.
	Priority *float64 `json:"priority"`
}

CustomResourceColumnDefinition specifies a column for server side printing. Experimental.

type CustomResourceConversion

type CustomResourceConversion struct {
	// strategy specifies how custom resources are converted between versions.
	//
	// Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
	// is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
	// Experimental.
	Strategy *string `json:"strategy"`
	// conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects.
	//
	// The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
	// Experimental.
	ConversionReviewVersions *[]*string `json:"conversionReviewVersions"`
	// webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
	//
	// Required when `strategy` is set to `Webhook`.
	// Experimental.
	WebhookClientConfig *WebhookClientConfig `json:"webhookClientConfig"`
}

CustomResourceConversion describes how to convert different versions of a CR. Experimental.

type CustomResourceDefinitionNames

type CustomResourceDefinitionNames struct {
	// kind is the serialized kind of the resource.
	//
	// It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
	// Experimental.
	Kind *string `json:"kind"`
	// plural is the plural name of the resource to serve.
	//
	// The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
	// Experimental.
	Plural *string `json:"plural"`
	// categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
	// Experimental.
	Categories *[]*string `json:"categories"`
	// listKind is the serialized kind of the list for this resource.
	//
	// Defaults to "`kind`List".
	// Experimental.
	ListKind *string `json:"listKind"`
	// shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`.
	//
	// It must be all lowercase.
	// Experimental.
	ShortNames *[]*string `json:"shortNames"`
	// singular is the singular name of the resource.
	//
	// It must be all lowercase. Defaults to lowercased `kind`.
	// Experimental.
	Singular *string `json:"singular"`
}

CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition. Experimental.

type CustomResourceDefinitionSpec

type CustomResourceDefinitionSpec struct {
	// group is the API group of the defined custom resource.
	//
	// The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
	// Experimental.
	Group *string `json:"group"`
	// names specify the resource and kind names for the custom resource.
	// Experimental.
	Names *CustomResourceDefinitionNames `json:"names"`
	// scope indicates whether the defined custom resource is cluster- or namespace-scoped.
	//
	// Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
	// Experimental.
	Scope *string `json:"scope"`
	// additionalPrinterColumns specifies additional columns returned in Table output.
	//
	// See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
	// Experimental.
	AdditionalPrinterColumns *[]*CustomResourceColumnDefinition `json:"additionalPrinterColumns"`
	// conversion defines conversion settings for the CRD.
	// Experimental.
	Conversion *CustomResourceConversion `json:"conversion"`
	// preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage.
	//
	// apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
	// Experimental.
	PreserveUnknownFields *bool `json:"preserveUnknownFields"`
	// subresources specify what subresources the defined custom resource has.
	//
	// If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
	// Experimental.
	Subresources *CustomResourceSubresources `json:"subresources"`
	// validation describes the schema used for validation and pruning of the custom resource.
	//
	// If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
	// Experimental.
	Validation *CustomResourceValidation `json:"validation"`
	// version is the API version of the defined custom resource.
	//
	// The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
	// Experimental.
	Version *string `json:"version"`
	// versions is the list of all API versions of the defined custom resource.
	//
	// Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
	// Experimental.
	Versions *[]*CustomResourceDefinitionVersion `json:"versions"`
}

CustomResourceDefinitionSpec describes how a user wants their resource to appear. Experimental.

type CustomResourceDefinitionVersion

type CustomResourceDefinitionVersion struct {
	// name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
	// Experimental.
	Name *string `json:"name"`
	// served is a flag enabling/disabling this version from being served via REST APIs.
	// Experimental.
	Served *bool `json:"served"`
	// storage indicates this version should be used when persisting custom resources to storage.
	//
	// There must be exactly one version with storage=true.
	// Experimental.
	Storage *bool `json:"storage"`
	// additionalPrinterColumns specifies additional columns returned in Table output.
	//
	// See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
	// Experimental.
	AdditionalPrinterColumns *[]*CustomResourceColumnDefinition `json:"additionalPrinterColumns"`
	// deprecated indicates this version of the custom resource API is deprecated.
	//
	// When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
	// Experimental.
	Deprecated *bool `json:"deprecated"`
	// deprecationWarning overrides the default warning returned to API clients.
	//
	// May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
	// Experimental.
	DeprecationWarning *string `json:"deprecationWarning"`
	// schema describes the schema used for validation and pruning of this version of the custom resource.
	//
	// Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
	// Experimental.
	Schema *CustomResourceValidation `json:"schema"`
	// subresources specify what subresources this version of the defined custom resource have.
	//
	// Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
	// Experimental.
	Subresources *CustomResourceSubresources `json:"subresources"`
}

CustomResourceDefinitionVersion describes a version for CRD. Experimental.

type CustomResourceSubresourceScale

type CustomResourceSubresourceScale struct {
	// specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
	// Experimental.
	SpecReplicasPath *string `json:"specReplicasPath"`
	// statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
	// Experimental.
	StatusReplicasPath *string `json:"statusReplicasPath"`
	// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
	// Experimental.
	LabelSelectorPath *string `json:"labelSelectorPath"`
}

CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources. Experimental.

type CustomResourceSubresources

type CustomResourceSubresources struct {
	// scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object.
	// Experimental.
	Scale *CustomResourceSubresourceScale `json:"scale"`
	// status indicates the custom resource should serve a `/status` subresource.
	//
	// When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object.
	// Experimental.
	Status interface{} `json:"status"`
}

CustomResourceSubresources defines the status and scale subresources for CustomResources. Experimental.

type CustomResourceValidation

type CustomResourceValidation struct {
	// openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
	// Experimental.
	OpenApiv3Schema *JsonSchemaProps `json:"openApiv3Schema"`
}

CustomResourceValidation is a list of validation methods for CustomResources. Experimental.

type DaemonSetSpec

type DaemonSetSpec struct {
	// A label query over pods that are managed by the daemon set.
	//
	// Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// Experimental.
	Selector *LabelSelector `json:"selector"`
	// An object that describes the pod that will be created.
	//
	// The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	// Experimental.
	Template *PodTemplateSpec `json:"template"`
	// The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available.
	//
	// Defaults to 0 (pod will be considered available as soon as it is ready).
	// Experimental.
	MinReadySeconds *float64 `json:"minReadySeconds"`
	// The number of old history to retain to allow rollback.
	//
	// This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
	// Experimental.
	RevisionHistoryLimit *float64 `json:"revisionHistoryLimit"`
	// An update strategy to replace existing DaemonSet pods with new pods.
	// Experimental.
	UpdateStrategy *DaemonSetUpdateStrategy `json:"updateStrategy"`
}

DaemonSetSpec is the specification of a daemon set. Experimental.

type DaemonSetUpdateStrategy

type DaemonSetUpdateStrategy struct {
	// Rolling update config params.
	//
	// Present only if type = "RollingUpdate".
	// Experimental.
	RollingUpdate *RollingUpdateDaemonSet `json:"rollingUpdate"`
	// Type of daemon set update.
	//
	// Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
	// Experimental.
	Type *string `json:"type"`
}

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. Experimental.

type DeleteOptions

type DeleteOptions struct {
	// 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
	// Experimental.
	ApiVersion *string `json:"apiVersion"`
	// When present, indicates that modifications should not be persisted.
	//
	// An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
	// Experimental.
	DryRun *[]*string `json:"dryRun"`
	// The duration in seconds before the object should be deleted.
	//
	// Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
	// Experimental.
	GracePeriodSeconds *float64 `json:"gracePeriodSeconds"`
	// 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
	// Experimental.
	Kind IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind `json:"kind"`
	// Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
	// Experimental.
	OrphanDependents *bool `json:"orphanDependents"`
	// Must be fulfilled before a deletion is carried out.
	//
	// If not possible, a 409 Conflict status will be returned.
	// Experimental.
	Preconditions *Preconditions `json:"preconditions"`
	// Whether and how garbage collection will be performed.
	//
	// Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
	// Experimental.
	PropagationPolicy *string `json:"propagationPolicy"`
}

DeleteOptions may be provided when deleting an API object. Experimental.

type DeploymentSpec

type DeploymentSpec struct {
	// Label selector for pods.
	//
	// Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
	// Experimental.
	Selector *LabelSelector `json:"selector"`
	// Template describes the pods that will be created.
	// Experimental.
	Template *PodTemplateSpec `json:"template"`
	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available.
	//
	// Defaults to 0 (pod will be considered available as soon as it is ready)
	// Experimental.
	MinReadySeconds *float64 `json:"minReadySeconds"`
	// Indicates that the deployment is paused.
	// Experimental.
	Paused *bool `json:"paused"`
	// The maximum time in seconds for a deployment to make progress before it is considered to be failed.
	//
	// The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
	// Experimental.
	ProgressDeadlineSeconds *float64 `json:"progressDeadlineSeconds"`
	// Number of desired pods.
	//
	// This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
	// Experimental.
	Replicas *float64 `json:"replicas"`
	// The number of old ReplicaSets to retain to allow rollback.
	//
	// This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
	// Experimental.
	RevisionHistoryLimit *float64 `json:"revisionHistoryLimit"`
	// The deployment strategy to use to replace existing pods with new ones.
	// Experimental.
	Strategy *DeploymentStrategy `json:"strategy"`
}

DeploymentSpec is the specification of the desired behavior of the Deployment. Experimental.

type DeploymentStrategy

type DeploymentStrategy struct {
	// Rolling update config params.
	//
	// Present only if DeploymentStrategyType = RollingUpdate.
	// Experimental.
	RollingUpdate *RollingUpdateDeployment `json:"rollingUpdate"`
	// Type of deployment.
	//
	// Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
	// Experimental.
	Type *string `json:"type"`
}

DeploymentStrategy describes how to replace existing pods with new ones. Experimental.

type DownwardApiProjection

type DownwardApiProjection struct {
	// Items is a list of DownwardAPIVolume file.
	// Experimental.
	Items *[]*DownwardApiVolumeFile `json:"items"`
}

Represents downward API info for projecting into a projected volume.

Note that this is identical to a downwardAPI volume source without the default mode. Experimental.

type DownwardApiVolumeFile

type DownwardApiVolumeFile struct {
	// Required: Path is  the relative path name of the file to be created.
	//
	// Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
	// Experimental.
	Path *string `json:"path"`
	// Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
	// Experimental.
	FieldRef *ObjectFieldSelector `json:"fieldRef"`
	// Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
	//
	// YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	// Experimental.
	Mode *float64 `json:"mode"`
	// Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
	// Experimental.
	ResourceFieldRef *ResourceFieldSelector `json:"resourceFieldRef"`
}

DownwardAPIVolumeFile represents information to create the file containing the pod field. Experimental.

type DownwardApiVolumeSource

type DownwardApiVolumeSource struct {
	// Optional: mode bits to use on created files by default.
	//
	// Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	// Experimental.
	DefaultMode *float64 `json:"defaultMode"`
	// Items is a list of downward API volume file.
	// Experimental.
	Items *[]*DownwardApiVolumeFile `json:"items"`
}

DownwardAPIVolumeSource represents a volume containing downward API info.

Downward API volumes support ownership management and SELinux relabeling. Experimental.

type EmptyDirVolumeSource

type EmptyDirVolumeSource struct {
	// What type of storage medium should back this directory.
	//
	// The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
	// Experimental.
	Medium *string `json:"medium"`
	// Total amount of local storage required for this EmptyDir volume.
	//
	// The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
	// Experimental.
	SizeLimit Quantity `json:"sizeLimit"`
}

Represents an empty directory for a pod.

Empty directory volumes support ownership management and SELinux relabeling. Experimental.

type Endpoint

type Endpoint struct {
	// addresses of this endpoint.
	//
	// The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
	// Experimental.
	Addresses *[]*string `json:"addresses"`
	// conditions contains information about the current status of the endpoint.
	// Experimental.
	Conditions *EndpointConditions `json:"conditions"`
	// hostname of this endpoint.
	//
	// This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
	// Experimental.
	Hostname *string `json:"hostname"`
	// nodeName represents the name of the Node hosting this endpoint.
	//
	// This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
	// Experimental.
	NodeName *string `json:"nodeName"`
	// targetRef is a reference to a Kubernetes object that represents this endpoint.
	// Experimental.
	TargetRef *ObjectReference `json:"targetRef"`
	// topology contains arbitrary topology information associated with the endpoint.
	//
	// These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
	// where the endpoint is located. This should match the corresponding
	// node label.
	// * topology.kubernetes.io/zone: the value indicates the zone where the
	// endpoint is located. This should match the corresponding node label.
	// * topology.kubernetes.io/region: the value indicates the region where the
	// endpoint is located. This should match the corresponding node label.
	// This field is deprecated and will be removed in future api versions.
	// Experimental.
	Topology *map[string]*string `json:"topology"`
}

Endpoint represents a single logical "backend" implementing a service. Experimental.

type EndpointAddress

type EndpointAddress struct {
	// The IP of this endpoint.
	//
	// May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.
	// Experimental.
	Ip *string `json:"ip"`
	// The Hostname of this endpoint.
	// Experimental.
	Hostname *string `json:"hostname"`
	// Optional: Node hosting this endpoint.
	//
	// This can be used to determine endpoints local to a node.
	// Experimental.
	NodeName *string `json:"nodeName"`
	// Reference to object providing the endpoint.
	// Experimental.
	TargetRef *ObjectReference `json:"targetRef"`
}

EndpointAddress is a tuple that describes single IP address. Experimental.

type EndpointConditions

type EndpointConditions struct {
	// ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint.
	//
	// A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints.
	// Experimental.
	Ready *bool `json:"ready"`
	// serving is identical to ready except that it is set regardless of the terminating state of endpoints.
	//
	// This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
	// Experimental.
	Serving *bool `json:"serving"`
	// terminating indicates that this endpoint is terminating.
	//
	// A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
	// Experimental.
	Terminating *bool `json:"terminating"`
}

EndpointConditions represents the current condition of an endpoint. Experimental.

type EndpointPort

type EndpointPort struct {
	// The port number of the endpoint.
	// Experimental.
	Port *float64 `json:"port"`
	// The application protocol for this port.
	//
	// This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default.
	// Experimental.
	AppProtocol *string `json:"appProtocol"`
	// The name of this port.
	//
	// This must match the 'name' field in the corresponding ServicePort. Must be a DNS_LABEL. Optional only if one port is defined.
	// Experimental.
	Name *string `json:"name"`
	// The IP protocol for this port.
	//
	// Must be UDP, TCP, or SCTP. Default is TCP.
	// Experimental.
	Protocol *string `json:"protocol"`
}

EndpointPort is a tuple that describes a single port. Experimental.

type EndpointSubset

type EndpointSubset struct {
	// IP addresses which offer the related ports that are marked as ready.
	//
	// These endpoints should be considered safe for load balancers and clients to utilize.
	// Experimental.
	Addresses *[]*EndpointAddress `json:"addresses"`
	// IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.
	// Experimental.
	NotReadyAddresses *[]*EndpointAddress `json:"notReadyAddresses"`
	// Port numbers available on the related IP addresses.
	// Experimental.
	Ports *[]*EndpointPort `json:"ports"`
}

EndpointSubset is a group of addresses with a common set of ports.

The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ] Experimental.

type EnvFromSource

type EnvFromSource struct {
	// The ConfigMap to select from.
	// Experimental.
	ConfigMapRef *ConfigMapEnvSource `json:"configMapRef"`
	// An optional identifier to prepend to each key in the ConfigMap.
	//
	// Must be a C_IDENTIFIER.
	// Experimental.
	Prefix *string `json:"prefix"`
	// The Secret to select from.
	// Experimental.
	SecretRef *SecretEnvSource `json:"secretRef"`
}

EnvFromSource represents the source of a set of ConfigMaps. Experimental.

type EnvVar

type EnvVar struct {
	// Name of the environment variable.
	//
	// Must be a C_IDENTIFIER.
	// Experimental.
	Name *string `json:"name"`
	// Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables.
	//
	// If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".
	// Experimental.
	Value *string `json:"value"`
	// Source for the environment variable's value.
	//
	// Cannot be used if value is not empty.
	// Experimental.
	ValueFrom *EnvVarSource `json:"valueFrom"`
}

EnvVar represents an environment variable present in a Container. Experimental.

type EnvVarSource

type EnvVarSource struct {
	// Selects a key of a ConfigMap.
	// Experimental.
	ConfigMapKeyRef *ConfigMapKeySelector `json:"configMapKeyRef"`
	// Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
	// Experimental.
	FieldRef *ObjectFieldSelector `json:"fieldRef"`
	// Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
	// Experimental.
	ResourceFieldRef *ResourceFieldSelector `json:"resourceFieldRef"`
	// Selects a key of a secret in the pod's namespace.
	// Experimental.
	SecretKeyRef *SecretKeySelector `json:"secretKeyRef"`
}

EnvVarSource represents a source for the value of an EnvVar. Experimental.

type EphemeralContainer

type EphemeralContainer struct {
	// Name of the ephemeral container specified as a DNS_LABEL.
	//
	// This name must be unique among all containers, init containers and ephemeral containers.
	// Experimental.
	Name *string `json:"name"`
	// Arguments to the entrypoint.
	//
	// The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
	// Experimental.
	Args *[]*string `json:"args"`
	// Entrypoint array.
	//
	// Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
	// Experimental.
	Command *[]*string `json:"command"`
	// List of environment variables to set in the container.
	//
	// Cannot be updated.
	// Experimental.
	Env *[]*EnvVar `json:"env"`
	// 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. Cannot be updated.
	// Experimental.
	EnvFrom *[]*EnvFromSource `json:"envFrom"`
	// Docker image name.
	//
	// More info: https://kubernetes.io/docs/concepts/containers/images
	// Experimental.
	Image *string `json:"image"`
	// Image pull policy.
	//
	// One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
	// Experimental.
	ImagePullPolicy *string `json:"imagePullPolicy"`
	// Lifecycle is not allowed for ephemeral containers.
	// Experimental.
	Lifecycle *Lifecycle `json:"lifecycle"`
	// Probes are not allowed for ephemeral containers.
	// Experimental.
	LivenessProbe *Probe `json:"livenessProbe"`
	// Ports are not allowed for ephemeral containers.
	// Experimental.
	Ports *[]*ContainerPort `json:"ports"`
	// Probes are not allowed for ephemeral containers.
	// Experimental.
	ReadinessProbe *Probe `json:"readinessProbe"`
	// Resources are not allowed for ephemeral containers.
	//
	// Ephemeral containers use spare resources already allocated to the pod.
	// Experimental.
	Resources *ResourceRequirements `json:"resources"`
	// SecurityContext is not allowed for ephemeral containers.
	// Experimental.
	SecurityContext *SecurityContext `json:"securityContext"`
	// Probes are not allowed for ephemeral containers.
	// Experimental.
	StartupProbe *Probe `json:"startupProbe"`
	// Whether this container should allocate a buffer for stdin in the container runtime.
	//
	// If this is not set, reads from stdin in the container will always result in EOF. Default is false.
	// Experimental.
	Stdin *bool `json:"stdin"`
	// Whether the container runtime should close the stdin channel after it has been opened by a single attach.
	//
	// When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false
	// Experimental.
	StdinOnce *bool `json:"stdinOnce"`
	// If set, the name of the container from PodSpec that this ephemeral container targets.
	//
	// The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container is run in whatever namespaces are shared for the pod. Note that the container runtime must support this feature.
	// Experimental.
	TargetContainerName *string `json:"targetContainerName"`
	// Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem.
	//
	// Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.
	// Experimental.
	TerminationMessagePath *string `json:"terminationMessagePath"`
	// Indicate how the termination message should be populated.
	//
	// File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
	// Experimental.
	TerminationMessagePolicy *string `json:"terminationMessagePolicy"`
	// Whether this container should allocate a TTY for itself, also requires 'stdin' to be true.
	//
	// Default is false.
	// Experimental.
	Tty *bool `json:"tty"`
	// volumeDevices is the list of block devices to be used by the container.
	// Experimental.
	VolumeDevices *[]*VolumeDevice `json:"volumeDevices"`
	// Pod volumes to mount into the container's filesystem.
	//
	// Cannot be updated.
	// Experimental.
	VolumeMounts *[]*VolumeMount `json:"volumeMounts"`
	// Container's working directory.
	//
	// If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
	// Experimental.
	WorkingDir *string `json:"workingDir"`
}

An EphemeralContainer is a container that may be added temporarily to an existing pod for user-initiated activities such as debugging.

Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a pod is removed or restarted. If an ephemeral container causes a pod to exceed its resource allocation, the pod may be evicted. Ephemeral containers may not be added by directly updating the pod spec. They must be added via the pod's ephemeralcontainers subresource, and they will appear in the pod spec once added. This is an alpha feature enabled by the EphemeralContainers feature flag. Experimental.

type EphemeralVolumeSource

type EphemeralVolumeSource struct {
	// Specifies a read-only configuration for the volume.
	//
	// Defaults to false (read/write).
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Will be used to create a stand-alone PVC to provision the volume.
	//
	// The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod.  The name of the PVC will be `<pod name>-<volume name>` where `<volume name>` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long).
	//
	// An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster.
	//
	// This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created.
	//
	// Required, must not be nil.
	// Experimental.
	VolumeClaimTemplate *PersistentVolumeClaimTemplate `json:"volumeClaimTemplate"`
}

Represents an ephemeral volume that is handled by a normal storage driver. Experimental.

type EventSeries

type EventSeries struct {
	// count is the number of occurrences in this series up to the last heartbeat time.
	// Experimental.
	Count *float64 `json:"count"`
	// lastObservedTime is the time when last Event from the series was seen before last heartbeat.
	// Experimental.
	LastObservedTime *time.Time `json:"lastObservedTime"`
}

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. Experimental.

type EventSource

type EventSource struct {
	// Component from which the event is generated.
	// Experimental.
	Component *string `json:"component"`
	// Node name on which the event is generated.
	// Experimental.
	Host *string `json:"host"`
}

EventSource contains information for an event. Experimental.

type ExecAction

type ExecAction struct {
	// Command is the command line to execute inside the container, the working directory for the command  is root ('/') in the container's filesystem.
	//
	// The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
	// Experimental.
	Command *[]*string `json:"command"`
}

ExecAction describes a "run in container" action. Experimental.

type ExternalDocumentation

type ExternalDocumentation struct {
	// Experimental.
	Description *string `json:"description"`
	// Experimental.
	Url *string `json:"url"`
}

ExternalDocumentation allows referencing an external resource for extended documentation. Experimental.

type ExternalMetricSource

type ExternalMetricSource struct {
	// metric identifies the target metric by name and selector.
	// Experimental.
	Metric *MetricIdentifier `json:"metric"`
	// target specifies the target value for the given metric.
	// Experimental.
	Target *MetricTarget `json:"target"`
}

ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Experimental.

type FcVolumeSource

type FcVolumeSource struct {
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
	// Optional: FC target lun number.
	// Experimental.
	Lun *float64 `json:"lun"`
	// Optional: Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Optional: FC target worldwide names (WWNs).
	// Experimental.
	TargetWwNs *[]*string `json:"targetWwNs"`
	// Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
	// Experimental.
	Wwids *[]*string `json:"wwids"`
}

Represents a Fibre Channel volume.

Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. Experimental.

type FlexPersistentVolumeSource

type FlexPersistentVolumeSource struct {
	// Driver is the name of the driver to use for this volume.
	// Experimental.
	Driver *string `json:"driver"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
	// Experimental.
	FsType *string `json:"fsType"`
	// Optional: Extra command options if any.
	// Experimental.
	Options *map[string]*string `json:"options"`
	// Optional: Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts.
	//
	// This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
	// Experimental.
	SecretRef *SecretReference `json:"secretRef"`
}

FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin. Experimental.

type FlexVolumeSource

type FlexVolumeSource struct {
	// Driver is the name of the driver to use for this volume.
	// Experimental.
	Driver *string `json:"driver"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
	// Experimental.
	FsType *string `json:"fsType"`
	// Optional: Extra command options if any.
	// Experimental.
	Options *map[string]*string `json:"options"`
	// Optional: Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts.
	//
	// This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
	// Experimental.
	SecretRef *LocalObjectReference `json:"secretRef"`
}

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Experimental.

type FlockerVolumeSource

type FlockerVolumeSource struct {
	// Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated.
	// Experimental.
	DatasetName *string `json:"datasetName"`
	// UUID of the dataset.
	//
	// This is unique identifier of a Flocker dataset
	// Experimental.
	DatasetUuid *string `json:"datasetUuid"`
}

Represents a Flocker volume mounted by the Flocker agent.

One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. Experimental.

type FlowDistinguisherMethod

type FlowDistinguisherMethod struct {
	// `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace".
	//
	// Required.
	// Experimental.
	Type *string `json:"type"`
}

FlowDistinguisherMethod specifies the method of a flow distinguisher. Experimental.

type FlowSchemaSpec

type FlowSchemaSpec struct {
	// `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster.
	//
	// If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
	// Experimental.
	PriorityLevelConfiguration *PriorityLevelConfigurationReference `json:"priorityLevelConfiguration"`
	// `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema.
	//
	// `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
	// Experimental.
	DistinguisherMethod *FlowDistinguisherMethod `json:"distinguisherMethod"`
	// `matchingPrecedence` is used to choose among the FlowSchemas that match a given request.
	//
	// The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence.  Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
	// Experimental.
	MatchingPrecedence *float64 `json:"matchingPrecedence"`
	// `rules` describes which requests will match this flow schema.
	//
	// This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
	// Experimental.
	Rules *[]*PolicyRulesWithSubjects `json:"rules"`
}

FlowSchemaSpec describes how the FlowSchema's specification looks like. Experimental.

type FsGroupStrategyOptions

type FsGroupStrategyOptions struct {
	// ranges are the allowed ranges of fs groups.
	//
	// If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
	// Experimental.
	Ranges *[]*IdRange `json:"ranges"`
	// rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
	// Experimental.
	Rule *string `json:"rule"`
}

FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Experimental.

type GcePersistentDiskVolumeSource

type GcePersistentDiskVolumeSource struct {
	// Unique name of the PD resource in GCE.
	//
	// Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	// Experimental.
	PdName *string `json:"pdName"`
	// Filesystem type of the volume that you want to mount.
	//
	// Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	// Experimental.
	FsType *string `json:"fsType"`
	// The partition in the volume that you want to mount.
	//
	// If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	// Experimental.
	Partition *float64 `json:"partition"`
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	//
	// Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

Represents a Persistent Disk resource in Google Compute Engine.

A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. Experimental.

type GitRepoVolumeSource

type GitRepoVolumeSource struct {
	// Repository URL.
	// Experimental.
	Repository *string `json:"repository"`
	// Target directory name.
	//
	// Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the git repository.  Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
	// Experimental.
	Directory *string `json:"directory"`
	// Commit hash for the specified revision.
	// Experimental.
	Revision *string `json:"revision"`
}

Represents a volume that is populated with the contents of a git repository.

Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.

DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. Experimental.

type GlusterfsPersistentVolumeSource

type GlusterfsPersistentVolumeSource struct {
	// EndpointsName is the endpoint name that details Glusterfs topology.
	//
	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
	// Experimental.
	Endpoints *string `json:"endpoints"`
	// Path is the Glusterfs volume path.
	//
	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
	// Experimental.
	Path *string `json:"path"`
	// EndpointsNamespace is the namespace that contains Glusterfs endpoint.
	//
	// If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
	// Experimental.
	EndpointsNamespace *string `json:"endpointsNamespace"`
	// ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
	//
	// Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

Represents a Glusterfs mount that lasts the lifetime of a pod.

Glusterfs volumes do not support ownership management or SELinux relabeling. Experimental.

type GlusterfsVolumeSource

type GlusterfsVolumeSource struct {
	// EndpointsName is the endpoint name that details Glusterfs topology.
	//
	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
	// Experimental.
	Endpoints *string `json:"endpoints"`
	// Path is the Glusterfs volume path.
	//
	// More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
	// Experimental.
	Path *string `json:"path"`
	// ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
	//
	// Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

Represents a Glusterfs mount that lasts the lifetime of a pod.

Glusterfs volumes do not support ownership management or SELinux relabeling. Experimental.

type Handler

type Handler struct {
	// One and only one of the following should be specified.
	//
	// Exec specifies the action to take.
	// Experimental.
	Exec *ExecAction `json:"exec"`
	// HTTPGet specifies the http request to perform.
	// Experimental.
	HttpGet *HttpGetAction `json:"httpGet"`
	// TCPSocket specifies an action involving a TCP port.
	//
	// TCP hooks not yet supported
	// Experimental.
	TcpSocket *TcpSocketAction `json:"tcpSocket"`
}

Handler defines a specific action that should be taken. Experimental.

type HorizontalPodAutoscalerBehavior

type HorizontalPodAutoscalerBehavior struct {
	// scaleDown is scaling policy for scaling Down.
	//
	// If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used).
	// Experimental.
	ScaleDown *HpaScalingRules `json:"scaleDown"`
	// scaleUp is scaling policy for scaling Up.
	//
	// If not set, the default value is the higher of:
	// * increase no more than 4 pods per 60 seconds
	// * double the number of pods per 60 seconds
	// No stabilization is used.
	// Experimental.
	ScaleUp *HpaScalingRules `json:"scaleUp"`
}

HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). Experimental.

type HorizontalPodAutoscalerSpec

type HorizontalPodAutoscalerSpec struct {
	// maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up.
	//
	// It cannot be less that minReplicas.
	// Experimental.
	MaxReplicas *float64 `json:"maxReplicas"`
	// scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
	// Experimental.
	ScaleTargetRef *CrossVersionObjectReference `json:"scaleTargetRef"`
	// behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
	//
	// If not set, the default HPAScalingRules for scale up and scale down are used.
	// Experimental.
	Behavior *HorizontalPodAutoscalerBehavior `json:"behavior"`
	// metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used).
	//
	// The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods.  Ergo, metrics used must decrease as the pod count is increased, and vice-versa.  See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
	// Experimental.
	Metrics *[]*MetricSpec `json:"metrics"`
	// minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down.
	//
	// It defaults to 1 pod.  minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured.  Scaling is active as long as at least one metric value is available.
	// Experimental.
	MinReplicas *float64 `json:"minReplicas"`
}

HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler. Experimental.

type HostAlias

type HostAlias struct {
	// Hostnames for the above IP address.
	// Experimental.
	Hostnames *[]*string `json:"hostnames"`
	// IP address of the host file entry.
	// Experimental.
	Ip *string `json:"ip"`
}

HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file. Experimental.

type HostPathVolumeSource

type HostPathVolumeSource struct {
	// Path of the directory on the host.
	//
	// If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
	// Experimental.
	Path *string `json:"path"`
	// Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath.
	// Experimental.
	Type *string `json:"type"`
}

Represents a host path mapped into a pod.

Host path volumes do not support ownership management or SELinux relabeling. Experimental.

type HostPortRange

type HostPortRange struct {
	// max is the end of the range, inclusive.
	// Experimental.
	Max *float64 `json:"max"`
	// min is the start of the range, inclusive.
	// Experimental.
	Min *float64 `json:"min"`
}

HostPortRange defines a range of host ports that will be enabled by a policy for pods to use.

It requires both the start and end to be defined. Experimental.

type HpaScalingPolicy

type HpaScalingPolicy struct {
	// PeriodSeconds specifies the window of time for which the policy should hold true.
	//
	// PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
	// Experimental.
	PeriodSeconds *float64 `json:"periodSeconds"`
	// Type is used to specify the scaling policy.
	// Experimental.
	Type *string `json:"type"`
	// Value contains the amount of change which is permitted by the policy.
	//
	// It must be greater than zero
	// Experimental.
	Value *float64 `json:"value"`
}

HPAScalingPolicy is a single policy which must hold true for a specified past interval. Experimental.

type HpaScalingRules

type HpaScalingRules struct {
	// policies is a list of potential scaling polices which can be used during scaling.
	//
	// At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
	// Experimental.
	Policies *[]*HpaScalingPolicy `json:"policies"`
	// selectPolicy is used to specify which policy should be used.
	//
	// If not set, the default value MaxPolicySelect is used.
	// Experimental.
	SelectPolicy *string `json:"selectPolicy"`
	// StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down.
	//
	// StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
	// Experimental.
	StabilizationWindowSeconds *float64 `json:"stabilizationWindowSeconds"`
}

HPAScalingRules configures the scaling behavior for one direction.

These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen. Experimental.

type HttpGetAction

type HttpGetAction struct {
	// Name or number of the port to access on the container.
	//
	// Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
	// Experimental.
	Port IntOrString `json:"port"`
	// Host name to connect to, defaults to the pod IP.
	//
	// You probably want to set "Host" in httpHeaders instead.
	// Experimental.
	Host *string `json:"host"`
	// Custom headers to set in the request.
	//
	// HTTP allows repeated headers.
	// Experimental.
	HttpHeaders *[]*HttpHeader `json:"httpHeaders"`
	// Path to access on the HTTP server.
	// Experimental.
	Path *string `json:"path"`
	// Scheme to use for connecting to the host.
	//
	// Defaults to HTTP.
	// Experimental.
	Scheme *string `json:"scheme"`
}

HTTPGetAction describes an action based on HTTP Get requests. Experimental.

type HttpHeader

type HttpHeader struct {
	// The header field name.
	// Experimental.
	Name *string `json:"name"`
	// The header field value.
	// Experimental.
	Value *string `json:"value"`
}

HTTPHeader describes a custom header to be used in HTTP probes. Experimental.

type HttpIngressPath

type HttpIngressPath struct {
	// Backend defines the referenced service endpoint to which the traffic will be forwarded to.
	// Experimental.
	Backend *IngressBackend `json:"backend"`
	// Path is matched against the path of an incoming request.
	//
	// Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. When unspecified, all paths from incoming requests are matched.
	// Experimental.
	Path *string `json:"path"`
	// PathType determines the interpretation of the Path matching.
	//
	// PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
	// done on a path element by element basis. A path element refers is the
	// list of labels in the path split by the '/' separator. A request is a
	// match for path p if every p is an element-wise prefix of p of the
	// request path. Note that if the last element of the path is a substring
	// of the last element in request path, it is not a match (e.g. /foo/bar
	// matches /foo/bar/baz, but does not match /foo/barbaz).
	// * ImplementationSpecific: Interpretation of the Path matching is up to
	// the IngressClass. Implementations can treat this as a separate PathType
	// or treat it identically to Prefix or Exact path types.
	// Implementations are required to support all path types.
	// Experimental.
	PathType *string `json:"pathType"`
}

HTTPIngressPath associates a path with a backend.

Incoming urls matching the path are forwarded to the backend. Experimental.

type HttpIngressRuleValue

type HttpIngressRuleValue struct {
	// A collection of paths that map requests to backends.
	// Experimental.
	Paths *[]*HttpIngressPath `json:"paths"`
}

HTTPIngressRuleValue is a list of http selectors pointing to backends.

In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. Experimental.

type IdRange

type IdRange struct {
	// max is the end of the range, inclusive.
	// Experimental.
	Max *float64 `json:"max"`
	// min is the start of the range, inclusive.
	// Experimental.
	Min *float64 `json:"min"`
}

IDRange provides a min/max of an allowed range of IDs. Experimental.

type IngressBackend

type IngressBackend struct {
	// Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object.
	//
	// If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".
	// Experimental.
	Resource *TypedLocalObjectReference `json:"resource"`
	// Service references a Service as a Backend.
	//
	// This is a mutually exclusive setting with "Resource".
	// Experimental.
	Service *IngressServiceBackend `json:"service"`
}

IngressBackend describes all endpoints for a given service and port. Experimental.

type IngressClassSpec

type IngressClassSpec struct {
	// Controller refers to the name of the controller that should handle this class.
	//
	// This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
	// Experimental.
	Controller *string `json:"controller"`
	// Parameters is a link to a custom resource containing additional configuration for the controller.
	//
	// This is optional if the controller does not require extra parameters.
	// Experimental.
	Parameters *TypedLocalObjectReference `json:"parameters"`
}

IngressClassSpec provides information about the class of an Ingress. Experimental.

type IngressRule

type IngressRule struct {
	// Host is the fully qualified domain name of a network host, as defined by RFC 3986.
	//
	// Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
	// the IP in the Spec of the parent Ingress.
	// 2. The `:` delimiter is not respected because ports are not allowed.
	// Currently the port of an Ingress is implicitly :80 for http and
	// :443 for https.
	// Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.
	//
	// Host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If Host is precise, the request matches this rule if the http host header is equal to Host. 2. If Host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule.
	// Experimental.
	Host *string `json:"host"`
	// Experimental.
	Http *HttpIngressRuleValue `json:"http"`
}

IngressRule represents the rules mapping the paths under a specified host to the related backend services.

Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. Experimental.

type IngressServiceBackend

type IngressServiceBackend struct {
	// Name is the referenced service.
	//
	// The service must exist in the same namespace as the Ingress object.
	// Experimental.
	Name *string `json:"name"`
	// Port of the referenced service.
	//
	// A port name or port number is required for a IngressServiceBackend.
	// Experimental.
	Port *ServiceBackendPort `json:"port"`
}

IngressServiceBackend references a Kubernetes Service as a Backend. Experimental.

type IngressSpec

type IngressSpec struct {
	// DefaultBackend is the backend that should handle requests that don't match any rule.
	//
	// If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
	// Experimental.
	DefaultBackend *IngressBackend `json:"defaultBackend"`
	// IngressClassName is the name of the IngressClass cluster resource.
	//
	// The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
	// Experimental.
	IngressClassName *string `json:"ingressClassName"`
	// A list of host rules used to configure the Ingress.
	//
	// If unspecified, or no rule matches, all traffic is sent to the default backend.
	// Experimental.
	Rules *[]*IngressRule `json:"rules"`
	// TLS configuration.
	//
	// Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
	// Experimental.
	Tls *[]*IngressTls `json:"tls"`
}

IngressSpec describes the Ingress the user wishes to exist. Experimental.

type IngressTls

type IngressTls struct {
	// Hosts are a list of hosts included in the TLS certificate.
	//
	// The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
	// Experimental.
	Hosts *[]*string `json:"hosts"`
	// SecretName is the name of the secret used to terminate TLS traffic on port 443.
	//
	// Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
	// Experimental.
	SecretName *string `json:"secretName"`
}

IngressTLS describes the transport layer security associated with an Ingress. Experimental.

type IntOrString

type IntOrString interface {
	Value() interface{}
}

Experimental.

func IntOrString_FromNumber

func IntOrString_FromNumber(value *float64) IntOrString

Experimental.

func IntOrString_FromString

func IntOrString_FromString(value *string) IntOrString

Experimental.

type IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind

type IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind string

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 Experimental.

const (
	IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind_DELETE_OPTIONS IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind = "DELETE_OPTIONS"
)

type IpBlock

type IpBlock struct {
	// CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64".
	// Experimental.
	Cidr *string `json:"cidr"`
	// Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range.
	// Experimental.
	Except *[]*string `json:"except"`
}

IPBlock describes a particular CIDR (Ex.

"192.168.1.1/24","2001:db9::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule. Experimental.

type IscsiPersistentVolumeSource

type IscsiPersistentVolumeSource struct {
	// Target iSCSI Qualified Name.
	// Experimental.
	Iqn *string `json:"iqn"`
	// iSCSI Target Lun number.
	// Experimental.
	Lun *float64 `json:"lun"`
	// iSCSI Target Portal.
	//
	// The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	// Experimental.
	TargetPortal *string `json:"targetPortal"`
	// whether support iSCSI Discovery CHAP authentication.
	// Experimental.
	ChapAuthDiscovery *bool `json:"chapAuthDiscovery"`
	// whether support iSCSI Session CHAP authentication.
	// Experimental.
	ChapAuthSession *bool `json:"chapAuthSession"`
	// Filesystem type of the volume that you want to mount.
	//
	// Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
	// Experimental.
	FsType *string `json:"fsType"`
	// Custom iSCSI Initiator Name.
	//
	// If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.
	// Experimental.
	InitiatorName *string `json:"initiatorName"`
	// iSCSI Interface Name that uses an iSCSI transport.
	//
	// Defaults to 'default' (tcp).
	// Experimental.
	IscsiInterface *string `json:"iscsiInterface"`
	// iSCSI Target Portal List.
	//
	// The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	// Experimental.
	Portals *[]*string `json:"portals"`
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	//
	// Defaults to false.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// CHAP Secret for iSCSI target and initiator authentication.
	// Experimental.
	SecretRef *SecretReference `json:"secretRef"`
}

ISCSIPersistentVolumeSource represents an ISCSI disk.

ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. Experimental.

type IscsiVolumeSource

type IscsiVolumeSource struct {
	// Target iSCSI Qualified Name.
	// Experimental.
	Iqn *string `json:"iqn"`
	// iSCSI Target Lun number.
	// Experimental.
	Lun *float64 `json:"lun"`
	// iSCSI Target Portal.
	//
	// The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	// Experimental.
	TargetPortal *string `json:"targetPortal"`
	// whether support iSCSI Discovery CHAP authentication.
	// Experimental.
	ChapAuthDiscovery *bool `json:"chapAuthDiscovery"`
	// whether support iSCSI Session CHAP authentication.
	// Experimental.
	ChapAuthSession *bool `json:"chapAuthSession"`
	// Filesystem type of the volume that you want to mount.
	//
	// Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
	// Experimental.
	FsType *string `json:"fsType"`
	// Custom iSCSI Initiator Name.
	//
	// If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.
	// Experimental.
	InitiatorName *string `json:"initiatorName"`
	// iSCSI Interface Name that uses an iSCSI transport.
	//
	// Defaults to 'default' (tcp).
	// Experimental.
	IscsiInterface *string `json:"iscsiInterface"`
	// iSCSI Target Portal List.
	//
	// The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
	// Experimental.
	Portals *[]*string `json:"portals"`
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	//
	// Defaults to false.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// CHAP Secret for iSCSI target and initiator authentication.
	// Experimental.
	SecretRef *LocalObjectReference `json:"secretRef"`
}

Represents an ISCSI disk.

ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. Experimental.

type JobSpec

type JobSpec struct {
	// Describes the pod that will be created when executing a job.
	//
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
	// Experimental.
	Template *PodTemplateSpec `json:"template"`
	// Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it;
	//
	// value must be positive integer
	// Experimental.
	ActiveDeadlineSeconds *float64 `json:"activeDeadlineSeconds"`
	// Specifies the number of retries before marking this job failed.
	//
	// Defaults to 6
	// Experimental.
	BackoffLimit *float64 `json:"backoffLimit"`
	// Specifies the desired number of successfully finished pods the job should be run with.
	//
	// Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value.  Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
	// Experimental.
	Completions *float64 `json:"completions"`
	// manualSelector controls generation of pod labels and pod selectors.
	//
	// Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template.  When true, the user is responsible for picking unique labels and specifying the selector.  Failure to pick a unique label may cause this and other jobs to not function correctly.  However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector
	// Experimental.
	ManualSelector *bool `json:"manualSelector"`
	// Specifies the maximum desired number of pods the job should run at any given time.
	//
	// The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
	// Experimental.
	Parallelism *float64 `json:"parallelism"`
	// A label query over pods that should match the pod count.
	//
	// Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// Experimental.
	Selector *LabelSelector `json:"selector"`
	// ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed).
	//
	// If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. This field is alpha-level and is only honored by servers that enable the TTLAfterFinished feature.
	// Experimental.
	TtlSecondsAfterFinished *float64 `json:"ttlSecondsAfterFinished"`
}

JobSpec describes how the job execution will look like. Experimental.

type JobTemplateSpec

type JobTemplateSpec struct {
	// Standard object's metadata of the jobs created from this template.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of the job.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *JobSpec `json:"spec"`
}

JobTemplateSpec describes the data a Job should have when created from a template. Experimental.

type JsonSchemaProps

type JsonSchemaProps struct {
	// Experimental.
	AdditionalItems interface{} `json:"additionalItems"`
	// Experimental.
	AdditionalProperties interface{} `json:"additionalProperties"`
	// Experimental.
	AllOf *[]*JsonSchemaProps `json:"allOf"`
	// Experimental.
	AnyOf *[]*JsonSchemaProps `json:"anyOf"`
	// default is a default value for undefined object fields.
	//
	// Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
	// Experimental.
	Default interface{} `json:"default"`
	// Experimental.
	Definitions *map[string]*JsonSchemaProps `json:"definitions"`
	// Experimental.
	Dependencies *map[string]interface{} `json:"dependencies"`
	// Experimental.
	Description *string `json:"description"`
	// Experimental.
	Enum *[]interface{} `json:"enum"`
	// Experimental.
	Example interface{} `json:"example"`
	// Experimental.
	ExclusiveMaximum *bool `json:"exclusiveMaximum"`
	// Experimental.
	ExclusiveMinimum *bool `json:"exclusiveMinimum"`
	// Experimental.
	ExternalDocs *ExternalDocumentation `json:"externalDocs"`
	// format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:.
	//
	// - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
	// Experimental.
	Format *string `json:"format"`
	// Experimental.
	Id *string `json:"id"`
	// Experimental.
	Items interface{} `json:"items"`
	// Experimental.
	Maximum *float64 `json:"maximum"`
	// Experimental.
	MaxItems *float64 `json:"maxItems"`
	// Experimental.
	MaxLength *float64 `json:"maxLength"`
	// Experimental.
	MaxProperties *float64 `json:"maxProperties"`
	// Experimental.
	Minimum *float64 `json:"minimum"`
	// Experimental.
	MinItems *float64 `json:"minItems"`
	// Experimental.
	MinLength *float64 `json:"minLength"`
	// Experimental.
	MinProperties *float64 `json:"minProperties"`
	// Experimental.
	MultipleOf *float64 `json:"multipleOf"`
	// Experimental.
	Not **JsonSchemaProps `json:"not"`
	// Experimental.
	Nullable *bool `json:"nullable"`
	// Experimental.
	OneOf *[]*JsonSchemaProps `json:"oneOf"`
	// Experimental.
	Pattern *string `json:"pattern"`
	// Experimental.
	PatternProperties *map[string]*JsonSchemaProps `json:"patternProperties"`
	// Experimental.
	Properties *map[string]*JsonSchemaProps `json:"properties"`
	// Experimental.
	Ref *string `json:"ref"`
	// Experimental.
	Required *[]*string `json:"required"`
	// Experimental.
	Schema *string `json:"schema"`
	// Experimental.
	Title *string `json:"title"`
	// Experimental.
	Type *string `json:"type"`
	// Experimental.
	UniqueItems *bool `json:"uniqueItems"`
	// x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
	// Experimental.
	XKubernetesEmbeddedResource *bool `json:"xKubernetesEmbeddedResource"`
	// x-kubernetes-int-or-string specifies that this value is either an integer or a string.
	//
	// If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
	//
	// 1) anyOf:
	// - type: integer
	// - type: string
	// 2) allOf:
	// - anyOf:
	// - type: integer
	// - type: string
	// - ... zero or more
	// Experimental.
	XKubernetesIntOrString *bool `json:"xKubernetesIntOrString"`
	// x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
	//
	// This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).
	//
	// The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
	// Experimental.
	XKubernetesListMapKeys *[]*string `json:"xKubernetesListMapKeys"`
	// x-kubernetes-list-type annotates an array to further describe its topology.
	//
	// This extension must only be used on lists and may have 3 possible values:
	//
	// 1) `atomic`: the list is treated as a single entity, like a scalar.
	// Atomic lists will be entirely replaced when updated. This extension
	// may be used on any type of list (struct, scalar, ...).
	// 2) `set`:
	// Sets are lists that must not have multiple items with the same value. Each
	// value must be a scalar, an object with x-kubernetes-map-type `atomic` or an
	// array with x-kubernetes-list-type `atomic`.
	// 3) `map`:
	// These lists are like maps in that their elements have a non-index key
	// used to identify them. Order is preserved upon merge. The map tag
	// must only be used on a list with elements of type object.
	// Defaults to atomic for arrays.
	// Experimental.
	XKubernetesListType *string `json:"xKubernetesListType"`
	// x-kubernetes-map-type annotates an object to further describe its topology.
	//
	// This extension must only be used when type is object and may have 2 possible values:
	//
	// 1) `granular`:
	// These maps are actual maps (key-value pairs) and each fields are independent
	// from each other (they can each be manipulated by separate actors). This is
	// the default behaviour for all maps.
	// 2) `atomic`: the list is treated as a single entity, like a scalar.
	// Atomic maps will be entirely replaced when updated.
	// Experimental.
	XKubernetesMapType *string `json:"xKubernetesMapType"`
	// x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema.
	//
	// This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
	// Experimental.
	XKubernetesPreserveUnknownFields *bool `json:"xKubernetesPreserveUnknownFields"`
}

JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/). Experimental.

type KeyToPath

type KeyToPath struct {
	// The key to project.
	// Experimental.
	Key *string `json:"key"`
	// The relative path of the file to map the key to.
	//
	// May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
	// Experimental.
	Path *string `json:"path"`
	// Optional: mode bits used to set permissions on this file.
	//
	// Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	// Experimental.
	Mode *float64 `json:"mode"`
}

Maps a string key to a path within a volume. Experimental.

type KubeApiService

type KubeApiService interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

APIService represents a server for a particular GroupVersion.

Name must be "version.group". Experimental.

func NewKubeApiService

func NewKubeApiService(scope constructs.Construct, id *string, props *KubeApiServiceProps) KubeApiService

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" API object. Experimental.

type KubeApiServiceList

type KubeApiServiceList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

APIServiceList is a list of APIService objects. Experimental.

func NewKubeApiServiceList

func NewKubeApiServiceList(scope constructs.Construct, id *string, props *KubeApiServiceListProps) KubeApiServiceList

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList" API object. Experimental.

type KubeApiServiceListProps

type KubeApiServiceListProps struct {
	// Experimental.
	Items *[]*KubeApiServiceProps `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

APIServiceList is a list of APIService objects. Experimental.

type KubeApiServiceListV1Beta1

type KubeApiServiceListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

APIServiceList is a list of APIService objects. Experimental.

func NewKubeApiServiceListV1Beta1

func NewKubeApiServiceListV1Beta1(scope constructs.Construct, id *string, props *KubeApiServiceListV1Beta1Props) KubeApiServiceListV1Beta1

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceList" API object. Experimental.

type KubeApiServiceListV1Beta1Props

type KubeApiServiceListV1Beta1Props struct {
	// Experimental.
	Items *[]*KubeApiServiceV1Beta1Props `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

APIServiceList is a list of APIService objects. Experimental.

type KubeApiServiceProps

type KubeApiServiceProps struct {
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec contains information for locating and communicating with a server.
	// Experimental.
	Spec *ApiServiceSpec `json:"spec"`
}

APIService represents a server for a particular GroupVersion.

Name must be "version.group". Experimental.

type KubeApiServiceV1Beta1

type KubeApiServiceV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

APIService represents a server for a particular GroupVersion.

Name must be "version.group". Experimental.

func NewKubeApiServiceV1Beta1

func NewKubeApiServiceV1Beta1(scope constructs.Construct, id *string, props *KubeApiServiceV1Beta1Props) KubeApiServiceV1Beta1

Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService" API object. Experimental.

type KubeApiServiceV1Beta1Props

type KubeApiServiceV1Beta1Props struct {
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec contains information for locating and communicating with a server.
	// Experimental.
	Spec *ApiServiceSpec `json:"spec"`
}

APIService represents a server for a particular GroupVersion.

Name must be "version.group". Experimental.

type KubeBinding

type KubeBinding interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Binding ties one object to another;

for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead. Experimental.

func NewKubeBinding

func NewKubeBinding(scope constructs.Construct, id *string, props *KubeBindingProps) KubeBinding

Defines a "io.k8s.api.core.v1.Binding" API object. Experimental.

type KubeBindingProps

type KubeBindingProps struct {
	// The target object that you want to bind to the standard object.
	// Experimental.
	Target *ObjectReference `json:"target"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

Binding ties one object to another;

for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead. Experimental.

type KubeCertificateSigningRequest

type KubeCertificateSigningRequest interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued.

Kubelets use this API to obtain: 1. client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client-kubelet" signerName). 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.io/kubelet-serving" signerName).

This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName), or to obtain certificates from custom non-Kubernetes signers. Experimental.

func NewKubeCertificateSigningRequest

func NewKubeCertificateSigningRequest(scope constructs.Construct, id *string, props *KubeCertificateSigningRequestProps) KubeCertificateSigningRequest

Defines a "io.k8s.api.certificates.v1.CertificateSigningRequest" API object. Experimental.

type KubeCertificateSigningRequestList

type KubeCertificateSigningRequestList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CertificateSigningRequestList is a collection of CertificateSigningRequest objects. Experimental.

func NewKubeCertificateSigningRequestList

func NewKubeCertificateSigningRequestList(scope constructs.Construct, id *string, props *KubeCertificateSigningRequestListProps) KubeCertificateSigningRequestList

Defines a "io.k8s.api.certificates.v1.CertificateSigningRequestList" API object. Experimental.

type KubeCertificateSigningRequestListProps

type KubeCertificateSigningRequestListProps struct {
	// items is a collection of CertificateSigningRequest objects.
	// Experimental.
	Items *[]*KubeCertificateSigningRequestProps `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CertificateSigningRequestList is a collection of CertificateSigningRequest objects. Experimental.

type KubeCertificateSigningRequestListV1Beta1

type KubeCertificateSigningRequestListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Experimental.

func NewKubeCertificateSigningRequestListV1Beta1

func NewKubeCertificateSigningRequestListV1Beta1(scope constructs.Construct, id *string, props *KubeCertificateSigningRequestListV1Beta1Props) KubeCertificateSigningRequestListV1Beta1

Defines a "io.k8s.api.certificates.v1beta1.CertificateSigningRequestList" API object. Experimental.

type KubeCertificateSigningRequestListV1Beta1Props

type KubeCertificateSigningRequestListV1Beta1Props struct {
	// Experimental.
	Items *[]*KubeCertificateSigningRequestV1Beta1Props `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

Experimental.

type KubeCertificateSigningRequestProps

type KubeCertificateSigningRequestProps struct {
	// spec contains the certificate request, and is immutable after creation.
	//
	// Only the request, signerName, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users.
	// Experimental.
	Spec *CertificateSigningRequestSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued.

Kubelets use this API to obtain: 1. client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client-kubelet" signerName). 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.io/kubelet-serving" signerName).

This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName), or to obtain certificates from custom non-Kubernetes signers. Experimental.

type KubeCertificateSigningRequestV1Beta1

type KubeCertificateSigningRequestV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Describes a certificate signing request. Experimental.

func NewKubeCertificateSigningRequestV1Beta1

func NewKubeCertificateSigningRequestV1Beta1(scope constructs.Construct, id *string, props *KubeCertificateSigningRequestV1Beta1Props) KubeCertificateSigningRequestV1Beta1

Defines a "io.k8s.api.certificates.v1beta1.CertificateSigningRequest" API object. Experimental.

type KubeCertificateSigningRequestV1Beta1Props

type KubeCertificateSigningRequestV1Beta1Props struct {
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// The certificate request itself and any additional information.
	// Experimental.
	Spec *CertificateSigningRequestSpec `json:"spec"`
}

Describes a certificate signing request. Experimental.

type KubeClusterRole

type KubeClusterRole interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. Experimental.

func NewKubeClusterRole

func NewKubeClusterRole(scope constructs.Construct, id *string, props *KubeClusterRoleProps) KubeClusterRole

Defines a "io.k8s.api.rbac.v1.ClusterRole" API object. Experimental.

type KubeClusterRoleBinding

type KubeClusterRoleBinding interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleBinding references a ClusterRole, but not contain it.

It can reference a ClusterRole in the global namespace, and adds who information via Subject. Experimental.

func NewKubeClusterRoleBinding

func NewKubeClusterRoleBinding(scope constructs.Construct, id *string, props *KubeClusterRoleBindingProps) KubeClusterRoleBinding

Defines a "io.k8s.api.rbac.v1.ClusterRoleBinding" API object. Experimental.

type KubeClusterRoleBindingList

type KubeClusterRoleBindingList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleBindingList is a collection of ClusterRoleBindings. Experimental.

func NewKubeClusterRoleBindingList

func NewKubeClusterRoleBindingList(scope constructs.Construct, id *string, props *KubeClusterRoleBindingListProps) KubeClusterRoleBindingList

Defines a "io.k8s.api.rbac.v1.ClusterRoleBindingList" API object. Experimental.

type KubeClusterRoleBindingListProps

type KubeClusterRoleBindingListProps struct {
	// Items is a list of ClusterRoleBindings.
	// Experimental.
	Items *[]*KubeClusterRoleBindingProps `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ClusterRoleBindingList is a collection of ClusterRoleBindings. Experimental.

type KubeClusterRoleBindingListV1Alpha1

type KubeClusterRoleBindingListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleBindingList is a collection of ClusterRoleBindings.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindings, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleBindingListV1Alpha1

func NewKubeClusterRoleBindingListV1Alpha1(scope constructs.Construct, id *string, props *KubeClusterRoleBindingListV1Alpha1Props) KubeClusterRoleBindingListV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRoleBindingList" API object. Experimental.

type KubeClusterRoleBindingListV1Alpha1Props

type KubeClusterRoleBindingListV1Alpha1Props struct {
	// Items is a list of ClusterRoleBindings.
	// Experimental.
	Items *[]*KubeClusterRoleBindingV1Alpha1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ClusterRoleBindingList is a collection of ClusterRoleBindings.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindings, and will no longer be served in v1.22. Experimental.

type KubeClusterRoleBindingListV1Beta1

type KubeClusterRoleBindingListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleBindingList is a collection of ClusterRoleBindings.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindingList, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleBindingListV1Beta1

func NewKubeClusterRoleBindingListV1Beta1(scope constructs.Construct, id *string, props *KubeClusterRoleBindingListV1Beta1Props) KubeClusterRoleBindingListV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.ClusterRoleBindingList" API object. Experimental.

type KubeClusterRoleBindingListV1Beta1Props

type KubeClusterRoleBindingListV1Beta1Props struct {
	// Items is a list of ClusterRoleBindings.
	// Experimental.
	Items *[]*KubeClusterRoleBindingV1Beta1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ClusterRoleBindingList is a collection of ClusterRoleBindings.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindingList, and will no longer be served in v1.22. Experimental.

type KubeClusterRoleBindingProps

type KubeClusterRoleBindingProps struct {
	// RoleRef can only reference a ClusterRole in the global namespace.
	//
	// If the RoleRef cannot be resolved, the Authorizer must return an error.
	// Experimental.
	RoleRef *RoleRef `json:"roleRef"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Subjects holds references to the objects the role applies to.
	// Experimental.
	Subjects *[]*Subject `json:"subjects"`
}

ClusterRoleBinding references a ClusterRole, but not contain it.

It can reference a ClusterRole in the global namespace, and adds who information via Subject. Experimental.

type KubeClusterRoleBindingV1Alpha1

type KubeClusterRoleBindingV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleBinding references a ClusterRole, but not contain it.

It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleBindingV1Alpha1

func NewKubeClusterRoleBindingV1Alpha1(scope constructs.Construct, id *string, props *KubeClusterRoleBindingV1Alpha1Props) KubeClusterRoleBindingV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRoleBinding" API object. Experimental.

type KubeClusterRoleBindingV1Alpha1Props

type KubeClusterRoleBindingV1Alpha1Props struct {
	// RoleRef can only reference a ClusterRole in the global namespace.
	//
	// If the RoleRef cannot be resolved, the Authorizer must return an error.
	// Experimental.
	RoleRef *RoleRef `json:"roleRef"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Subjects holds references to the objects the role applies to.
	// Experimental.
	Subjects *[]*Subject `json:"subjects"`
}

ClusterRoleBinding references a ClusterRole, but not contain it.

It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.22. Experimental.

type KubeClusterRoleBindingV1Beta1

type KubeClusterRoleBindingV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleBinding references a ClusterRole, but not contain it.

It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleBindingV1Beta1

func NewKubeClusterRoleBindingV1Beta1(scope constructs.Construct, id *string, props *KubeClusterRoleBindingV1Beta1Props) KubeClusterRoleBindingV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.ClusterRoleBinding" API object. Experimental.

type KubeClusterRoleBindingV1Beta1Props

type KubeClusterRoleBindingV1Beta1Props struct {
	// RoleRef can only reference a ClusterRole in the global namespace.
	//
	// If the RoleRef cannot be resolved, the Authorizer must return an error.
	// Experimental.
	RoleRef *RoleRef `json:"roleRef"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Subjects holds references to the objects the role applies to.
	// Experimental.
	Subjects *[]*Subject `json:"subjects"`
}

ClusterRoleBinding references a ClusterRole, but not contain it.

It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.22. Experimental.

type KubeClusterRoleList

type KubeClusterRoleList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleList is a collection of ClusterRoles. Experimental.

func NewKubeClusterRoleList

func NewKubeClusterRoleList(scope constructs.Construct, id *string, props *KubeClusterRoleListProps) KubeClusterRoleList

Defines a "io.k8s.api.rbac.v1.ClusterRoleList" API object. Experimental.

type KubeClusterRoleListProps

type KubeClusterRoleListProps struct {
	// Items is a list of ClusterRoles.
	// Experimental.
	Items *[]*KubeClusterRoleProps `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ClusterRoleList is a collection of ClusterRoles. Experimental.

type KubeClusterRoleListV1Alpha1

type KubeClusterRoleListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleList is a collection of ClusterRoles.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoles, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleListV1Alpha1

func NewKubeClusterRoleListV1Alpha1(scope constructs.Construct, id *string, props *KubeClusterRoleListV1Alpha1Props) KubeClusterRoleListV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRoleList" API object. Experimental.

type KubeClusterRoleListV1Alpha1Props

type KubeClusterRoleListV1Alpha1Props struct {
	// Items is a list of ClusterRoles.
	// Experimental.
	Items *[]*KubeClusterRoleV1Alpha1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ClusterRoleList is a collection of ClusterRoles.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoles, and will no longer be served in v1.22. Experimental.

type KubeClusterRoleListV1Beta1

type KubeClusterRoleListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRoleList is a collection of ClusterRoles.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoles, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleListV1Beta1

func NewKubeClusterRoleListV1Beta1(scope constructs.Construct, id *string, props *KubeClusterRoleListV1Beta1Props) KubeClusterRoleListV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.ClusterRoleList" API object. Experimental.

type KubeClusterRoleListV1Beta1Props

type KubeClusterRoleListV1Beta1Props struct {
	// Items is a list of ClusterRoles.
	// Experimental.
	Items *[]*KubeClusterRoleV1Beta1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ClusterRoleList is a collection of ClusterRoles.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoles, and will no longer be served in v1.22. Experimental.

type KubeClusterRoleProps

type KubeClusterRoleProps struct {
	// AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.
	//
	// If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
	// Experimental.
	AggregationRule *AggregationRule `json:"aggregationRule"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Rules holds all the PolicyRules for this ClusterRole.
	// Experimental.
	Rules *[]*PolicyRule `json:"rules"`
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. Experimental.

type KubeClusterRoleV1Alpha1

type KubeClusterRoleV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleV1Alpha1

func NewKubeClusterRoleV1Alpha1(scope constructs.Construct, id *string, props *KubeClusterRoleV1Alpha1Props) KubeClusterRoleV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.ClusterRole" API object. Experimental.

type KubeClusterRoleV1Alpha1Props

type KubeClusterRoleV1Alpha1Props struct {
	// AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.
	//
	// If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
	// Experimental.
	AggregationRule *AggregationRule `json:"aggregationRule"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Rules holds all the PolicyRules for this ClusterRole.
	// Experimental.
	Rules *[]*PolicyRule `json:"rules"`
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.22. Experimental.

type KubeClusterRoleV1Beta1

type KubeClusterRoleV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.22. Experimental.

func NewKubeClusterRoleV1Beta1

func NewKubeClusterRoleV1Beta1(scope constructs.Construct, id *string, props *KubeClusterRoleV1Beta1Props) KubeClusterRoleV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.ClusterRole" API object. Experimental.

type KubeClusterRoleV1Beta1Props

type KubeClusterRoleV1Beta1Props struct {
	// AggregationRule is an optional field that describes how to build the Rules for this ClusterRole.
	//
	// If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.
	// Experimental.
	AggregationRule *AggregationRule `json:"aggregationRule"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Rules holds all the PolicyRules for this ClusterRole.
	// Experimental.
	Rules *[]*PolicyRule `json:"rules"`
}

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.22. Experimental.

type KubeComponentStatus deprecated

type KubeComponentStatus interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ComponentStatus (and ComponentStatusList) holds the cluster validation info.

Deprecated: This API is deprecated in v1.19+ Experimental.

func NewKubeComponentStatus

func NewKubeComponentStatus(scope constructs.Construct, id *string, props *KubeComponentStatusProps) KubeComponentStatus

Defines a "io.k8s.api.core.v1.ComponentStatus" API object. Experimental.

type KubeComponentStatusList deprecated

type KubeComponentStatusList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Status of all the conditions for the component as a list of ComponentStatus objects.

Deprecated: This API is deprecated in v1.19+ Experimental.

func NewKubeComponentStatusList

func NewKubeComponentStatusList(scope constructs.Construct, id *string, props *KubeComponentStatusListProps) KubeComponentStatusList

Defines a "io.k8s.api.core.v1.ComponentStatusList" API object. Experimental.

type KubeComponentStatusListProps deprecated

type KubeComponentStatusListProps struct {
	// List of ComponentStatus objects.
	// Experimental.
	Items *[]*KubeComponentStatusProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

Status of all the conditions for the component as a list of ComponentStatus objects.

Deprecated: This API is deprecated in v1.19+ Experimental.

type KubeComponentStatusProps deprecated

type KubeComponentStatusProps struct {
	// List of component conditions observed.
	// Experimental.
	Conditions *[]*ComponentCondition `json:"conditions"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

ComponentStatus (and ComponentStatusList) holds the cluster validation info.

Deprecated: This API is deprecated in v1.19+ Experimental.

type KubeConfigMap

type KubeConfigMap interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ConfigMap holds configuration data for pods to consume. Experimental.

func NewKubeConfigMap

func NewKubeConfigMap(scope constructs.Construct, id *string, props *KubeConfigMapProps) KubeConfigMap

Defines a "io.k8s.api.core.v1.ConfigMap" API object. Experimental.

type KubeConfigMapList

type KubeConfigMapList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ConfigMapList is a resource containing a list of ConfigMap objects. Experimental.

func NewKubeConfigMapList

func NewKubeConfigMapList(scope constructs.Construct, id *string, props *KubeConfigMapListProps) KubeConfigMapList

Defines a "io.k8s.api.core.v1.ConfigMapList" API object. Experimental.

type KubeConfigMapListProps

type KubeConfigMapListProps struct {
	// Items is the list of ConfigMaps.
	// Experimental.
	Items *[]*KubeConfigMapProps `json:"items"`
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ConfigMapList is a resource containing a list of ConfigMap objects. Experimental.

type KubeConfigMapProps

type KubeConfigMapProps struct {
	// BinaryData contains the binary data.
	//
	// Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.
	// Experimental.
	BinaryData *map[string]*string `json:"binaryData"`
	// Data contains the configuration data.
	//
	// Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.
	// Experimental.
	Data *map[string]*string `json:"data"`
	// Immutable, if set to true, ensures that data stored in the ConfigMap cannot be updated (only object metadata can be modified).
	//
	// If not set to true, the field can be modified at any time. Defaulted to nil. This is a beta field enabled by ImmutableEphemeralVolumes feature gate.
	// Experimental.
	Immutable *bool `json:"immutable"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

ConfigMap holds configuration data for pods to consume. Experimental.

type KubeControllerRevision

type KubeControllerRevision interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ControllerRevision implements an immutable snapshot of state data.

Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. Experimental.

func NewKubeControllerRevision

func NewKubeControllerRevision(scope constructs.Construct, id *string, props *KubeControllerRevisionProps) KubeControllerRevision

Defines a "io.k8s.api.apps.v1.ControllerRevision" API object. Experimental.

type KubeControllerRevisionList

type KubeControllerRevisionList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ControllerRevisionList is a resource containing a list of ControllerRevision objects. Experimental.

func NewKubeControllerRevisionList

func NewKubeControllerRevisionList(scope constructs.Construct, id *string, props *KubeControllerRevisionListProps) KubeControllerRevisionList

Defines a "io.k8s.api.apps.v1.ControllerRevisionList" API object. Experimental.

type KubeControllerRevisionListProps

type KubeControllerRevisionListProps struct {
	// Items is the list of ControllerRevisions.
	// Experimental.
	Items *[]*KubeControllerRevisionProps `json:"items"`
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ControllerRevisionList is a resource containing a list of ControllerRevision objects. Experimental.

type KubeControllerRevisionProps

type KubeControllerRevisionProps struct {
	// Revision indicates the revision of the state represented by Data.
	// Experimental.
	Revision *float64 `json:"revision"`
	// Data is the serialized representation of the state.
	// Experimental.
	Data interface{} `json:"data"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

ControllerRevision implements an immutable snapshot of state data.

Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. Experimental.

type KubeCronJobListV1Beta1

type KubeCronJobListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CronJobList is a collection of cron jobs. Experimental.

func NewKubeCronJobListV1Beta1

func NewKubeCronJobListV1Beta1(scope constructs.Construct, id *string, props *KubeCronJobListV1Beta1Props) KubeCronJobListV1Beta1

Defines a "io.k8s.api.batch.v1beta1.CronJobList" API object. Experimental.

type KubeCronJobListV1Beta1Props

type KubeCronJobListV1Beta1Props struct {
	// items is the list of CronJobs.
	// Experimental.
	Items *[]*KubeCronJobV1Beta1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CronJobList is a collection of cron jobs. Experimental.

type KubeCronJobListV2Alpha1

type KubeCronJobListV2Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CronJobList is a collection of cron jobs. Experimental.

func NewKubeCronJobListV2Alpha1

func NewKubeCronJobListV2Alpha1(scope constructs.Construct, id *string, props *KubeCronJobListV2Alpha1Props) KubeCronJobListV2Alpha1

Defines a "io.k8s.api.batch.v2alpha1.CronJobList" API object. Experimental.

type KubeCronJobListV2Alpha1Props

type KubeCronJobListV2Alpha1Props struct {
	// items is the list of CronJobs.
	// Experimental.
	Items *[]*KubeCronJobV2Alpha1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CronJobList is a collection of cron jobs. Experimental.

type KubeCronJobV1Beta1

type KubeCronJobV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CronJob represents the configuration of a single cron job. Experimental.

func NewKubeCronJobV1Beta1

func NewKubeCronJobV1Beta1(scope constructs.Construct, id *string, props *KubeCronJobV1Beta1Props) KubeCronJobV1Beta1

Defines a "io.k8s.api.batch.v1beta1.CronJob" API object. Experimental.

type KubeCronJobV1Beta1Props

type KubeCronJobV1Beta1Props struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of a cron job, including the schedule.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *CronJobSpec `json:"spec"`
}

CronJob represents the configuration of a single cron job. Experimental.

type KubeCronJobV2Alpha1

type KubeCronJobV2Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CronJob represents the configuration of a single cron job. Experimental.

func NewKubeCronJobV2Alpha1

func NewKubeCronJobV2Alpha1(scope constructs.Construct, id *string, props *KubeCronJobV2Alpha1Props) KubeCronJobV2Alpha1

Defines a "io.k8s.api.batch.v2alpha1.CronJob" API object. Experimental.

type KubeCronJobV2Alpha1Props

type KubeCronJobV2Alpha1Props struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of a cron job, including the schedule.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *CronJobSpec `json:"spec"`
}

CronJob represents the configuration of a single cron job. Experimental.

type KubeCsiDriver

type KubeCsiDriver interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.

Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. Experimental.

func NewKubeCsiDriver

func NewKubeCsiDriver(scope constructs.Construct, id *string, props *KubeCsiDriverProps) KubeCsiDriver

Defines a "io.k8s.api.storage.v1.CSIDriver" API object. Experimental.

type KubeCsiDriverList

type KubeCsiDriverList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CSIDriverList is a collection of CSIDriver objects. Experimental.

func NewKubeCsiDriverList

func NewKubeCsiDriverList(scope constructs.Construct, id *string, props *KubeCsiDriverListProps) KubeCsiDriverList

Defines a "io.k8s.api.storage.v1.CSIDriverList" API object. Experimental.

type KubeCsiDriverListProps

type KubeCsiDriverListProps struct {
	// items is the list of CSIDriver.
	// Experimental.
	Items *[]*KubeCsiDriverProps `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CSIDriverList is a collection of CSIDriver objects. Experimental.

type KubeCsiDriverListV1Beta1

type KubeCsiDriverListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CSIDriverList is a collection of CSIDriver objects. Experimental.

func NewKubeCsiDriverListV1Beta1

func NewKubeCsiDriverListV1Beta1(scope constructs.Construct, id *string, props *KubeCsiDriverListV1Beta1Props) KubeCsiDriverListV1Beta1

Defines a "io.k8s.api.storage.v1beta1.CSIDriverList" API object. Experimental.

type KubeCsiDriverListV1Beta1Props

type KubeCsiDriverListV1Beta1Props struct {
	// items is the list of CSIDriver.
	// Experimental.
	Items *[]*KubeCsiDriverV1Beta1Props `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CSIDriverList is a collection of CSIDriver objects. Experimental.

type KubeCsiDriverProps

type KubeCsiDriverProps struct {
	// Specification of the CSI Driver.
	// Experimental.
	Spec *CsiDriverSpec `json:"spec"`
	// Standard object metadata.
	//
	// metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.

Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. Experimental.

type KubeCsiDriverV1Beta1

type KubeCsiDriverV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.

CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. Experimental.

func NewKubeCsiDriverV1Beta1

func NewKubeCsiDriverV1Beta1(scope constructs.Construct, id *string, props *KubeCsiDriverV1Beta1Props) KubeCsiDriverV1Beta1

Defines a "io.k8s.api.storage.v1beta1.CSIDriver" API object. Experimental.

type KubeCsiDriverV1Beta1Props

type KubeCsiDriverV1Beta1Props struct {
	// Specification of the CSI Driver.
	// Experimental.
	Spec *CsiDriverSpec `json:"spec"`
	// Standard object metadata.
	//
	// metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.

CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. Experimental.

type KubeCsiNode

type KubeCsiNode interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CSINode holds information about all CSI drivers installed on a node.

CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object. Experimental.

func NewKubeCsiNode

func NewKubeCsiNode(scope constructs.Construct, id *string, props *KubeCsiNodeProps) KubeCsiNode

Defines a "io.k8s.api.storage.v1.CSINode" API object. Experimental.

type KubeCsiNodeList

type KubeCsiNodeList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CSINodeList is a collection of CSINode objects. Experimental.

func NewKubeCsiNodeList

func NewKubeCsiNodeList(scope constructs.Construct, id *string, props *KubeCsiNodeListProps) KubeCsiNodeList

Defines a "io.k8s.api.storage.v1.CSINodeList" API object. Experimental.

type KubeCsiNodeListProps

type KubeCsiNodeListProps struct {
	// items is the list of CSINode.
	// Experimental.
	Items *[]*KubeCsiNodeProps `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CSINodeList is a collection of CSINode objects. Experimental.

type KubeCsiNodeListV1Beta1

type KubeCsiNodeListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CSINodeList is a collection of CSINode objects. Experimental.

func NewKubeCsiNodeListV1Beta1

func NewKubeCsiNodeListV1Beta1(scope constructs.Construct, id *string, props *KubeCsiNodeListV1Beta1Props) KubeCsiNodeListV1Beta1

Defines a "io.k8s.api.storage.v1beta1.CSINodeList" API object. Experimental.

type KubeCsiNodeListV1Beta1Props

type KubeCsiNodeListV1Beta1Props struct {
	// items is the list of CSINode.
	// Experimental.
	Items *[]*KubeCsiNodeV1Beta1Props `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CSINodeList is a collection of CSINode objects. Experimental.

type KubeCsiNodeProps

type KubeCsiNodeProps struct {
	// spec is the specification of CSINode.
	// Experimental.
	Spec *CsiNodeSpec `json:"spec"`
	// metadata.name must be the Kubernetes node name.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

CSINode holds information about all CSI drivers installed on a node.

CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object. Experimental.

type KubeCsiNodeV1Beta1

type KubeCsiNodeV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

DEPRECATED - This group version of CSINode is deprecated by storage/v1/CSINode.

See the release notes for more information. CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object. Experimental.

func NewKubeCsiNodeV1Beta1

func NewKubeCsiNodeV1Beta1(scope constructs.Construct, id *string, props *KubeCsiNodeV1Beta1Props) KubeCsiNodeV1Beta1

Defines a "io.k8s.api.storage.v1beta1.CSINode" API object. Experimental.

type KubeCsiNodeV1Beta1Props

type KubeCsiNodeV1Beta1Props struct {
	// spec is the specification of CSINode.
	// Experimental.
	Spec *CsiNodeSpec `json:"spec"`
	// metadata.name must be the Kubernetes node name.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

DEPRECATED - This group version of CSINode is deprecated by storage/v1/CSINode.

See the release notes for more information. CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object. Experimental.

type KubeCustomResourceDefinition

type KubeCustomResourceDefinition interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CustomResourceDefinition represents a resource that should be exposed on the API server.

Its name MUST be in the format <.spec.name>.<.spec.group>. Experimental.

func NewKubeCustomResourceDefinition

func NewKubeCustomResourceDefinition(scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionProps) KubeCustomResourceDefinition

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" API object. Experimental.

type KubeCustomResourceDefinitionList

type KubeCustomResourceDefinitionList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CustomResourceDefinitionList is a list of CustomResourceDefinition objects. Experimental.

func NewKubeCustomResourceDefinitionList

func NewKubeCustomResourceDefinitionList(scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionListProps) KubeCustomResourceDefinitionList

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList" API object. Experimental.

type KubeCustomResourceDefinitionListProps

type KubeCustomResourceDefinitionListProps struct {
	// items list individual CustomResourceDefinition objects.
	// Experimental.
	Items *[]*KubeCustomResourceDefinitionProps `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CustomResourceDefinitionList is a list of CustomResourceDefinition objects. Experimental.

type KubeCustomResourceDefinitionListV1Beta1

type KubeCustomResourceDefinitionListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CustomResourceDefinitionList is a list of CustomResourceDefinition objects. Experimental.

func NewKubeCustomResourceDefinitionListV1Beta1

func NewKubeCustomResourceDefinitionListV1Beta1(scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionListV1Beta1Props) KubeCustomResourceDefinitionListV1Beta1

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionList" API object. Experimental.

type KubeCustomResourceDefinitionListV1Beta1Props

type KubeCustomResourceDefinitionListV1Beta1Props struct {
	// items list individual CustomResourceDefinition objects.
	// Experimental.
	Items *[]*KubeCustomResourceDefinitionV1Beta1Props `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

CustomResourceDefinitionList is a list of CustomResourceDefinition objects. Experimental.

type KubeCustomResourceDefinitionProps

type KubeCustomResourceDefinitionProps struct {
	// spec describes how the user wants the resources to appear.
	// Experimental.
	Spec *CustomResourceDefinitionSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

CustomResourceDefinition represents a resource that should be exposed on the API server.

Its name MUST be in the format <.spec.name>.<.spec.group>. Experimental.

type KubeCustomResourceDefinitionV1Beta1

type KubeCustomResourceDefinitionV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

CustomResourceDefinition represents a resource that should be exposed on the API server.

Its name MUST be in the format <.spec.name>.<.spec.group>. Deprecated in v1.16, planned for removal in v1.22. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead. Experimental.

func NewKubeCustomResourceDefinitionV1Beta1

func NewKubeCustomResourceDefinitionV1Beta1(scope constructs.Construct, id *string, props *KubeCustomResourceDefinitionV1Beta1Props) KubeCustomResourceDefinitionV1Beta1

Defines a "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition" API object. Experimental.

type KubeCustomResourceDefinitionV1Beta1Props

type KubeCustomResourceDefinitionV1Beta1Props struct {
	// spec describes how the user wants the resources to appear.
	// Experimental.
	Spec *CustomResourceDefinitionSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

CustomResourceDefinition represents a resource that should be exposed on the API server.

Its name MUST be in the format <.spec.name>.<.spec.group>. Deprecated in v1.16, planned for removal in v1.22. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead. Experimental.

type KubeDaemonSet

type KubeDaemonSet interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

DaemonSet represents the configuration of a daemon set. Experimental.

func NewKubeDaemonSet

func NewKubeDaemonSet(scope constructs.Construct, id *string, props *KubeDaemonSetProps) KubeDaemonSet

Defines a "io.k8s.api.apps.v1.DaemonSet" API object. Experimental.

type KubeDaemonSetList

type KubeDaemonSetList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

DaemonSetList is a collection of daemon sets. Experimental.

func NewKubeDaemonSetList

func NewKubeDaemonSetList(scope constructs.Construct, id *string, props *KubeDaemonSetListProps) KubeDaemonSetList

Defines a "io.k8s.api.apps.v1.DaemonSetList" API object. Experimental.

type KubeDaemonSetListProps

type KubeDaemonSetListProps struct {
	// A list of daemon sets.
	// Experimental.
	Items *[]*KubeDaemonSetProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

DaemonSetList is a collection of daemon sets. Experimental.

type KubeDaemonSetProps

type KubeDaemonSetProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// The desired behavior of this daemon set.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *DaemonSetSpec `json:"spec"`
}

DaemonSet represents the configuration of a daemon set. Experimental.

type KubeDeployment

type KubeDeployment interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Deployment enables declarative updates for Pods and ReplicaSets. Experimental.

func NewKubeDeployment

func NewKubeDeployment(scope constructs.Construct, id *string, props *KubeDeploymentProps) KubeDeployment

Defines a "io.k8s.api.apps.v1.Deployment" API object. Experimental.

type KubeDeploymentList

type KubeDeploymentList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

DeploymentList is a list of Deployments. Experimental.

func NewKubeDeploymentList

func NewKubeDeploymentList(scope constructs.Construct, id *string, props *KubeDeploymentListProps) KubeDeploymentList

Defines a "io.k8s.api.apps.v1.DeploymentList" API object. Experimental.

type KubeDeploymentListProps

type KubeDeploymentListProps struct {
	// Items is the list of Deployments.
	// Experimental.
	Items *[]*KubeDeploymentProps `json:"items"`
	// Standard list metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

DeploymentList is a list of Deployments. Experimental.

type KubeDeploymentProps

type KubeDeploymentProps struct {
	// Standard object metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of the Deployment.
	// Experimental.
	Spec *DeploymentSpec `json:"spec"`
}

Deployment enables declarative updates for Pods and ReplicaSets. Experimental.

type KubeEndpointSliceListV1Beta1

type KubeEndpointSliceListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

EndpointSliceList represents a list of endpoint slices. Experimental.

func NewKubeEndpointSliceListV1Beta1

func NewKubeEndpointSliceListV1Beta1(scope constructs.Construct, id *string, props *KubeEndpointSliceListV1Beta1Props) KubeEndpointSliceListV1Beta1

Defines a "io.k8s.api.discovery.v1beta1.EndpointSliceList" API object. Experimental.

type KubeEndpointSliceListV1Beta1Props

type KubeEndpointSliceListV1Beta1Props struct {
	// List of endpoint slices.
	// Experimental.
	Items *[]*KubeEndpointSliceV1Beta1Props `json:"items"`
	// Standard list metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

EndpointSliceList represents a list of endpoint slices. Experimental.

type KubeEndpointSliceV1Beta1

type KubeEndpointSliceV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

EndpointSlice represents a subset of the endpoints that implement a service.

For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints. Experimental.

func NewKubeEndpointSliceV1Beta1

func NewKubeEndpointSliceV1Beta1(scope constructs.Construct, id *string, props *KubeEndpointSliceV1Beta1Props) KubeEndpointSliceV1Beta1

Defines a "io.k8s.api.discovery.v1beta1.EndpointSlice" API object. Experimental.

type KubeEndpointSliceV1Beta1Props

type KubeEndpointSliceV1Beta1Props struct {
	// addressType specifies the type of address carried by this EndpointSlice.
	//
	// All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
	// Experimental.
	AddressType *string `json:"addressType"`
	// endpoints is a list of unique endpoints in this slice.
	//
	// Each slice may include a maximum of 1000 endpoints.
	// Experimental.
	Endpoints *[]*Endpoint `json:"endpoints"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// ports specifies the list of network ports exposed by each endpoint in this slice.
	//
	// Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.
	// Experimental.
	Ports *[]*EndpointPort `json:"ports"`
}

EndpointSlice represents a subset of the endpoints that implement a service.

For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints. Experimental.

type KubeEndpoints

type KubeEndpoints interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Endpoints is a collection of endpoints that implement the actual service.

Example: Name: "mysvc", Subsets: [

{
  Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}],
  Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}]
},
{
  Addresses: [{"ip": "10.10.3.3"}],
  Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}]
},

] Experimental.

func NewKubeEndpoints

func NewKubeEndpoints(scope constructs.Construct, id *string, props *KubeEndpointsProps) KubeEndpoints

Defines a "io.k8s.api.core.v1.Endpoints" API object. Experimental.

type KubeEndpointsList

type KubeEndpointsList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

EndpointsList is a list of endpoints. Experimental.

func NewKubeEndpointsList

func NewKubeEndpointsList(scope constructs.Construct, id *string, props *KubeEndpointsListProps) KubeEndpointsList

Defines a "io.k8s.api.core.v1.EndpointsList" API object. Experimental.

type KubeEndpointsListProps

type KubeEndpointsListProps struct {
	// List of endpoints.
	// Experimental.
	Items *[]*KubeEndpointsProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

EndpointsList is a list of endpoints. Experimental.

type KubeEndpointsProps

type KubeEndpointsProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// The set of all endpoints is the union of all subsets.
	//
	// Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.
	// Experimental.
	Subsets *[]*EndpointSubset `json:"subsets"`
}

Endpoints is a collection of endpoints that implement the actual service.

Example: Name: "mysvc", Subsets: [ { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }, { Addresses: [{"ip": "10.10.3.3"}], Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] }, ] Experimental.

type KubeEvent

type KubeEvent interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Event is a report of an event somewhere in the cluster.

It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. Experimental.

func NewKubeEvent

func NewKubeEvent(scope constructs.Construct, id *string, props *KubeEventProps) KubeEvent

Defines a "io.k8s.api.events.v1.Event" API object. Experimental.

type KubeEventList

type KubeEventList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

EventList is a list of Event objects. Experimental.

func NewKubeEventList

func NewKubeEventList(scope constructs.Construct, id *string, props *KubeEventListProps) KubeEventList

Defines a "io.k8s.api.events.v1.EventList" API object. Experimental.

type KubeEventListProps

type KubeEventListProps struct {
	// items is a list of schema objects.
	// Experimental.
	Items *[]*KubeEventProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

EventList is a list of Event objects. Experimental.

type KubeEventListV1Beta1

type KubeEventListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

EventList is a list of Event objects. Experimental.

func NewKubeEventListV1Beta1

func NewKubeEventListV1Beta1(scope constructs.Construct, id *string, props *KubeEventListV1Beta1Props) KubeEventListV1Beta1

Defines a "io.k8s.api.events.v1beta1.EventList" API object. Experimental.

type KubeEventListV1Beta1Props

type KubeEventListV1Beta1Props struct {
	// items is a list of schema objects.
	// Experimental.
	Items *[]*KubeEventV1Beta1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

EventList is a list of Event objects. Experimental.

type KubeEventProps

type KubeEventProps struct {
	// eventTime is the time when this Event was first observed.
	//
	// It is required.
	// Experimental.
	EventTime *time.Time `json:"eventTime"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// action is what action was taken/failed regarding to the regarding object.
	//
	// It is machine-readable. This field cannot be empty for new Events and it can have at most 128 characters.
	// Experimental.
	Action *string `json:"action"`
	// deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedCount *float64 `json:"deprecatedCount"`
	// deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedFirstTimestamp *time.Time `json:"deprecatedFirstTimestamp"`
	// deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedLastTimestamp *time.Time `json:"deprecatedLastTimestamp"`
	// deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedSource *EventSource `json:"deprecatedSource"`
	// note is a human-readable description of the status of this operation.
	//
	// Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB.
	// Experimental.
	Note *string `json:"note"`
	// reason is why the action was taken.
	//
	// It is human-readable. This field cannot be empty for new Events and it can have at most 128 characters.
	// Experimental.
	Reason *string `json:"reason"`
	// regarding contains the object this Event is about.
	//
	// In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object.
	// Experimental.
	Regarding *ObjectReference `json:"regarding"`
	// related is the optional secondary object for more complex actions.
	//
	// E.g. when regarding object triggers a creation or deletion of related object.
	// Experimental.
	Related *ObjectReference `json:"related"`
	// reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. This field cannot be empty for new Events.
	// Experimental.
	ReportingController *string `json:"reportingController"`
	// reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`. This field cannot be empty for new Events and it can have at most 128 characters.
	// Experimental.
	ReportingInstance *string `json:"reportingInstance"`
	// series is data about the Event series this event represents or nil if it's a singleton Event.
	// Experimental.
	Series *EventSeries `json:"series"`
	// type is the type of this event (Normal, Warning), new types could be added in the future.
	//
	// It is machine-readable. This field cannot be empty for new Events.
	// Experimental.
	Type *string `json:"type"`
}

Event is a report of an event somewhere in the cluster.

It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. Experimental.

type KubeEventV1Beta1

type KubeEventV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Event is a report of an event somewhere in the cluster.

It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. Experimental.

func NewKubeEventV1Beta1

func NewKubeEventV1Beta1(scope constructs.Construct, id *string, props *KubeEventV1Beta1Props) KubeEventV1Beta1

Defines a "io.k8s.api.events.v1beta1.Event" API object. Experimental.

type KubeEventV1Beta1Props

type KubeEventV1Beta1Props struct {
	// eventTime is the time when this Event was first observed.
	//
	// It is required.
	// Experimental.
	EventTime *time.Time `json:"eventTime"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// action is what action was taken/failed regarding to the regarding object.
	//
	// It is machine-readable. This field can have at most 128 characters.
	// Experimental.
	Action *string `json:"action"`
	// deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedCount *float64 `json:"deprecatedCount"`
	// deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedFirstTimestamp *time.Time `json:"deprecatedFirstTimestamp"`
	// deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedLastTimestamp *time.Time `json:"deprecatedLastTimestamp"`
	// deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type.
	// Experimental.
	DeprecatedSource *EventSource `json:"deprecatedSource"`
	// note is a human-readable description of the status of this operation.
	//
	// Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB.
	// Experimental.
	Note *string `json:"note"`
	// reason is why the action was taken.
	//
	// It is human-readable. This field can have at most 128 characters.
	// Experimental.
	Reason *string `json:"reason"`
	// regarding contains the object this Event is about.
	//
	// In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object.
	// Experimental.
	Regarding *ObjectReference `json:"regarding"`
	// related is the optional secondary object for more complex actions.
	//
	// E.g. when regarding object triggers a creation or deletion of related object.
	// Experimental.
	Related *ObjectReference `json:"related"`
	// reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. This field cannot be empty for new Events.
	// Experimental.
	ReportingController *string `json:"reportingController"`
	// reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`. This field cannot be empty for new Events and it can have at most 128 characters.
	// Experimental.
	ReportingInstance *string `json:"reportingInstance"`
	// series is data about the Event series this event represents or nil if it's a singleton Event.
	// Experimental.
	Series *EventSeries `json:"series"`
	// type is the type of this event (Normal, Warning), new types could be added in the future.
	//
	// It is machine-readable.
	// Experimental.
	Type *string `json:"type"`
}

Event is a report of an event somewhere in the cluster.

It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. Experimental.

type KubeEvictionV1Beta1

type KubeEvictionV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Eviction evicts a pod from its node subject to certain policies and safety constraints.

This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions. Experimental.

func NewKubeEvictionV1Beta1

func NewKubeEvictionV1Beta1(scope constructs.Construct, id *string, props *KubeEvictionV1Beta1Props) KubeEvictionV1Beta1

Defines a "io.k8s.api.policy.v1beta1.Eviction" API object. Experimental.

type KubeEvictionV1Beta1Props

type KubeEvictionV1Beta1Props struct {
	// DeleteOptions may be provided.
	// Experimental.
	DeleteOptions *DeleteOptions `json:"deleteOptions"`
	// ObjectMeta describes the pod that is being evicted.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

Eviction evicts a pod from its node subject to certain policies and safety constraints.

This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions. Experimental.

type KubeFlowSchemaListV1Alpha1

type KubeFlowSchemaListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

FlowSchemaList is a list of FlowSchema objects. Experimental.

func NewKubeFlowSchemaListV1Alpha1

func NewKubeFlowSchemaListV1Alpha1(scope constructs.Construct, id *string, props *KubeFlowSchemaListV1Alpha1Props) KubeFlowSchemaListV1Alpha1

Defines a "io.k8s.api.flowcontrol.v1alpha1.FlowSchemaList" API object. Experimental.

type KubeFlowSchemaListV1Alpha1Props

type KubeFlowSchemaListV1Alpha1Props struct {
	// `items` is a list of FlowSchemas.
	// Experimental.
	Items *[]*KubeFlowSchemaV1Alpha1Props `json:"items"`
	// `metadata` is the standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

FlowSchemaList is a list of FlowSchema objects. Experimental.

type KubeFlowSchemaListV1Beta1

type KubeFlowSchemaListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

FlowSchemaList is a list of FlowSchema objects. Experimental.

func NewKubeFlowSchemaListV1Beta1

func NewKubeFlowSchemaListV1Beta1(scope constructs.Construct, id *string, props *KubeFlowSchemaListV1Beta1Props) KubeFlowSchemaListV1Beta1

Defines a "io.k8s.api.flowcontrol.v1beta1.FlowSchemaList" API object. Experimental.

type KubeFlowSchemaListV1Beta1Props

type KubeFlowSchemaListV1Beta1Props struct {
	// `items` is a list of FlowSchemas.
	// Experimental.
	Items *[]*KubeFlowSchemaV1Beta1Props `json:"items"`
	// `metadata` is the standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

FlowSchemaList is a list of FlowSchema objects. Experimental.

type KubeFlowSchemaV1Alpha1

type KubeFlowSchemaV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

FlowSchema defines the schema of a group of flows.

Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". Experimental.

func NewKubeFlowSchemaV1Alpha1

func NewKubeFlowSchemaV1Alpha1(scope constructs.Construct, id *string, props *KubeFlowSchemaV1Alpha1Props) KubeFlowSchemaV1Alpha1

Defines a "io.k8s.api.flowcontrol.v1alpha1.FlowSchema" API object. Experimental.

type KubeFlowSchemaV1Alpha1Props

type KubeFlowSchemaV1Alpha1Props struct {
	// `metadata` is the standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// `spec` is the specification of the desired behavior of a FlowSchema.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *FlowSchemaSpec `json:"spec"`
}

FlowSchema defines the schema of a group of flows.

Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". Experimental.

type KubeFlowSchemaV1Beta1

type KubeFlowSchemaV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

FlowSchema defines the schema of a group of flows.

Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". Experimental.

func NewKubeFlowSchemaV1Beta1

func NewKubeFlowSchemaV1Beta1(scope constructs.Construct, id *string, props *KubeFlowSchemaV1Beta1Props) KubeFlowSchemaV1Beta1

Defines a "io.k8s.api.flowcontrol.v1beta1.FlowSchema" API object. Experimental.

type KubeFlowSchemaV1Beta1Props

type KubeFlowSchemaV1Beta1Props struct {
	// `metadata` is the standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// `spec` is the specification of the desired behavior of a FlowSchema.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *FlowSchemaSpec `json:"spec"`
}

FlowSchema defines the schema of a group of flows.

Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". Experimental.

type KubeHorizontalPodAutoscaler

type KubeHorizontalPodAutoscaler interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

configuration of a horizontal pod autoscaler. Experimental.

func NewKubeHorizontalPodAutoscaler

func NewKubeHorizontalPodAutoscaler(scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerProps) KubeHorizontalPodAutoscaler

Defines a "io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" API object. Experimental.

type KubeHorizontalPodAutoscalerList

type KubeHorizontalPodAutoscalerList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

list of horizontal pod autoscaler objects. Experimental.

func NewKubeHorizontalPodAutoscalerList

func NewKubeHorizontalPodAutoscalerList(scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerListProps) KubeHorizontalPodAutoscalerList

Defines a "io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList" API object. Experimental.

type KubeHorizontalPodAutoscalerListProps

type KubeHorizontalPodAutoscalerListProps struct {
	// list of horizontal pod autoscaler objects.
	// Experimental.
	Items *[]*KubeHorizontalPodAutoscalerProps `json:"items"`
	// Standard list metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

list of horizontal pod autoscaler objects. Experimental.

type KubeHorizontalPodAutoscalerListV2Beta1

type KubeHorizontalPodAutoscalerListV2Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects. Experimental.

func NewKubeHorizontalPodAutoscalerListV2Beta1

func NewKubeHorizontalPodAutoscalerListV2Beta1(scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerListV2Beta1Props) KubeHorizontalPodAutoscalerListV2Beta1

Defines a "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerList" API object. Experimental.

type KubeHorizontalPodAutoscalerListV2Beta1Props

type KubeHorizontalPodAutoscalerListV2Beta1Props struct {
	// items is the list of horizontal pod autoscaler objects.
	// Experimental.
	Items *[]*KubeHorizontalPodAutoscalerV2Beta1Props `json:"items"`
	// metadata is the standard list metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects. Experimental.

type KubeHorizontalPodAutoscalerListV2Beta2

type KubeHorizontalPodAutoscalerListV2Beta2 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. Experimental.

func NewKubeHorizontalPodAutoscalerListV2Beta2

func NewKubeHorizontalPodAutoscalerListV2Beta2(scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerListV2Beta2Props) KubeHorizontalPodAutoscalerListV2Beta2

Defines a "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerList" API object. Experimental.

type KubeHorizontalPodAutoscalerListV2Beta2Props

type KubeHorizontalPodAutoscalerListV2Beta2Props struct {
	// items is the list of horizontal pod autoscaler objects.
	// Experimental.
	Items *[]*KubeHorizontalPodAutoscalerV2Beta2Props `json:"items"`
	// metadata is the standard list metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. Experimental.

type KubeHorizontalPodAutoscalerProps

type KubeHorizontalPodAutoscalerProps struct {
	// Standard object metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// behaviour of autoscaler.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
	// Experimental.
	Spec *HorizontalPodAutoscalerSpec `json:"spec"`
}

configuration of a horizontal pod autoscaler. Experimental.

type KubeHorizontalPodAutoscalerV2Beta1

type KubeHorizontalPodAutoscalerV2Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. Experimental.

func NewKubeHorizontalPodAutoscalerV2Beta1

func NewKubeHorizontalPodAutoscalerV2Beta1(scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerV2Beta1Props) KubeHorizontalPodAutoscalerV2Beta1

Defines a "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler" API object. Experimental.

type KubeHorizontalPodAutoscalerV2Beta1Props

type KubeHorizontalPodAutoscalerV2Beta1Props struct {
	// metadata is the standard object metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// spec is the specification for the behaviour of the autoscaler.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
	// Experimental.
	Spec *HorizontalPodAutoscalerSpec `json:"spec"`
}

HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. Experimental.

type KubeHorizontalPodAutoscalerV2Beta2

type KubeHorizontalPodAutoscalerV2Beta2 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. Experimental.

func NewKubeHorizontalPodAutoscalerV2Beta2

func NewKubeHorizontalPodAutoscalerV2Beta2(scope constructs.Construct, id *string, props *KubeHorizontalPodAutoscalerV2Beta2Props) KubeHorizontalPodAutoscalerV2Beta2

Defines a "io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler" API object. Experimental.

type KubeHorizontalPodAutoscalerV2Beta2Props

type KubeHorizontalPodAutoscalerV2Beta2Props struct {
	// metadata is the standard object metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// spec is the specification for the behaviour of the autoscaler.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
	// Experimental.
	Spec *HorizontalPodAutoscalerSpec `json:"spec"`
}

HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. Experimental.

type KubeIngress

type KubeIngress interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.

An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. Experimental.

func NewKubeIngress

func NewKubeIngress(scope constructs.Construct, id *string, props *KubeIngressProps) KubeIngress

Defines a "io.k8s.api.networking.v1.Ingress" API object. Experimental.

type KubeIngressClass

type KubeIngressClass interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

IngressClass represents the class of the Ingress, referenced by the Ingress Spec.

The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. Experimental.

func NewKubeIngressClass

func NewKubeIngressClass(scope constructs.Construct, id *string, props *KubeIngressClassProps) KubeIngressClass

Defines a "io.k8s.api.networking.v1.IngressClass" API object. Experimental.

type KubeIngressClassList

type KubeIngressClassList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

IngressClassList is a collection of IngressClasses. Experimental.

func NewKubeIngressClassList

func NewKubeIngressClassList(scope constructs.Construct, id *string, props *KubeIngressClassListProps) KubeIngressClassList

Defines a "io.k8s.api.networking.v1.IngressClassList" API object. Experimental.

type KubeIngressClassListProps

type KubeIngressClassListProps struct {
	// Items is the list of IngressClasses.
	// Experimental.
	Items *[]*KubeIngressClassProps `json:"items"`
	// Standard list metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

IngressClassList is a collection of IngressClasses. Experimental.

type KubeIngressClassListV1Beta1

type KubeIngressClassListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

IngressClassList is a collection of IngressClasses. Experimental.

func NewKubeIngressClassListV1Beta1

func NewKubeIngressClassListV1Beta1(scope constructs.Construct, id *string, props *KubeIngressClassListV1Beta1Props) KubeIngressClassListV1Beta1

Defines a "io.k8s.api.networking.v1beta1.IngressClassList" API object. Experimental.

type KubeIngressClassListV1Beta1Props

type KubeIngressClassListV1Beta1Props struct {
	// Items is the list of IngressClasses.
	// Experimental.
	Items *[]*KubeIngressClassV1Beta1Props `json:"items"`
	// Standard list metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

IngressClassList is a collection of IngressClasses. Experimental.

type KubeIngressClassProps

type KubeIngressClassProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec is the desired state of the IngressClass.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *IngressClassSpec `json:"spec"`
}

IngressClass represents the class of the Ingress, referenced by the Ingress Spec.

The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. Experimental.

type KubeIngressClassV1Beta1

type KubeIngressClassV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

IngressClass represents the class of the Ingress, referenced by the Ingress Spec.

The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. Experimental.

func NewKubeIngressClassV1Beta1

func NewKubeIngressClassV1Beta1(scope constructs.Construct, id *string, props *KubeIngressClassV1Beta1Props) KubeIngressClassV1Beta1

Defines a "io.k8s.api.networking.v1beta1.IngressClass" API object. Experimental.

type KubeIngressClassV1Beta1Props

type KubeIngressClassV1Beta1Props struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec is the desired state of the IngressClass.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *IngressClassSpec `json:"spec"`
}

IngressClass represents the class of the Ingress, referenced by the Ingress Spec.

The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. Experimental.

type KubeIngressList

type KubeIngressList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

IngressList is a collection of Ingress. Experimental.

func NewKubeIngressList

func NewKubeIngressList(scope constructs.Construct, id *string, props *KubeIngressListProps) KubeIngressList

Defines a "io.k8s.api.networking.v1.IngressList" API object. Experimental.

type KubeIngressListProps

type KubeIngressListProps struct {
	// Items is the list of Ingress.
	// Experimental.
	Items *[]*KubeIngressProps `json:"items"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

IngressList is a collection of Ingress. Experimental.

type KubeIngressListV1Beta1

type KubeIngressListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

IngressList is a collection of Ingress. Experimental.

func NewKubeIngressListV1Beta1

func NewKubeIngressListV1Beta1(scope constructs.Construct, id *string, props *KubeIngressListV1Beta1Props) KubeIngressListV1Beta1

Defines a "io.k8s.api.networking.v1beta1.IngressList" API object. Experimental.

type KubeIngressListV1Beta1Props

type KubeIngressListV1Beta1Props struct {
	// Items is the list of Ingress.
	// Experimental.
	Items *[]*KubeIngressV1Beta1Props `json:"items"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

IngressList is a collection of Ingress. Experimental.

type KubeIngressProps

type KubeIngressProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec is the desired state of the Ingress.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *IngressSpec `json:"spec"`
}

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.

An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. Experimental.

type KubeIngressV1Beta1

type KubeIngressV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.

An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. Experimental.

func NewKubeIngressV1Beta1

func NewKubeIngressV1Beta1(scope constructs.Construct, id *string, props *KubeIngressV1Beta1Props) KubeIngressV1Beta1

Defines a "io.k8s.api.networking.v1beta1.Ingress" API object. Experimental.

type KubeIngressV1Beta1Props

type KubeIngressV1Beta1Props struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec is the desired state of the Ingress.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *IngressSpec `json:"spec"`
}

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.

An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. Experimental.

type KubeJob

type KubeJob interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Job represents the configuration of a single job. Experimental.

func NewKubeJob

func NewKubeJob(scope constructs.Construct, id *string, props *KubeJobProps) KubeJob

Defines a "io.k8s.api.batch.v1.Job" API object. Experimental.

type KubeJobList

type KubeJobList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

JobList is a collection of jobs. Experimental.

func NewKubeJobList

func NewKubeJobList(scope constructs.Construct, id *string, props *KubeJobListProps) KubeJobList

Defines a "io.k8s.api.batch.v1.JobList" API object. Experimental.

type KubeJobListProps

type KubeJobListProps struct {
	// items is the list of Jobs.
	// Experimental.
	Items *[]*KubeJobProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

JobList is a collection of jobs. Experimental.

type KubeJobProps

type KubeJobProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of a job.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *JobSpec `json:"spec"`
}

Job represents the configuration of a single job. Experimental.

type KubeLease

type KubeLease interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Lease defines a lease concept. Experimental.

func NewKubeLease

func NewKubeLease(scope constructs.Construct, id *string, props *KubeLeaseProps) KubeLease

Defines a "io.k8s.api.coordination.v1.Lease" API object. Experimental.

type KubeLeaseList

type KubeLeaseList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

LeaseList is a list of Lease objects. Experimental.

func NewKubeLeaseList

func NewKubeLeaseList(scope constructs.Construct, id *string, props *KubeLeaseListProps) KubeLeaseList

Defines a "io.k8s.api.coordination.v1.LeaseList" API object. Experimental.

type KubeLeaseListProps

type KubeLeaseListProps struct {
	// Items is a list of schema objects.
	// Experimental.
	Items *[]*KubeLeaseProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

LeaseList is a list of Lease objects. Experimental.

type KubeLeaseListV1Beta1

type KubeLeaseListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

LeaseList is a list of Lease objects. Experimental.

func NewKubeLeaseListV1Beta1

func NewKubeLeaseListV1Beta1(scope constructs.Construct, id *string, props *KubeLeaseListV1Beta1Props) KubeLeaseListV1Beta1

Defines a "io.k8s.api.coordination.v1beta1.LeaseList" API object. Experimental.

type KubeLeaseListV1Beta1Props

type KubeLeaseListV1Beta1Props struct {
	// Items is a list of schema objects.
	// Experimental.
	Items *[]*KubeLeaseV1Beta1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

LeaseList is a list of Lease objects. Experimental.

type KubeLeaseProps

type KubeLeaseProps struct {
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the Lease.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *LeaseSpec `json:"spec"`
}

Lease defines a lease concept. Experimental.

type KubeLeaseV1Beta1

type KubeLeaseV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Lease defines a lease concept. Experimental.

func NewKubeLeaseV1Beta1

func NewKubeLeaseV1Beta1(scope constructs.Construct, id *string, props *KubeLeaseV1Beta1Props) KubeLeaseV1Beta1

Defines a "io.k8s.api.coordination.v1beta1.Lease" API object. Experimental.

type KubeLeaseV1Beta1Props

type KubeLeaseV1Beta1Props struct {
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the Lease.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *LeaseSpec `json:"spec"`
}

Lease defines a lease concept. Experimental.

type KubeLimitRange

type KubeLimitRange interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

LimitRange sets resource usage limits for each kind of resource in a Namespace. Experimental.

func NewKubeLimitRange

func NewKubeLimitRange(scope constructs.Construct, id *string, props *KubeLimitRangeProps) KubeLimitRange

Defines a "io.k8s.api.core.v1.LimitRange" API object. Experimental.

type KubeLimitRangeList

type KubeLimitRangeList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

LimitRangeList is a list of LimitRange items. Experimental.

func NewKubeLimitRangeList

func NewKubeLimitRangeList(scope constructs.Construct, id *string, props *KubeLimitRangeListProps) KubeLimitRangeList

Defines a "io.k8s.api.core.v1.LimitRangeList" API object. Experimental.

type KubeLimitRangeListProps

type KubeLimitRangeListProps struct {
	// Items is a list of LimitRange objects.
	//
	// More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
	// Experimental.
	Items *[]*KubeLimitRangeProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

LimitRangeList is a list of LimitRange items. Experimental.

type KubeLimitRangeProps

type KubeLimitRangeProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the limits enforced.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *LimitRangeSpec `json:"spec"`
}

LimitRange sets resource usage limits for each kind of resource in a Namespace. Experimental.

type KubeLocalSubjectAccessReview

type KubeLocalSubjectAccessReview interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.

Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. Experimental.

func NewKubeLocalSubjectAccessReview

func NewKubeLocalSubjectAccessReview(scope constructs.Construct, id *string, props *KubeLocalSubjectAccessReviewProps) KubeLocalSubjectAccessReview

Defines a "io.k8s.api.authorization.v1.LocalSubjectAccessReview" API object. Experimental.

type KubeLocalSubjectAccessReviewProps

type KubeLocalSubjectAccessReviewProps struct {
	// Spec holds information about the request being evaluated.
	//
	// spec.namespace must be equal to the namespace you made the request against.  If empty, it is defaulted.
	// Experimental.
	Spec *SubjectAccessReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.

Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. Experimental.

type KubeLocalSubjectAccessReviewV1Beta1

type KubeLocalSubjectAccessReviewV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.

Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. Experimental.

func NewKubeLocalSubjectAccessReviewV1Beta1

func NewKubeLocalSubjectAccessReviewV1Beta1(scope constructs.Construct, id *string, props *KubeLocalSubjectAccessReviewV1Beta1Props) KubeLocalSubjectAccessReviewV1Beta1

Defines a "io.k8s.api.authorization.v1beta1.LocalSubjectAccessReview" API object. Experimental.

type KubeLocalSubjectAccessReviewV1Beta1Props

type KubeLocalSubjectAccessReviewV1Beta1Props struct {
	// Spec holds information about the request being evaluated.
	//
	// spec.namespace must be equal to the namespace you made the request against.  If empty, it is defaulted.
	// Experimental.
	Spec *SubjectAccessReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.

Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. Experimental.

type KubeMutatingWebhookConfiguration

type KubeMutatingWebhookConfiguration interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. Experimental.

func NewKubeMutatingWebhookConfiguration

func NewKubeMutatingWebhookConfiguration(scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationProps) KubeMutatingWebhookConfiguration

Defines a "io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" API object. Experimental.

type KubeMutatingWebhookConfigurationList

type KubeMutatingWebhookConfigurationList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. Experimental.

func NewKubeMutatingWebhookConfigurationList

func NewKubeMutatingWebhookConfigurationList(scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationListProps) KubeMutatingWebhookConfigurationList

Defines a "io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList" API object. Experimental.

type KubeMutatingWebhookConfigurationListProps

type KubeMutatingWebhookConfigurationListProps struct {
	// List of MutatingWebhookConfiguration.
	// Experimental.
	Items *[]*KubeMutatingWebhookConfigurationProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. Experimental.

type KubeMutatingWebhookConfigurationListV1Beta1

type KubeMutatingWebhookConfigurationListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. Experimental.

func NewKubeMutatingWebhookConfigurationListV1Beta1

func NewKubeMutatingWebhookConfigurationListV1Beta1(scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationListV1Beta1Props) KubeMutatingWebhookConfigurationListV1Beta1

Defines a "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfigurationList" API object. Experimental.

type KubeMutatingWebhookConfigurationListV1Beta1Props

type KubeMutatingWebhookConfigurationListV1Beta1Props struct {
	// List of MutatingWebhookConfiguration.
	// Experimental.
	Items *[]*KubeMutatingWebhookConfigurationV1Beta1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. Experimental.

type KubeMutatingWebhookConfigurationProps

type KubeMutatingWebhookConfigurationProps struct {
	// Standard object metadata;
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Webhooks is a list of webhooks and the affected resources and operations.
	// Experimental.
	Webhooks *[]*MutatingWebhook `json:"webhooks"`
}

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. Experimental.

type KubeMutatingWebhookConfigurationV1Beta1

type KubeMutatingWebhookConfigurationV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead. Experimental.

func NewKubeMutatingWebhookConfigurationV1Beta1

func NewKubeMutatingWebhookConfigurationV1Beta1(scope constructs.Construct, id *string, props *KubeMutatingWebhookConfigurationV1Beta1Props) KubeMutatingWebhookConfigurationV1Beta1

Defines a "io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration" API object. Experimental.

type KubeMutatingWebhookConfigurationV1Beta1Props

type KubeMutatingWebhookConfigurationV1Beta1Props struct {
	// Standard object metadata;
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Webhooks is a list of webhooks and the affected resources and operations.
	// Experimental.
	Webhooks *[]*MutatingWebhook `json:"webhooks"`
}

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead. Experimental.

type KubeNamespace

type KubeNamespace interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Namespace provides a scope for Names.

Use of multiple namespaces is optional. Experimental.

func NewKubeNamespace

func NewKubeNamespace(scope constructs.Construct, id *string, props *KubeNamespaceProps) KubeNamespace

Defines a "io.k8s.api.core.v1.Namespace" API object. Experimental.

type KubeNamespaceList

type KubeNamespaceList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

NamespaceList is a list of Namespaces. Experimental.

func NewKubeNamespaceList

func NewKubeNamespaceList(scope constructs.Construct, id *string, props *KubeNamespaceListProps) KubeNamespaceList

Defines a "io.k8s.api.core.v1.NamespaceList" API object. Experimental.

type KubeNamespaceListProps

type KubeNamespaceListProps struct {
	// Items is the list of Namespace objects in the list.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
	// Experimental.
	Items *[]*KubeNamespaceProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

NamespaceList is a list of Namespaces. Experimental.

type KubeNamespaceProps

type KubeNamespaceProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the behavior of the Namespace.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *NamespaceSpec `json:"spec"`
}

Namespace provides a scope for Names.

Use of multiple namespaces is optional. Experimental.

type KubeNetworkPolicy

type KubeNetworkPolicy interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

NetworkPolicy describes what network traffic is allowed for a set of Pods. Experimental.

func NewKubeNetworkPolicy

func NewKubeNetworkPolicy(scope constructs.Construct, id *string, props *KubeNetworkPolicyProps) KubeNetworkPolicy

Defines a "io.k8s.api.networking.v1.NetworkPolicy" API object. Experimental.

type KubeNetworkPolicyList

type KubeNetworkPolicyList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

NetworkPolicyList is a list of NetworkPolicy objects. Experimental.

func NewKubeNetworkPolicyList

func NewKubeNetworkPolicyList(scope constructs.Construct, id *string, props *KubeNetworkPolicyListProps) KubeNetworkPolicyList

Defines a "io.k8s.api.networking.v1.NetworkPolicyList" API object. Experimental.

type KubeNetworkPolicyListProps

type KubeNetworkPolicyListProps struct {
	// Items is a list of schema objects.
	// Experimental.
	Items *[]*KubeNetworkPolicyProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

NetworkPolicyList is a list of NetworkPolicy objects. Experimental.

type KubeNetworkPolicyProps

type KubeNetworkPolicyProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior for this NetworkPolicy.
	// Experimental.
	Spec *NetworkPolicySpec `json:"spec"`
}

NetworkPolicy describes what network traffic is allowed for a set of Pods. Experimental.

type KubeNode

type KubeNode interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Node is a worker node in Kubernetes.

Each node will have a unique identifier in the cache (i.e. in etcd). Experimental.

func NewKubeNode

func NewKubeNode(scope constructs.Construct, id *string, props *KubeNodeProps) KubeNode

Defines a "io.k8s.api.core.v1.Node" API object. Experimental.

type KubeNodeList

type KubeNodeList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

NodeList is the whole list of all Nodes which have been registered with master. Experimental.

func NewKubeNodeList

func NewKubeNodeList(scope constructs.Construct, id *string, props *KubeNodeListProps) KubeNodeList

Defines a "io.k8s.api.core.v1.NodeList" API object. Experimental.

type KubeNodeListProps

type KubeNodeListProps struct {
	// List of nodes.
	// Experimental.
	Items *[]*KubeNodeProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

NodeList is the whole list of all Nodes which have been registered with master. Experimental.

type KubeNodeProps

type KubeNodeProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the behavior of a node.
	//
	// https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *NodeSpec `json:"spec"`
}

Node is a worker node in Kubernetes.

Each node will have a unique identifier in the cache (i.e. in etcd). Experimental.

type KubePersistentVolume

type KubePersistentVolume interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PersistentVolume (PV) is a storage resource provisioned by an administrator.

It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes Experimental.

func NewKubePersistentVolume

func NewKubePersistentVolume(scope constructs.Construct, id *string, props *KubePersistentVolumeProps) KubePersistentVolume

Defines a "io.k8s.api.core.v1.PersistentVolume" API object. Experimental.

type KubePersistentVolumeClaim

type KubePersistentVolumeClaim interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PersistentVolumeClaim is a user's request for and claim to a persistent volume. Experimental.

func NewKubePersistentVolumeClaim

func NewKubePersistentVolumeClaim(scope constructs.Construct, id *string, props *KubePersistentVolumeClaimProps) KubePersistentVolumeClaim

Defines a "io.k8s.api.core.v1.PersistentVolumeClaim" API object. Experimental.

type KubePersistentVolumeClaimList

type KubePersistentVolumeClaimList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PersistentVolumeClaimList is a list of PersistentVolumeClaim items. Experimental.

func NewKubePersistentVolumeClaimList

func NewKubePersistentVolumeClaimList(scope constructs.Construct, id *string, props *KubePersistentVolumeClaimListProps) KubePersistentVolumeClaimList

Defines a "io.k8s.api.core.v1.PersistentVolumeClaimList" API object. Experimental.

type KubePersistentVolumeClaimListProps

type KubePersistentVolumeClaimListProps struct {
	// A list of persistent volume claims.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	// Experimental.
	Items *[]*KubePersistentVolumeClaimProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PersistentVolumeClaimList is a list of PersistentVolumeClaim items. Experimental.

type KubePersistentVolumeClaimProps

type KubePersistentVolumeClaimProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the desired characteristics of a volume requested by a pod author.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	// Experimental.
	Spec *PersistentVolumeClaimSpec `json:"spec"`
}

PersistentVolumeClaim is a user's request for and claim to a persistent volume. Experimental.

type KubePersistentVolumeList

type KubePersistentVolumeList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PersistentVolumeList is a list of PersistentVolume items. Experimental.

func NewKubePersistentVolumeList

func NewKubePersistentVolumeList(scope constructs.Construct, id *string, props *KubePersistentVolumeListProps) KubePersistentVolumeList

Defines a "io.k8s.api.core.v1.PersistentVolumeList" API object. Experimental.

type KubePersistentVolumeListProps

type KubePersistentVolumeListProps struct {
	// List of persistent volumes.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
	// Experimental.
	Items *[]*KubePersistentVolumeProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PersistentVolumeList is a list of PersistentVolume items. Experimental.

type KubePersistentVolumeProps

type KubePersistentVolumeProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines a specification of a persistent volume owned by the cluster.
	//
	// Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
	// Experimental.
	Spec *PersistentVolumeSpec `json:"spec"`
}

PersistentVolume (PV) is a storage resource provisioned by an administrator.

It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes Experimental.

type KubePod

type KubePod interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Pod is a collection of containers that can run on a host.

This resource is created by clients and scheduled onto hosts. Experimental.

func NewKubePod

func NewKubePod(scope constructs.Construct, id *string, props *KubePodProps) KubePod

Defines a "io.k8s.api.core.v1.Pod" API object. Experimental.

type KubePodDisruptionBudgetListV1Beta1

type KubePodDisruptionBudgetListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PodDisruptionBudgetList is a collection of PodDisruptionBudgets. Experimental.

func NewKubePodDisruptionBudgetListV1Beta1

func NewKubePodDisruptionBudgetListV1Beta1(scope constructs.Construct, id *string, props *KubePodDisruptionBudgetListV1Beta1Props) KubePodDisruptionBudgetListV1Beta1

Defines a "io.k8s.api.policy.v1beta1.PodDisruptionBudgetList" API object. Experimental.

type KubePodDisruptionBudgetListV1Beta1Props

type KubePodDisruptionBudgetListV1Beta1Props struct {
	// Experimental.
	Items *[]*KubePodDisruptionBudgetV1Beta1Props `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PodDisruptionBudgetList is a collection of PodDisruptionBudgets. Experimental.

type KubePodDisruptionBudgetV1Beta1

type KubePodDisruptionBudgetV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods. Experimental.

func NewKubePodDisruptionBudgetV1Beta1

func NewKubePodDisruptionBudgetV1Beta1(scope constructs.Construct, id *string, props *KubePodDisruptionBudgetV1Beta1Props) KubePodDisruptionBudgetV1Beta1

Defines a "io.k8s.api.policy.v1beta1.PodDisruptionBudget" API object. Experimental.

type KubePodDisruptionBudgetV1Beta1Props

type KubePodDisruptionBudgetV1Beta1Props struct {
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of the PodDisruptionBudget.
	// Experimental.
	Spec *PodDisruptionBudgetSpec `json:"spec"`
}

PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods. Experimental.

type KubePodList

type KubePodList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PodList is a list of Pods. Experimental.

func NewKubePodList

func NewKubePodList(scope constructs.Construct, id *string, props *KubePodListProps) KubePodList

Defines a "io.k8s.api.core.v1.PodList" API object. Experimental.

type KubePodListProps

type KubePodListProps struct {
	// List of pods.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
	// Experimental.
	Items *[]*KubePodProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PodList is a list of Pods. Experimental.

type KubePodProps

type KubePodProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of the pod.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *PodSpec `json:"spec"`
}

Pod is a collection of containers that can run on a host.

This resource is created by clients and scheduled onto hosts. Experimental.

type KubePodSecurityPolicyListV1Beta1

type KubePodSecurityPolicyListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PodSecurityPolicyList is a list of PodSecurityPolicy objects. Experimental.

func NewKubePodSecurityPolicyListV1Beta1

func NewKubePodSecurityPolicyListV1Beta1(scope constructs.Construct, id *string, props *KubePodSecurityPolicyListV1Beta1Props) KubePodSecurityPolicyListV1Beta1

Defines a "io.k8s.api.policy.v1beta1.PodSecurityPolicyList" API object. Experimental.

type KubePodSecurityPolicyListV1Beta1Props

type KubePodSecurityPolicyListV1Beta1Props struct {
	// items is a list of schema objects.
	// Experimental.
	Items *[]*KubePodSecurityPolicyV1Beta1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PodSecurityPolicyList is a list of PodSecurityPolicy objects. Experimental.

type KubePodSecurityPolicyV1Beta1

type KubePodSecurityPolicyV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Experimental.

func NewKubePodSecurityPolicyV1Beta1

func NewKubePodSecurityPolicyV1Beta1(scope constructs.Construct, id *string, props *KubePodSecurityPolicyV1Beta1Props) KubePodSecurityPolicyV1Beta1

Defines a "io.k8s.api.policy.v1beta1.PodSecurityPolicy" API object. Experimental.

type KubePodSecurityPolicyV1Beta1Props

type KubePodSecurityPolicyV1Beta1Props struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// spec defines the policy enforced.
	// Experimental.
	Spec *PodSecurityPolicySpec `json:"spec"`
}

PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Experimental.

type KubePodTemplate

type KubePodTemplate interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PodTemplate describes a template for creating copies of a predefined pod. Experimental.

func NewKubePodTemplate

func NewKubePodTemplate(scope constructs.Construct, id *string, props *KubePodTemplateProps) KubePodTemplate

Defines a "io.k8s.api.core.v1.PodTemplate" API object. Experimental.

type KubePodTemplateList

type KubePodTemplateList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PodTemplateList is a list of PodTemplates. Experimental.

func NewKubePodTemplateList

func NewKubePodTemplateList(scope constructs.Construct, id *string, props *KubePodTemplateListProps) KubePodTemplateList

Defines a "io.k8s.api.core.v1.PodTemplateList" API object. Experimental.

type KubePodTemplateListProps

type KubePodTemplateListProps struct {
	// List of pod templates.
	// Experimental.
	Items *[]*KubePodTemplateProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PodTemplateList is a list of PodTemplates. Experimental.

type KubePodTemplateProps

type KubePodTemplateProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Template defines the pods that will be created from this pod template.
	//
	// https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Template *PodTemplateSpec `json:"template"`
}

PodTemplate describes a template for creating copies of a predefined pod. Experimental.

type KubePriorityClass

type KubePriorityClass interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityClass defines mapping from a priority class name to the priority integer value.

The value can be any valid integer. Experimental.

func NewKubePriorityClass

func NewKubePriorityClass(scope constructs.Construct, id *string, props *KubePriorityClassProps) KubePriorityClass

Defines a "io.k8s.api.scheduling.v1.PriorityClass" API object. Experimental.

type KubePriorityClassList

type KubePriorityClassList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityClassList is a collection of priority classes. Experimental.

func NewKubePriorityClassList

func NewKubePriorityClassList(scope constructs.Construct, id *string, props *KubePriorityClassListProps) KubePriorityClassList

Defines a "io.k8s.api.scheduling.v1.PriorityClassList" API object. Experimental.

type KubePriorityClassListProps

type KubePriorityClassListProps struct {
	// items is the list of PriorityClasses.
	// Experimental.
	Items *[]*KubePriorityClassProps `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PriorityClassList is a collection of priority classes. Experimental.

type KubePriorityClassListV1Alpha1

type KubePriorityClassListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityClassList is a collection of priority classes. Experimental.

func NewKubePriorityClassListV1Alpha1

func NewKubePriorityClassListV1Alpha1(scope constructs.Construct, id *string, props *KubePriorityClassListV1Alpha1Props) KubePriorityClassListV1Alpha1

Defines a "io.k8s.api.scheduling.v1alpha1.PriorityClassList" API object. Experimental.

type KubePriorityClassListV1Alpha1Props

type KubePriorityClassListV1Alpha1Props struct {
	// items is the list of PriorityClasses.
	// Experimental.
	Items *[]*KubePriorityClassV1Alpha1Props `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PriorityClassList is a collection of priority classes. Experimental.

type KubePriorityClassListV1Beta1

type KubePriorityClassListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityClassList is a collection of priority classes. Experimental.

func NewKubePriorityClassListV1Beta1

func NewKubePriorityClassListV1Beta1(scope constructs.Construct, id *string, props *KubePriorityClassListV1Beta1Props) KubePriorityClassListV1Beta1

Defines a "io.k8s.api.scheduling.v1beta1.PriorityClassList" API object. Experimental.

type KubePriorityClassListV1Beta1Props

type KubePriorityClassListV1Beta1Props struct {
	// items is the list of PriorityClasses.
	// Experimental.
	Items *[]*KubePriorityClassV1Beta1Props `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PriorityClassList is a collection of priority classes. Experimental.

type KubePriorityClassProps

type KubePriorityClassProps struct {
	// The value of this priority class.
	//
	// This is the actual priority that pods receive when they have the name of this class in their pod spec.
	// Experimental.
	Value *float64 `json:"value"`
	// description is an arbitrary string that usually provides guidelines on when this priority class should be used.
	// Experimental.
	Description *string `json:"description"`
	// globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class.
	//
	// Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
	// Experimental.
	GlobalDefault *bool `json:"globalDefault"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// PreemptionPolicy is the Policy for preempting pods with lower priority.
	//
	// One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate.
	// Experimental.
	PreemptionPolicy *string `json:"preemptionPolicy"`
}

PriorityClass defines mapping from a priority class name to the priority integer value.

The value can be any valid integer. Experimental.

type KubePriorityClassV1Alpha1

type KubePriorityClassV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. Experimental.

func NewKubePriorityClassV1Alpha1

func NewKubePriorityClassV1Alpha1(scope constructs.Construct, id *string, props *KubePriorityClassV1Alpha1Props) KubePriorityClassV1Alpha1

Defines a "io.k8s.api.scheduling.v1alpha1.PriorityClass" API object. Experimental.

type KubePriorityClassV1Alpha1Props

type KubePriorityClassV1Alpha1Props struct {
	// The value of this priority class.
	//
	// This is the actual priority that pods receive when they have the name of this class in their pod spec.
	// Experimental.
	Value *float64 `json:"value"`
	// description is an arbitrary string that usually provides guidelines on when this priority class should be used.
	// Experimental.
	Description *string `json:"description"`
	// globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class.
	//
	// Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
	// Experimental.
	GlobalDefault *bool `json:"globalDefault"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// PreemptionPolicy is the Policy for preempting pods with lower priority.
	//
	// One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate.
	// Experimental.
	PreemptionPolicy *string `json:"preemptionPolicy"`
}

DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. Experimental.

type KubePriorityClassV1Beta1

type KubePriorityClassV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. Experimental.

func NewKubePriorityClassV1Beta1

func NewKubePriorityClassV1Beta1(scope constructs.Construct, id *string, props *KubePriorityClassV1Beta1Props) KubePriorityClassV1Beta1

Defines a "io.k8s.api.scheduling.v1beta1.PriorityClass" API object. Experimental.

type KubePriorityClassV1Beta1Props

type KubePriorityClassV1Beta1Props struct {
	// The value of this priority class.
	//
	// This is the actual priority that pods receive when they have the name of this class in their pod spec.
	// Experimental.
	Value *float64 `json:"value"`
	// description is an arbitrary string that usually provides guidelines on when this priority class should be used.
	// Experimental.
	Description *string `json:"description"`
	// globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class.
	//
	// Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.
	// Experimental.
	GlobalDefault *bool `json:"globalDefault"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// PreemptionPolicy is the Policy for preempting pods with lower priority.
	//
	// One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate.
	// Experimental.
	PreemptionPolicy *string `json:"preemptionPolicy"`
}

DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. Experimental.

type KubePriorityLevelConfigurationListV1Alpha1

type KubePriorityLevelConfigurationListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. Experimental.

func NewKubePriorityLevelConfigurationListV1Alpha1

func NewKubePriorityLevelConfigurationListV1Alpha1(scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationListV1Alpha1Props) KubePriorityLevelConfigurationListV1Alpha1

Defines a "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfigurationList" API object. Experimental.

type KubePriorityLevelConfigurationListV1Alpha1Props

type KubePriorityLevelConfigurationListV1Alpha1Props struct {
	// `items` is a list of request-priorities.
	// Experimental.
	Items *[]*KubePriorityLevelConfigurationV1Alpha1Props `json:"items"`
	// `metadata` is the standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. Experimental.

type KubePriorityLevelConfigurationListV1Beta1

type KubePriorityLevelConfigurationListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. Experimental.

func NewKubePriorityLevelConfigurationListV1Beta1

func NewKubePriorityLevelConfigurationListV1Beta1(scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationListV1Beta1Props) KubePriorityLevelConfigurationListV1Beta1

Defines a "io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationList" API object. Experimental.

type KubePriorityLevelConfigurationListV1Beta1Props

type KubePriorityLevelConfigurationListV1Beta1Props struct {
	// `items` is a list of request-priorities.
	// Experimental.
	Items *[]*KubePriorityLevelConfigurationV1Beta1Props `json:"items"`
	// `metadata` is the standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. Experimental.

type KubePriorityLevelConfigurationV1Alpha1

type KubePriorityLevelConfigurationV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityLevelConfiguration represents the configuration of a priority level. Experimental.

func NewKubePriorityLevelConfigurationV1Alpha1

func NewKubePriorityLevelConfigurationV1Alpha1(scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationV1Alpha1Props) KubePriorityLevelConfigurationV1Alpha1

Defines a "io.k8s.api.flowcontrol.v1alpha1.PriorityLevelConfiguration" API object. Experimental.

type KubePriorityLevelConfigurationV1Alpha1Props

type KubePriorityLevelConfigurationV1Alpha1Props struct {
	// `metadata` is the standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// `spec` is the specification of the desired behavior of a "request-priority".
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *PriorityLevelConfigurationSpec `json:"spec"`
}

PriorityLevelConfiguration represents the configuration of a priority level. Experimental.

type KubePriorityLevelConfigurationV1Beta1

type KubePriorityLevelConfigurationV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

PriorityLevelConfiguration represents the configuration of a priority level. Experimental.

func NewKubePriorityLevelConfigurationV1Beta1

func NewKubePriorityLevelConfigurationV1Beta1(scope constructs.Construct, id *string, props *KubePriorityLevelConfigurationV1Beta1Props) KubePriorityLevelConfigurationV1Beta1

Defines a "io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration" API object. Experimental.

type KubePriorityLevelConfigurationV1Beta1Props

type KubePriorityLevelConfigurationV1Beta1Props struct {
	// `metadata` is the standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// `spec` is the specification of the desired behavior of a "request-priority".
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *PriorityLevelConfigurationSpec `json:"spec"`
}

PriorityLevelConfiguration represents the configuration of a priority level. Experimental.

type KubeReplicaSet

type KubeReplicaSet interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ReplicaSet ensures that a specified number of pod replicas are running at any given time. Experimental.

func NewKubeReplicaSet

func NewKubeReplicaSet(scope constructs.Construct, id *string, props *KubeReplicaSetProps) KubeReplicaSet

Defines a "io.k8s.api.apps.v1.ReplicaSet" API object. Experimental.

type KubeReplicaSetList

type KubeReplicaSetList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ReplicaSetList is a collection of ReplicaSets. Experimental.

func NewKubeReplicaSetList

func NewKubeReplicaSetList(scope constructs.Construct, id *string, props *KubeReplicaSetListProps) KubeReplicaSetList

Defines a "io.k8s.api.apps.v1.ReplicaSetList" API object. Experimental.

type KubeReplicaSetListProps

type KubeReplicaSetListProps struct {
	// List of ReplicaSets.
	//
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
	// Experimental.
	Items *[]*KubeReplicaSetProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ReplicaSetList is a collection of ReplicaSets. Experimental.

type KubeReplicaSetProps

type KubeReplicaSetProps struct {
	// If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.
	//
	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the specification of the desired behavior of the ReplicaSet.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *ReplicaSetSpec `json:"spec"`
}

ReplicaSet ensures that a specified number of pod replicas are running at any given time. Experimental.

type KubeReplicationController

type KubeReplicationController interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ReplicationController represents the configuration of a replication controller. Experimental.

func NewKubeReplicationController

func NewKubeReplicationController(scope constructs.Construct, id *string, props *KubeReplicationControllerProps) KubeReplicationController

Defines a "io.k8s.api.core.v1.ReplicationController" API object. Experimental.

type KubeReplicationControllerList

type KubeReplicationControllerList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ReplicationControllerList is a collection of replication controllers. Experimental.

func NewKubeReplicationControllerList

func NewKubeReplicationControllerList(scope constructs.Construct, id *string, props *KubeReplicationControllerListProps) KubeReplicationControllerList

Defines a "io.k8s.api.core.v1.ReplicationControllerList" API object. Experimental.

type KubeReplicationControllerListProps

type KubeReplicationControllerListProps struct {
	// List of replication controllers.
	//
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
	// Experimental.
	Items *[]*KubeReplicationControllerProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ReplicationControllerList is a collection of replication controllers. Experimental.

type KubeReplicationControllerProps

type KubeReplicationControllerProps struct {
	// If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.
	//
	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the specification of the desired behavior of the replication controller.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *ReplicationControllerSpec `json:"spec"`
}

ReplicationController represents the configuration of a replication controller. Experimental.

type KubeResourceQuota

type KubeResourceQuota interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ResourceQuota sets aggregate quota restrictions enforced per namespace. Experimental.

func NewKubeResourceQuota

func NewKubeResourceQuota(scope constructs.Construct, id *string, props *KubeResourceQuotaProps) KubeResourceQuota

Defines a "io.k8s.api.core.v1.ResourceQuota" API object. Experimental.

type KubeResourceQuotaList

type KubeResourceQuotaList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ResourceQuotaList is a list of ResourceQuota items. Experimental.

func NewKubeResourceQuotaList

func NewKubeResourceQuotaList(scope constructs.Construct, id *string, props *KubeResourceQuotaListProps) KubeResourceQuotaList

Defines a "io.k8s.api.core.v1.ResourceQuotaList" API object. Experimental.

type KubeResourceQuotaListProps

type KubeResourceQuotaListProps struct {
	// Items is a list of ResourceQuota objects.
	//
	// More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
	// Experimental.
	Items *[]*KubeResourceQuotaProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ResourceQuotaList is a list of ResourceQuota items. Experimental.

type KubeResourceQuotaProps

type KubeResourceQuotaProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the desired quota.
	//
	// https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *ResourceQuotaSpec `json:"spec"`
}

ResourceQuota sets aggregate quota restrictions enforced per namespace. Experimental.

type KubeRole

type KubeRole interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. Experimental.

func NewKubeRole

func NewKubeRole(scope constructs.Construct, id *string, props *KubeRoleProps) KubeRole

Defines a "io.k8s.api.rbac.v1.Role" API object. Experimental.

type KubeRoleBinding

type KubeRoleBinding interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleBinding references a role, but does not contain it.

It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Experimental.

func NewKubeRoleBinding

func NewKubeRoleBinding(scope constructs.Construct, id *string, props *KubeRoleBindingProps) KubeRoleBinding

Defines a "io.k8s.api.rbac.v1.RoleBinding" API object. Experimental.

type KubeRoleBindingList

type KubeRoleBindingList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleBindingList is a collection of RoleBindings. Experimental.

func NewKubeRoleBindingList

func NewKubeRoleBindingList(scope constructs.Construct, id *string, props *KubeRoleBindingListProps) KubeRoleBindingList

Defines a "io.k8s.api.rbac.v1.RoleBindingList" API object. Experimental.

type KubeRoleBindingListProps

type KubeRoleBindingListProps struct {
	// Items is a list of RoleBindings.
	// Experimental.
	Items *[]*KubeRoleBindingProps `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RoleBindingList is a collection of RoleBindings. Experimental.

type KubeRoleBindingListV1Alpha1

type KubeRoleBindingListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleBindingList is a collection of RoleBindings Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBindingList, and will no longer be served in v1.22. Experimental.

func NewKubeRoleBindingListV1Alpha1

func NewKubeRoleBindingListV1Alpha1(scope constructs.Construct, id *string, props *KubeRoleBindingListV1Alpha1Props) KubeRoleBindingListV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.RoleBindingList" API object. Experimental.

type KubeRoleBindingListV1Alpha1Props

type KubeRoleBindingListV1Alpha1Props struct {
	// Items is a list of RoleBindings.
	// Experimental.
	Items *[]*KubeRoleBindingV1Alpha1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RoleBindingList is a collection of RoleBindings Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBindingList, and will no longer be served in v1.22. Experimental.

type KubeRoleBindingListV1Beta1

type KubeRoleBindingListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleBindingList is a collection of RoleBindings Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBindingList, and will no longer be served in v1.22. Experimental.

func NewKubeRoleBindingListV1Beta1

func NewKubeRoleBindingListV1Beta1(scope constructs.Construct, id *string, props *KubeRoleBindingListV1Beta1Props) KubeRoleBindingListV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.RoleBindingList" API object. Experimental.

type KubeRoleBindingListV1Beta1Props

type KubeRoleBindingListV1Beta1Props struct {
	// Items is a list of RoleBindings.
	// Experimental.
	Items *[]*KubeRoleBindingV1Beta1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RoleBindingList is a collection of RoleBindings Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBindingList, and will no longer be served in v1.22. Experimental.

type KubeRoleBindingProps

type KubeRoleBindingProps struct {
	// RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.
	//
	// If the RoleRef cannot be resolved, the Authorizer must return an error.
	// Experimental.
	RoleRef *RoleRef `json:"roleRef"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Subjects holds references to the objects the role applies to.
	// Experimental.
	Subjects *[]*Subject `json:"subjects"`
}

RoleBinding references a role, but does not contain it.

It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Experimental.

type KubeRoleBindingV1Alpha1

type KubeRoleBindingV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleBinding references a role, but does not contain it.

It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.22. Experimental.

func NewKubeRoleBindingV1Alpha1

func NewKubeRoleBindingV1Alpha1(scope constructs.Construct, id *string, props *KubeRoleBindingV1Alpha1Props) KubeRoleBindingV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.RoleBinding" API object. Experimental.

type KubeRoleBindingV1Alpha1Props

type KubeRoleBindingV1Alpha1Props struct {
	// RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.
	//
	// If the RoleRef cannot be resolved, the Authorizer must return an error.
	// Experimental.
	RoleRef *RoleRef `json:"roleRef"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Subjects holds references to the objects the role applies to.
	// Experimental.
	Subjects *[]*Subject `json:"subjects"`
}

RoleBinding references a role, but does not contain it.

It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.22. Experimental.

type KubeRoleBindingV1Beta1

type KubeRoleBindingV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleBinding references a role, but does not contain it.

It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.22. Experimental.

func NewKubeRoleBindingV1Beta1

func NewKubeRoleBindingV1Beta1(scope constructs.Construct, id *string, props *KubeRoleBindingV1Beta1Props) KubeRoleBindingV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.RoleBinding" API object. Experimental.

type KubeRoleBindingV1Beta1Props

type KubeRoleBindingV1Beta1Props struct {
	// RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.
	//
	// If the RoleRef cannot be resolved, the Authorizer must return an error.
	// Experimental.
	RoleRef *RoleRef `json:"roleRef"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Subjects holds references to the objects the role applies to.
	// Experimental.
	Subjects *[]*Subject `json:"subjects"`
}

RoleBinding references a role, but does not contain it.

It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.22. Experimental.

type KubeRoleList

type KubeRoleList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleList is a collection of Roles. Experimental.

func NewKubeRoleList

func NewKubeRoleList(scope constructs.Construct, id *string, props *KubeRoleListProps) KubeRoleList

Defines a "io.k8s.api.rbac.v1.RoleList" API object. Experimental.

type KubeRoleListProps

type KubeRoleListProps struct {
	// Items is a list of Roles.
	// Experimental.
	Items *[]*KubeRoleProps `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RoleList is a collection of Roles. Experimental.

type KubeRoleListV1Alpha1

type KubeRoleListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleList is a collection of Roles.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleList, and will no longer be served in v1.22. Experimental.

func NewKubeRoleListV1Alpha1

func NewKubeRoleListV1Alpha1(scope constructs.Construct, id *string, props *KubeRoleListV1Alpha1Props) KubeRoleListV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.RoleList" API object. Experimental.

type KubeRoleListV1Alpha1Props

type KubeRoleListV1Alpha1Props struct {
	// Items is a list of Roles.
	// Experimental.
	Items *[]*KubeRoleV1Alpha1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RoleList is a collection of Roles.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleList, and will no longer be served in v1.22. Experimental.

type KubeRoleListV1Beta1

type KubeRoleListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RoleList is a collection of Roles Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleList, and will no longer be served in v1.22. Experimental.

func NewKubeRoleListV1Beta1

func NewKubeRoleListV1Beta1(scope constructs.Construct, id *string, props *KubeRoleListV1Beta1Props) KubeRoleListV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.RoleList" API object. Experimental.

type KubeRoleListV1Beta1Props

type KubeRoleListV1Beta1Props struct {
	// Items is a list of Roles.
	// Experimental.
	Items *[]*KubeRoleV1Beta1Props `json:"items"`
	// Standard object's metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RoleList is a collection of Roles Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleList, and will no longer be served in v1.22. Experimental.

type KubeRoleProps

type KubeRoleProps struct {
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Rules holds all the PolicyRules for this Role.
	// Experimental.
	Rules *[]*PolicyRule `json:"rules"`
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. Experimental.

type KubeRoleV1Alpha1

type KubeRoleV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 Role, and will no longer be served in v1.22. Experimental.

func NewKubeRoleV1Alpha1

func NewKubeRoleV1Alpha1(scope constructs.Construct, id *string, props *KubeRoleV1Alpha1Props) KubeRoleV1Alpha1

Defines a "io.k8s.api.rbac.v1alpha1.Role" API object. Experimental.

type KubeRoleV1Alpha1Props

type KubeRoleV1Alpha1Props struct {
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Rules holds all the PolicyRules for this Role.
	// Experimental.
	Rules *[]*PolicyRule `json:"rules"`
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 Role, and will no longer be served in v1.22. Experimental.

type KubeRoleV1Beta1

type KubeRoleV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 Role, and will no longer be served in v1.22. Experimental.

func NewKubeRoleV1Beta1

func NewKubeRoleV1Beta1(scope constructs.Construct, id *string, props *KubeRoleV1Beta1Props) KubeRoleV1Beta1

Defines a "io.k8s.api.rbac.v1beta1.Role" API object. Experimental.

type KubeRoleV1Beta1Props

type KubeRoleV1Beta1Props struct {
	// Standard object's metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Rules holds all the PolicyRules for this Role.
	// Experimental.
	Rules *[]*PolicyRule `json:"rules"`
}

Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 Role, and will no longer be served in v1.22. Experimental.

type KubeRuntimeClass

type KubeRuntimeClass interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RuntimeClass defines a class of container runtime supported in the cluster.

The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/ Experimental.

func NewKubeRuntimeClass

func NewKubeRuntimeClass(scope constructs.Construct, id *string, props *KubeRuntimeClassProps) KubeRuntimeClass

Defines a "io.k8s.api.node.v1.RuntimeClass" API object. Experimental.

type KubeRuntimeClassList

type KubeRuntimeClassList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RuntimeClassList is a list of RuntimeClass objects. Experimental.

func NewKubeRuntimeClassList

func NewKubeRuntimeClassList(scope constructs.Construct, id *string, props *KubeRuntimeClassListProps) KubeRuntimeClassList

Defines a "io.k8s.api.node.v1.RuntimeClassList" API object. Experimental.

type KubeRuntimeClassListProps

type KubeRuntimeClassListProps struct {
	// Items is a list of schema objects.
	// Experimental.
	Items *[]*KubeRuntimeClassProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RuntimeClassList is a list of RuntimeClass objects. Experimental.

type KubeRuntimeClassListV1Alpha1

type KubeRuntimeClassListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RuntimeClassList is a list of RuntimeClass objects. Experimental.

func NewKubeRuntimeClassListV1Alpha1

func NewKubeRuntimeClassListV1Alpha1(scope constructs.Construct, id *string, props *KubeRuntimeClassListV1Alpha1Props) KubeRuntimeClassListV1Alpha1

Defines a "io.k8s.api.node.v1alpha1.RuntimeClassList" API object. Experimental.

type KubeRuntimeClassListV1Alpha1Props

type KubeRuntimeClassListV1Alpha1Props struct {
	// Items is a list of schema objects.
	// Experimental.
	Items *[]*KubeRuntimeClassV1Alpha1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RuntimeClassList is a list of RuntimeClass objects. Experimental.

type KubeRuntimeClassListV1Beta1

type KubeRuntimeClassListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RuntimeClassList is a list of RuntimeClass objects. Experimental.

func NewKubeRuntimeClassListV1Beta1

func NewKubeRuntimeClassListV1Beta1(scope constructs.Construct, id *string, props *KubeRuntimeClassListV1Beta1Props) KubeRuntimeClassListV1Beta1

Defines a "io.k8s.api.node.v1beta1.RuntimeClassList" API object. Experimental.

type KubeRuntimeClassListV1Beta1Props

type KubeRuntimeClassListV1Beta1Props struct {
	// Items is a list of schema objects.
	// Experimental.
	Items *[]*KubeRuntimeClassV1Beta1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

RuntimeClassList is a list of RuntimeClass objects. Experimental.

type KubeRuntimeClassProps

type KubeRuntimeClassProps struct {
	// Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.
	//
	// The possible values are specific to the node & CRI configuration.  It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
	// Experimental.
	Handler *string `json:"handler"`
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.
	//
	// For more details, see
	// https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/
	// This field is in beta starting v1.18 and is only honored by servers that enable the PodOverhead feature.
	// Experimental.
	Overhead *Overhead `json:"overhead"`
	// Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.
	//
	// If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
	// Experimental.
	Scheduling *Scheduling `json:"scheduling"`
}

RuntimeClass defines a class of container runtime supported in the cluster.

The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/ Experimental.

type KubeRuntimeClassV1Alpha1

type KubeRuntimeClassV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RuntimeClass defines a class of container runtime supported in the cluster.

The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md Experimental.

func NewKubeRuntimeClassV1Alpha1

func NewKubeRuntimeClassV1Alpha1(scope constructs.Construct, id *string, props *KubeRuntimeClassV1Alpha1Props) KubeRuntimeClassV1Alpha1

Defines a "io.k8s.api.node.v1alpha1.RuntimeClass" API object. Experimental.

type KubeRuntimeClassV1Alpha1Props

type KubeRuntimeClassV1Alpha1Props struct {
	// Specification of the RuntimeClass More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
	// Experimental.
	Spec *RuntimeClassSpec `json:"spec"`
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

RuntimeClass defines a class of container runtime supported in the cluster.

The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md Experimental.

type KubeRuntimeClassV1Beta1

type KubeRuntimeClassV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

RuntimeClass defines a class of container runtime supported in the cluster.

The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md Experimental.

func NewKubeRuntimeClassV1Beta1

func NewKubeRuntimeClassV1Beta1(scope constructs.Construct, id *string, props *KubeRuntimeClassV1Beta1Props) KubeRuntimeClassV1Beta1

Defines a "io.k8s.api.node.v1beta1.RuntimeClass" API object. Experimental.

type KubeRuntimeClassV1Beta1Props

type KubeRuntimeClassV1Beta1Props struct {
	// Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.
	//
	// The possible values are specific to the node & CRI configuration.  It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
	// Experimental.
	Handler *string `json:"handler"`
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.
	//
	// For more details, see https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.15, and is only honored by servers that enable the PodOverhead feature.
	// Experimental.
	Overhead *Overhead `json:"overhead"`
	// Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.
	//
	// If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
	// Experimental.
	Scheduling *Scheduling `json:"scheduling"`
}

RuntimeClass defines a class of container runtime supported in the cluster.

The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md Experimental.

type KubeScale

type KubeScale interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Scale represents a scaling request for a resource. Experimental.

func NewKubeScale

func NewKubeScale(scope constructs.Construct, id *string, props *KubeScaleProps) KubeScale

Defines a "io.k8s.api.autoscaling.v1.Scale" API object. Experimental.

type KubeScaleProps

type KubeScaleProps struct {
	// Standard object metadata;
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// defines the behavior of the scale.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
	// Experimental.
	Spec *ScaleSpec `json:"spec"`
}

Scale represents a scaling request for a resource. Experimental.

type KubeSecret

type KubeSecret interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Secret holds secret data of a certain type.

The total bytes of the values in the Data field must be less than MaxSecretSize bytes. Experimental.

func NewKubeSecret

func NewKubeSecret(scope constructs.Construct, id *string, props *KubeSecretProps) KubeSecret

Defines a "io.k8s.api.core.v1.Secret" API object. Experimental.

type KubeSecretList

type KubeSecretList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

SecretList is a list of Secret. Experimental.

func NewKubeSecretList

func NewKubeSecretList(scope constructs.Construct, id *string, props *KubeSecretListProps) KubeSecretList

Defines a "io.k8s.api.core.v1.SecretList" API object. Experimental.

type KubeSecretListProps

type KubeSecretListProps struct {
	// Items is a list of secret objects.
	//
	// More info: https://kubernetes.io/docs/concepts/configuration/secret
	// Experimental.
	Items *[]*KubeSecretProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

SecretList is a list of Secret. Experimental.

type KubeSecretProps

type KubeSecretProps struct {
	// Data contains the secret data.
	//
	// Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
	// Experimental.
	Data *map[string]*string `json:"data"`
	// Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified).
	//
	// If not set to true, the field can be modified at any time. Defaulted to nil. This is a beta field enabled by ImmutableEphemeralVolumes feature gate.
	// Experimental.
	Immutable *bool `json:"immutable"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// stringData allows specifying non-binary secret data in string form.
	//
	// It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.
	// Experimental.
	StringData *map[string]*string `json:"stringData"`
	// Used to facilitate programmatic handling of secret data.
	// Experimental.
	Type *string `json:"type"`
}

Secret holds secret data of a certain type.

The total bytes of the values in the Data field must be less than MaxSecretSize bytes. Experimental.

type KubeSelfSubjectAccessReview

type KubeSelfSubjectAccessReview interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

SelfSubjectAccessReview checks whether or the current user can perform an action.

Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action Experimental.

func NewKubeSelfSubjectAccessReview

func NewKubeSelfSubjectAccessReview(scope constructs.Construct, id *string, props *KubeSelfSubjectAccessReviewProps) KubeSelfSubjectAccessReview

Defines a "io.k8s.api.authorization.v1.SelfSubjectAccessReview" API object. Experimental.

type KubeSelfSubjectAccessReviewProps

type KubeSelfSubjectAccessReviewProps struct {
	// Spec holds information about the request being evaluated.
	//
	// user and groups must be empty
	// Experimental.
	Spec *SelfSubjectAccessReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

SelfSubjectAccessReview checks whether or the current user can perform an action.

Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action Experimental.

type KubeSelfSubjectAccessReviewV1Beta1

type KubeSelfSubjectAccessReviewV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

SelfSubjectAccessReview checks whether or the current user can perform an action.

Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action Experimental.

func NewKubeSelfSubjectAccessReviewV1Beta1

func NewKubeSelfSubjectAccessReviewV1Beta1(scope constructs.Construct, id *string, props *KubeSelfSubjectAccessReviewV1Beta1Props) KubeSelfSubjectAccessReviewV1Beta1

Defines a "io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview" API object. Experimental.

type KubeSelfSubjectAccessReviewV1Beta1Props

type KubeSelfSubjectAccessReviewV1Beta1Props struct {
	// Spec holds information about the request being evaluated.
	//
	// user and groups must be empty
	// Experimental.
	Spec *SelfSubjectAccessReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

SelfSubjectAccessReview checks whether or the current user can perform an action.

Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action Experimental.

type KubeSelfSubjectRulesReview

type KubeSelfSubjectRulesReview interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.

The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. Experimental.

func NewKubeSelfSubjectRulesReview

func NewKubeSelfSubjectRulesReview(scope constructs.Construct, id *string, props *KubeSelfSubjectRulesReviewProps) KubeSelfSubjectRulesReview

Defines a "io.k8s.api.authorization.v1.SelfSubjectRulesReview" API object. Experimental.

type KubeSelfSubjectRulesReviewProps

type KubeSelfSubjectRulesReviewProps struct {
	// Spec holds information about the request being evaluated.
	// Experimental.
	Spec *SelfSubjectRulesReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.

The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. Experimental.

type KubeSelfSubjectRulesReviewV1Beta1

type KubeSelfSubjectRulesReviewV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.

The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. Experimental.

func NewKubeSelfSubjectRulesReviewV1Beta1

func NewKubeSelfSubjectRulesReviewV1Beta1(scope constructs.Construct, id *string, props *KubeSelfSubjectRulesReviewV1Beta1Props) KubeSelfSubjectRulesReviewV1Beta1

Defines a "io.k8s.api.authorization.v1beta1.SelfSubjectRulesReview" API object. Experimental.

type KubeSelfSubjectRulesReviewV1Beta1Props

type KubeSelfSubjectRulesReviewV1Beta1Props struct {
	// Spec holds information about the request being evaluated.
	// Experimental.
	Spec *SelfSubjectRulesReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.

The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. Experimental.

type KubeService

type KubeService interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy. Experimental.

func NewKubeService

func NewKubeService(scope constructs.Construct, id *string, props *KubeServiceProps) KubeService

Defines a "io.k8s.api.core.v1.Service" API object. Experimental.

type KubeServiceAccount

type KubeServiceAccount interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets. Experimental.

func NewKubeServiceAccount

func NewKubeServiceAccount(scope constructs.Construct, id *string, props *KubeServiceAccountProps) KubeServiceAccount

Defines a "io.k8s.api.core.v1.ServiceAccount" API object. Experimental.

type KubeServiceAccountList

type KubeServiceAccountList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ServiceAccountList is a list of ServiceAccount objects. Experimental.

func NewKubeServiceAccountList

func NewKubeServiceAccountList(scope constructs.Construct, id *string, props *KubeServiceAccountListProps) KubeServiceAccountList

Defines a "io.k8s.api.core.v1.ServiceAccountList" API object. Experimental.

type KubeServiceAccountListProps

type KubeServiceAccountListProps struct {
	// List of ServiceAccounts.
	//
	// More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
	// Experimental.
	Items *[]*KubeServiceAccountProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ServiceAccountList is a list of ServiceAccount objects. Experimental.

type KubeServiceAccountProps

type KubeServiceAccountProps struct {
	// AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted.
	//
	// Can be overridden at the pod level.
	// Experimental.
	AutomountServiceAccountToken *bool `json:"automountServiceAccountToken"`
	// ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount.
	//
	// ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
	// Experimental.
	ImagePullSecrets *[]*LocalObjectReference `json:"imagePullSecrets"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount.
	//
	// More info: https://kubernetes.io/docs/concepts/configuration/secret
	// Experimental.
	Secrets *[]*ObjectReference `json:"secrets"`
}

ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets. Experimental.

type KubeServiceList

type KubeServiceList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ServiceList holds a list of services. Experimental.

func NewKubeServiceList

func NewKubeServiceList(scope constructs.Construct, id *string, props *KubeServiceListProps) KubeServiceList

Defines a "io.k8s.api.core.v1.ServiceList" API object. Experimental.

type KubeServiceListProps

type KubeServiceListProps struct {
	// List of services.
	// Experimental.
	Items *[]*KubeServiceProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ServiceList holds a list of services. Experimental.

type KubeServiceProps

type KubeServiceProps struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the behavior of a service.
	//
	// https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *ServiceSpec `json:"spec"`
}

Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy. Experimental.

type KubeStatefulSet

type KubeStatefulSet interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

StatefulSet represents a set of pods with consistent identities.

Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. Experimental.

func NewKubeStatefulSet

func NewKubeStatefulSet(scope constructs.Construct, id *string, props *KubeStatefulSetProps) KubeStatefulSet

Defines a "io.k8s.api.apps.v1.StatefulSet" API object. Experimental.

type KubeStatefulSetList

type KubeStatefulSetList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

StatefulSetList is a collection of StatefulSets. Experimental.

func NewKubeStatefulSetList

func NewKubeStatefulSetList(scope constructs.Construct, id *string, props *KubeStatefulSetListProps) KubeStatefulSetList

Defines a "io.k8s.api.apps.v1.StatefulSetList" API object. Experimental.

type KubeStatefulSetListProps

type KubeStatefulSetListProps struct {
	// Experimental.
	Items *[]*KubeStatefulSetProps `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

StatefulSetList is a collection of StatefulSets. Experimental.

type KubeStatefulSetProps

type KubeStatefulSetProps struct {
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Spec defines the desired identities of pods in this set.
	// Experimental.
	Spec *StatefulSetSpec `json:"spec"`
}

StatefulSet represents a set of pods with consistent identities.

Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. Experimental.

type KubeStatus

type KubeStatus interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Status is a return value for calls that don't return other objects. Experimental.

func NewKubeStatus

func NewKubeStatus(scope constructs.Construct, id *string, props *KubeStatusProps) KubeStatus

Defines a "io.k8s.apimachinery.pkg.apis.meta.v1.Status" API object. Experimental.

type KubeStatusProps

type KubeStatusProps struct {
	// Suggested HTTP return code for this status, 0 if not set.
	// Experimental.
	Code *float64 `json:"code"`
	// Extended data associated with the reason.
	//
	// Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
	// Experimental.
	Details *StatusDetails `json:"details"`
	// A human-readable description of the status of this operation.
	// Experimental.
	Message *string `json:"message"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
	// 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.
	// Experimental.
	Reason *string `json:"reason"`
}

Status is a return value for calls that don't return other objects. Experimental.

type KubeStorageClass

type KubeStorageClass interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. Experimental.

func NewKubeStorageClass

func NewKubeStorageClass(scope constructs.Construct, id *string, props *KubeStorageClassProps) KubeStorageClass

Defines a "io.k8s.api.storage.v1.StorageClass" API object. Experimental.

type KubeStorageClassList

type KubeStorageClassList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

StorageClassList is a collection of storage classes. Experimental.

func NewKubeStorageClassList

func NewKubeStorageClassList(scope constructs.Construct, id *string, props *KubeStorageClassListProps) KubeStorageClassList

Defines a "io.k8s.api.storage.v1.StorageClassList" API object. Experimental.

type KubeStorageClassListProps

type KubeStorageClassListProps struct {
	// Items is the list of StorageClasses.
	// Experimental.
	Items *[]*KubeStorageClassProps `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

StorageClassList is a collection of storage classes. Experimental.

type KubeStorageClassListV1Beta1

type KubeStorageClassListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

StorageClassList is a collection of storage classes. Experimental.

func NewKubeStorageClassListV1Beta1

func NewKubeStorageClassListV1Beta1(scope constructs.Construct, id *string, props *KubeStorageClassListV1Beta1Props) KubeStorageClassListV1Beta1

Defines a "io.k8s.api.storage.v1beta1.StorageClassList" API object. Experimental.

type KubeStorageClassListV1Beta1Props

type KubeStorageClassListV1Beta1Props struct {
	// Items is the list of StorageClasses.
	// Experimental.
	Items *[]*KubeStorageClassV1Beta1Props `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

StorageClassList is a collection of storage classes. Experimental.

type KubeStorageClassProps

type KubeStorageClassProps struct {
	// Provisioner indicates the type of the provisioner.
	// Experimental.
	Provisioner *string `json:"provisioner"`
	// Restrict the node topologies where volumes can be dynamically provisioned.
	//
	// Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
	// Experimental.
	AllowedTopologies *[]*TopologySelectorTerm `json:"allowedTopologies"`
	// AllowVolumeExpansion shows whether the storage class allow volume expand.
	// Experimental.
	AllowVolumeExpansion *bool `json:"allowVolumeExpansion"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
	// Experimental.
	MountOptions *[]*string `json:"mountOptions"`
	// Parameters holds the parameters for the provisioner that should create volumes of this storage class.
	// Experimental.
	Parameters *map[string]*string `json:"parameters"`
	// Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy.
	//
	// Defaults to Delete.
	// Experimental.
	ReclaimPolicy *string `json:"reclaimPolicy"`
	// VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound.
	//
	// When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
	// Experimental.
	VolumeBindingMode *string `json:"volumeBindingMode"`
}

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. Experimental.

type KubeStorageClassV1Beta1

type KubeStorageClassV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. Experimental.

func NewKubeStorageClassV1Beta1

func NewKubeStorageClassV1Beta1(scope constructs.Construct, id *string, props *KubeStorageClassV1Beta1Props) KubeStorageClassV1Beta1

Defines a "io.k8s.api.storage.v1beta1.StorageClass" API object. Experimental.

type KubeStorageClassV1Beta1Props

type KubeStorageClassV1Beta1Props struct {
	// Provisioner indicates the type of the provisioner.
	// Experimental.
	Provisioner *string `json:"provisioner"`
	// Restrict the node topologies where volumes can be dynamically provisioned.
	//
	// Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
	// Experimental.
	AllowedTopologies *[]*TopologySelectorTerm `json:"allowedTopologies"`
	// AllowVolumeExpansion shows whether the storage class allow volume expand.
	// Experimental.
	AllowVolumeExpansion *bool `json:"allowVolumeExpansion"`
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
	// Experimental.
	MountOptions *[]*string `json:"mountOptions"`
	// Parameters holds the parameters for the provisioner that should create volumes of this storage class.
	// Experimental.
	Parameters *map[string]*string `json:"parameters"`
	// Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy.
	//
	// Defaults to Delete.
	// Experimental.
	ReclaimPolicy *string `json:"reclaimPolicy"`
	// VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound.
	//
	// When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
	// Experimental.
	VolumeBindingMode *string `json:"volumeBindingMode"`
}

StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. Experimental.

type KubeStorageVersionListV1Alpha1

type KubeStorageVersionListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

A list of StorageVersions. Experimental.

func NewKubeStorageVersionListV1Alpha1

func NewKubeStorageVersionListV1Alpha1(scope constructs.Construct, id *string, props *KubeStorageVersionListV1Alpha1Props) KubeStorageVersionListV1Alpha1

Defines a "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList" API object. Experimental.

type KubeStorageVersionListV1Alpha1Props

type KubeStorageVersionListV1Alpha1Props struct {
	// Experimental.
	Items *[]*KubeStorageVersionV1Alpha1Props `json:"items"`
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

A list of StorageVersions. Experimental.

type KubeStorageVersionV1Alpha1

type KubeStorageVersionV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

Storage version of a specific resource. Experimental.

func NewKubeStorageVersionV1Alpha1

func NewKubeStorageVersionV1Alpha1(scope constructs.Construct, id *string, props *KubeStorageVersionV1Alpha1Props) KubeStorageVersionV1Alpha1

Defines a "io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" API object. Experimental.

type KubeStorageVersionV1Alpha1Props

type KubeStorageVersionV1Alpha1Props struct {
	// Spec is an empty spec.
	//
	// It is here to comply with Kubernetes API style.
	// Experimental.
	Spec interface{} `json:"spec"`
	// The name is <group>.<resource>.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

Storage version of a specific resource. Experimental.

type KubeSubjectAccessReview

type KubeSubjectAccessReview interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

SubjectAccessReview checks whether or not a user or group can perform an action. Experimental.

func NewKubeSubjectAccessReview

func NewKubeSubjectAccessReview(scope constructs.Construct, id *string, props *KubeSubjectAccessReviewProps) KubeSubjectAccessReview

Defines a "io.k8s.api.authorization.v1.SubjectAccessReview" API object. Experimental.

type KubeSubjectAccessReviewProps

type KubeSubjectAccessReviewProps struct {
	// Spec holds information about the request being evaluated.
	// Experimental.
	Spec *SubjectAccessReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

SubjectAccessReview checks whether or not a user or group can perform an action. Experimental.

type KubeSubjectAccessReviewV1Beta1

type KubeSubjectAccessReviewV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

SubjectAccessReview checks whether or not a user or group can perform an action. Experimental.

func NewKubeSubjectAccessReviewV1Beta1

func NewKubeSubjectAccessReviewV1Beta1(scope constructs.Construct, id *string, props *KubeSubjectAccessReviewV1Beta1Props) KubeSubjectAccessReviewV1Beta1

Defines a "io.k8s.api.authorization.v1beta1.SubjectAccessReview" API object. Experimental.

type KubeSubjectAccessReviewV1Beta1Props

type KubeSubjectAccessReviewV1Beta1Props struct {
	// Spec holds information about the request being evaluated.
	// Experimental.
	Spec *SubjectAccessReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

SubjectAccessReview checks whether or not a user or group can perform an action. Experimental.

type KubeTokenRequest

type KubeTokenRequest interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

TokenRequest requests a token for a given service account. Experimental.

func NewKubeTokenRequest

func NewKubeTokenRequest(scope constructs.Construct, id *string, props *KubeTokenRequestProps) KubeTokenRequest

Defines a "io.k8s.api.authentication.v1.TokenRequest" API object. Experimental.

type KubeTokenRequestProps

type KubeTokenRequestProps struct {
	// Experimental.
	Spec *TokenRequestSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

TokenRequest requests a token for a given service account. Experimental.

type KubeTokenReview

type KubeTokenReview interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

TokenReview attempts to authenticate a token to a known user.

Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. Experimental.

func NewKubeTokenReview

func NewKubeTokenReview(scope constructs.Construct, id *string, props *KubeTokenReviewProps) KubeTokenReview

Defines a "io.k8s.api.authentication.v1.TokenReview" API object. Experimental.

type KubeTokenReviewProps

type KubeTokenReviewProps struct {
	// Spec holds information about the request being evaluated.
	// Experimental.
	Spec *TokenReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

TokenReview attempts to authenticate a token to a known user.

Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. Experimental.

type KubeTokenReviewV1Beta1

type KubeTokenReviewV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

TokenReview attempts to authenticate a token to a known user.

Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. Experimental.

func NewKubeTokenReviewV1Beta1

func NewKubeTokenReviewV1Beta1(scope constructs.Construct, id *string, props *KubeTokenReviewV1Beta1Props) KubeTokenReviewV1Beta1

Defines a "io.k8s.api.authentication.v1beta1.TokenReview" API object. Experimental.

type KubeTokenReviewV1Beta1Props

type KubeTokenReviewV1Beta1Props struct {
	// Spec holds information about the request being evaluated.
	// Experimental.
	Spec *TokenReviewSpec `json:"spec"`
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

TokenReview attempts to authenticate a token to a known user.

Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. Experimental.

type KubeValidatingWebhookConfiguration

type KubeValidatingWebhookConfiguration interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. Experimental.

func NewKubeValidatingWebhookConfiguration

func NewKubeValidatingWebhookConfiguration(scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationProps) KubeValidatingWebhookConfiguration

Defines a "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" API object. Experimental.

type KubeValidatingWebhookConfigurationList

type KubeValidatingWebhookConfigurationList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. Experimental.

func NewKubeValidatingWebhookConfigurationList

func NewKubeValidatingWebhookConfigurationList(scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationListProps) KubeValidatingWebhookConfigurationList

Defines a "io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList" API object. Experimental.

type KubeValidatingWebhookConfigurationListProps

type KubeValidatingWebhookConfigurationListProps struct {
	// List of ValidatingWebhookConfiguration.
	// Experimental.
	Items *[]*KubeValidatingWebhookConfigurationProps `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. Experimental.

type KubeValidatingWebhookConfigurationListV1Beta1

type KubeValidatingWebhookConfigurationListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. Experimental.

func NewKubeValidatingWebhookConfigurationListV1Beta1

func NewKubeValidatingWebhookConfigurationListV1Beta1(scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationListV1Beta1Props) KubeValidatingWebhookConfigurationListV1Beta1

Defines a "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList" API object. Experimental.

type KubeValidatingWebhookConfigurationListV1Beta1Props

type KubeValidatingWebhookConfigurationListV1Beta1Props struct {
	// List of ValidatingWebhookConfiguration.
	// Experimental.
	Items *[]*KubeValidatingWebhookConfigurationV1Beta1Props `json:"items"`
	// Standard list metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. Experimental.

type KubeValidatingWebhookConfigurationProps

type KubeValidatingWebhookConfigurationProps struct {
	// Standard object metadata;
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Webhooks is a list of webhooks and the affected resources and operations.
	// Experimental.
	Webhooks *[]*ValidatingWebhook `json:"webhooks"`
}

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. Experimental.

type KubeValidatingWebhookConfigurationV1Beta1

type KubeValidatingWebhookConfigurationV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead. Experimental.

func NewKubeValidatingWebhookConfigurationV1Beta1

func NewKubeValidatingWebhookConfigurationV1Beta1(scope constructs.Construct, id *string, props *KubeValidatingWebhookConfigurationV1Beta1Props) KubeValidatingWebhookConfigurationV1Beta1

Defines a "io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration" API object. Experimental.

type KubeValidatingWebhookConfigurationV1Beta1Props

type KubeValidatingWebhookConfigurationV1Beta1Props struct {
	// Standard object metadata;
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Webhooks is a list of webhooks and the affected resources and operations.
	// Experimental.
	Webhooks *[]*ValidatingWebhook `json:"webhooks"`
}

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead. Experimental.

type KubeVolumeAttachment

type KubeVolumeAttachment interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced. Experimental.

func NewKubeVolumeAttachment

func NewKubeVolumeAttachment(scope constructs.Construct, id *string, props *KubeVolumeAttachmentProps) KubeVolumeAttachment

Defines a "io.k8s.api.storage.v1.VolumeAttachment" API object. Experimental.

type KubeVolumeAttachmentList

type KubeVolumeAttachmentList interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

VolumeAttachmentList is a collection of VolumeAttachment objects. Experimental.

func NewKubeVolumeAttachmentList

func NewKubeVolumeAttachmentList(scope constructs.Construct, id *string, props *KubeVolumeAttachmentListProps) KubeVolumeAttachmentList

Defines a "io.k8s.api.storage.v1.VolumeAttachmentList" API object. Experimental.

type KubeVolumeAttachmentListProps

type KubeVolumeAttachmentListProps struct {
	// Items is the list of VolumeAttachments.
	// Experimental.
	Items *[]*KubeVolumeAttachmentProps `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

VolumeAttachmentList is a collection of VolumeAttachment objects. Experimental.

type KubeVolumeAttachmentListV1Alpha1

type KubeVolumeAttachmentListV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

VolumeAttachmentList is a collection of VolumeAttachment objects. Experimental.

func NewKubeVolumeAttachmentListV1Alpha1

func NewKubeVolumeAttachmentListV1Alpha1(scope constructs.Construct, id *string, props *KubeVolumeAttachmentListV1Alpha1Props) KubeVolumeAttachmentListV1Alpha1

Defines a "io.k8s.api.storage.v1alpha1.VolumeAttachmentList" API object. Experimental.

type KubeVolumeAttachmentListV1Alpha1Props

type KubeVolumeAttachmentListV1Alpha1Props struct {
	// Items is the list of VolumeAttachments.
	// Experimental.
	Items *[]*KubeVolumeAttachmentV1Alpha1Props `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

VolumeAttachmentList is a collection of VolumeAttachment objects. Experimental.

type KubeVolumeAttachmentListV1Beta1

type KubeVolumeAttachmentListV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

VolumeAttachmentList is a collection of VolumeAttachment objects. Experimental.

func NewKubeVolumeAttachmentListV1Beta1

func NewKubeVolumeAttachmentListV1Beta1(scope constructs.Construct, id *string, props *KubeVolumeAttachmentListV1Beta1Props) KubeVolumeAttachmentListV1Beta1

Defines a "io.k8s.api.storage.v1beta1.VolumeAttachmentList" API object. Experimental.

type KubeVolumeAttachmentListV1Beta1Props

type KubeVolumeAttachmentListV1Beta1Props struct {
	// Items is the list of VolumeAttachments.
	// Experimental.
	Items *[]*KubeVolumeAttachmentV1Beta1Props `json:"items"`
	// Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
	// Experimental.
	Metadata *ListMeta `json:"metadata"`
}

VolumeAttachmentList is a collection of VolumeAttachment objects. Experimental.

type KubeVolumeAttachmentProps

type KubeVolumeAttachmentProps struct {
	// Specification of the desired attach/detach volume behavior.
	//
	// Populated by the Kubernetes system.
	// Experimental.
	Spec *VolumeAttachmentSpec `json:"spec"`
	// Standard object metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced. Experimental.

type KubeVolumeAttachmentV1Alpha1

type KubeVolumeAttachmentV1Alpha1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced. Experimental.

func NewKubeVolumeAttachmentV1Alpha1

func NewKubeVolumeAttachmentV1Alpha1(scope constructs.Construct, id *string, props *KubeVolumeAttachmentV1Alpha1Props) KubeVolumeAttachmentV1Alpha1

Defines a "io.k8s.api.storage.v1alpha1.VolumeAttachment" API object. Experimental.

type KubeVolumeAttachmentV1Alpha1Props

type KubeVolumeAttachmentV1Alpha1Props struct {
	// Specification of the desired attach/detach volume behavior.
	//
	// Populated by the Kubernetes system.
	// Experimental.
	Spec *VolumeAttachmentSpec `json:"spec"`
	// Standard object metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced. Experimental.

type KubeVolumeAttachmentV1Beta1

type KubeVolumeAttachmentV1Beta1 interface {
	cdk8s.ApiObject
	ApiGroup() *string
	ApiVersion() *string
	Chart() cdk8s.Chart
	Kind() *string
	Metadata() cdk8s.ApiObjectMetadataDefinition
	Name() *string
	AddDependency(dependencies ...constructs.IConstruct)
	AddJsonPatch(ops ...cdk8s.JsonPatch)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToJson() interface{}
	ToString() *string
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced. Experimental.

func NewKubeVolumeAttachmentV1Beta1

func NewKubeVolumeAttachmentV1Beta1(scope constructs.Construct, id *string, props *KubeVolumeAttachmentV1Beta1Props) KubeVolumeAttachmentV1Beta1

Defines a "io.k8s.api.storage.v1beta1.VolumeAttachment" API object. Experimental.

type KubeVolumeAttachmentV1Beta1Props

type KubeVolumeAttachmentV1Beta1Props struct {
	// Specification of the desired attach/detach volume behavior.
	//
	// Populated by the Kubernetes system.
	// Experimental.
	Spec *VolumeAttachmentSpec `json:"spec"`
	// Standard object metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced. Experimental.

type LabelSelector

type LabelSelector struct {
	// matchExpressions is a list of label selector requirements.
	//
	// The requirements are ANDed.
	// Experimental.
	MatchExpressions *[]*LabelSelectorRequirement `json:"matchExpressions"`
	// 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.
	// Experimental.
	MatchLabels *map[string]*string `json:"matchLabels"`
}

A label selector is a label query over a set of resources.

The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. Experimental.

type LabelSelectorRequirement

type LabelSelectorRequirement struct {
	// key is the label key that the selector applies to.
	// Experimental.
	Key *string `json:"key"`
	// operator represents a key's relationship to a set of values.
	//
	// Valid operators are In, NotIn, Exists and DoesNotExist.
	// Experimental.
	Operator *string `json:"operator"`
	// 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.
	// Experimental.
	Values *[]*string `json:"values"`
}

A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. Experimental.

type LeaseSpec

type LeaseSpec struct {
	// acquireTime is a time when the current lease was acquired.
	// Experimental.
	AcquireTime *time.Time `json:"acquireTime"`
	// holderIdentity contains the identity of the holder of a current lease.
	// Experimental.
	HolderIdentity *string `json:"holderIdentity"`
	// leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it.
	//
	// This is measure against time of last observed RenewTime.
	// Experimental.
	LeaseDurationSeconds *float64 `json:"leaseDurationSeconds"`
	// leaseTransitions is the number of transitions of a lease between holders.
	// Experimental.
	LeaseTransitions *float64 `json:"leaseTransitions"`
	// renewTime is a time when the current holder of a lease has last updated the lease.
	// Experimental.
	RenewTime *time.Time `json:"renewTime"`
}

LeaseSpec is a specification of a Lease. Experimental.

type Lifecycle

type Lifecycle struct {
	// PostStart is called immediately after a container is created.
	//
	// If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
	// Experimental.
	PostStart *Handler `json:"postStart"`
	// PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc.
	//
	// The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
	// Experimental.
	PreStop *Handler `json:"preStop"`
}

Lifecycle describes actions that the management system should take in response to container lifecycle events.

For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted. Experimental.

type LimitRangeItem

type LimitRangeItem struct {
	// Type of resource that this limit applies to.
	// Experimental.
	Type *string `json:"type"`
	// Default resource requirement limit value by resource name if resource limit is omitted.
	// Experimental.
	Default *map[string]Quantity `json:"default"`
	// DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
	// Experimental.
	DefaultRequest *map[string]Quantity `json:"defaultRequest"`
	// Max usage constraints on this kind by resource name.
	// Experimental.
	Max *map[string]Quantity `json:"max"`
	// MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value;
	//
	// this represents the max burst for the named resource.
	// Experimental.
	MaxLimitRequestRatio *map[string]Quantity `json:"maxLimitRequestRatio"`
	// Min usage constraints on this kind by resource name.
	// Experimental.
	Min *map[string]Quantity `json:"min"`
}

LimitRangeItem defines a min/max usage limit for any resource that matches on kind. Experimental.

type LimitRangeSpec

type LimitRangeSpec struct {
	// Limits is the list of LimitRangeItem objects that are enforced.
	// Experimental.
	Limits *[]*LimitRangeItem `json:"limits"`
}

LimitRangeSpec defines a min/max usage limit for resources that match on kind. Experimental.

type LimitResponse

type LimitResponse struct {
	// `type` is "Queue" or "Reject".
	//
	// "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
	// Experimental.
	Type *string `json:"type"`
	// `queuing` holds the configuration parameters for queuing.
	//
	// This field may be non-empty only if `type` is `"Queue"`.
	// Experimental.
	Queuing *QueuingConfiguration `json:"queuing"`
}

LimitResponse defines how to handle requests that can not be executed right now. Experimental.

type LimitedPriorityLevelConfiguration

type LimitedPriorityLevelConfiguration struct {
	// `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time.
	//
	// ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
	//
	// ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
	//
	// bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
	// Experimental.
	AssuredConcurrencyShares *float64 `json:"assuredConcurrencyShares"`
	// `limitResponse` indicates what to do with requests that can not be executed right now.
	// Experimental.
	LimitResponse *LimitResponse `json:"limitResponse"`
}

LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits.

It addresses two issues: * How are requests for this priority level limited? * What should be done with requests that exceed the limit? Experimental.

type ListMeta

type ListMeta struct {
	// continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available.
	//
	// The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
	// Experimental.
	Continue *string `json:"continue"`
	// remainingItemCount is the number of subsequent items in the list which are not included in this list response.
	//
	// If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
	// Experimental.
	RemainingItemCount *float64 `json:"remainingItemCount"`
	// String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed.
	//
	// Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
	// Experimental.
	ResourceVersion *string `json:"resourceVersion"`
	// selfLink is a URL representing this object. Populated by the system. Read-only.
	//
	// DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
	// Experimental.
	SelfLink *string `json:"selfLink"`
}

ListMeta describes metadata that synthetic resources must have, including lists and various status objects.

A resource may have only one of {ObjectMeta, ListMeta}. Experimental.

type LocalObjectReference

type LocalObjectReference struct {
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
}

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. Experimental.

type LocalVolumeSource

type LocalVolumeSource struct {
	// The full path to the volume on the node.
	//
	// It can be either a directory or block device (disk, partition, ...).
	// Experimental.
	Path *string `json:"path"`
	// Filesystem type to mount.
	//
	// It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a fileystem if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
}

Local represents directly-attached storage with node affinity (Beta feature). Experimental.

type ManagedFieldsEntry

type ManagedFieldsEntry struct {
	// APIVersion defines the version of this resource that this field set applies to.
	//
	// The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
	// Experimental.
	ApiVersion *string `json:"apiVersion"`
	// FieldsType is the discriminator for the different fields format and version.
	//
	// There is currently only one possible value: "FieldsV1"
	// Experimental.
	FieldsType *string `json:"fieldsType"`
	// FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
	// Experimental.
	FieldsV1 interface{} `json:"fieldsV1"`
	// Manager is an identifier of the workflow managing these fields.
	// Experimental.
	Manager *string `json:"manager"`
	// Operation is the type of operation which lead to this ManagedFieldsEntry being created.
	//
	// The only valid values for this field are 'Apply' and 'Update'.
	// Experimental.
	Operation *string `json:"operation"`
	// Time is timestamp of when these fields were set.
	//
	// It should always be empty if Operation is 'Apply'
	// Experimental.
	Time *time.Time `json:"time"`
}

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to. Experimental.

type MetricIdentifier

type MetricIdentifier struct {
	// name is the name of the given metric.
	// Experimental.
	Name *string `json:"name"`
	// selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
	//
	// When unset, just the metricName will be used to gather metrics.
	// Experimental.
	Selector *LabelSelector `json:"selector"`
}

MetricIdentifier defines the name and optionally selector for a metric. Experimental.

type MetricSpec

type MetricSpec struct {
	// type is the type of metric source.
	//
	// It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled
	// Experimental.
	Type *string `json:"type"`
	// container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
	// Experimental.
	ContainerResource *ContainerResourceMetricSource `json:"containerResource"`
	// external refers to a global metric that is not associated with any Kubernetes object.
	//
	// It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
	// Experimental.
	External *ExternalMetricSource `json:"external"`
	// object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
	// Experimental.
	Object *ObjectMetricSource `json:"object"`
	// pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
	//
	// The values will be averaged together before being compared to the target value.
	// Experimental.
	Pods *PodsMetricSource `json:"pods"`
	// resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
	// Experimental.
	Resource *ResourceMetricSource `json:"resource"`
}

MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once). Experimental.

type MetricTarget

type MetricTarget struct {
	// type represents whether the metric type is Utilization, Value, or AverageValue.
	// Experimental.
	Type *string `json:"type"`
	// averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
	//
	// Currently only valid for Resource metric source type
	// Experimental.
	AverageUtilization *float64 `json:"averageUtilization"`
	// averageValue is the target value of the average of the metric across all relevant pods (as a quantity).
	// Experimental.
	AverageValue Quantity `json:"averageValue"`
	// value is the target value of the metric (as a quantity).
	// Experimental.
	Value Quantity `json:"value"`
}

MetricTarget defines the target value, average value, or average utilization of a specific metric. Experimental.

type MutatingWebhook

type MutatingWebhook struct {
	// ClientConfig defines how to communicate with the hook.
	//
	// Required
	// Experimental.
	ClientConfig *WebhookClientConfig `json:"clientConfig"`
	// The name of the admission webhook.
	//
	// Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
	// Experimental.
	Name *string `json:"name"`
	// AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.
	//
	// API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. Default to `['v1beta1']`.
	// Experimental.
	AdmissionReviewVersions *[]*string `json:"admissionReviewVersions"`
	// FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.
	//
	// Defaults to Ignore.
	// Experimental.
	FailurePolicy *string `json:"failurePolicy"`
	// matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
	//
	// - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook.
	//
	// - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook.
	//
	// Defaults to "Exact"
	// Experimental.
	MatchPolicy *string `json:"matchPolicy"`
	// NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.
	//
	// If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook.
	//
	// For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1";  you will set the selector as follows: "namespaceSelector": {
	// "matchExpressions": [
	// {
	// "key": "runlevel",
	// "operator": "NotIn",
	// "values": [
	// "0",
	// "1"
	// ]
	// }
	// ]
	// }
	//
	// If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": {
	// "matchExpressions": [
	// {
	// "key": "environment",
	// "operator": "In",
	// "values": [
	// "prod",
	// "staging"
	// ]
	// }
	// ]
	// }
	//
	// See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.
	//
	// Default to the empty LabelSelector, which matches everything.
	// Experimental.
	NamespaceSelector *LabelSelector `json:"namespaceSelector"`
	// ObjectSelector decides whether to run the webhook based on if the object has matching labels.
	//
	// objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
	// Experimental.
	ObjectSelector *LabelSelector `json:"objectSelector"`
	// reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation.
	//
	// Allowed values are "Never" and "IfNeeded".
	//
	// Never: the webhook will not be called more than once in a single admission evaluation.
	//
	// IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead.
	//
	// Defaults to "Never".
	// Experimental.
	ReinvocationPolicy *string `json:"reinvocationPolicy"`
	// Rules describes what operations on what resources/subresources the webhook cares about.
	//
	// The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
	// Experimental.
	Rules *[]*RuleWithOperations `json:"rules"`
	// SideEffects states whether this webhook has side effects.
	//
	// Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. Defaults to Unknown.
	// Experimental.
	SideEffects *string `json:"sideEffects"`
	// TimeoutSeconds specifies the timeout for this webhook.
	//
	// After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 30 seconds.
	// Experimental.
	TimeoutSeconds *float64 `json:"timeoutSeconds"`
}

MutatingWebhook describes an admission webhook and the resources and operations it applies to. Experimental.

type NamespaceSpec

type NamespaceSpec struct {
	// Finalizers is an opaque list of values that must be empty to permanently remove object from storage.
	//
	// More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
	// Experimental.
	Finalizers *[]*string `json:"finalizers"`
}

NamespaceSpec describes the attributes on a Namespace. Experimental.

type NetworkPolicyEgressRule

type NetworkPolicyEgressRule struct {
	// List of destination ports for outgoing traffic.
	//
	// Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
	// Experimental.
	Ports *[]*NetworkPolicyPort `json:"ports"`
	// List of destinations for outgoing traffic of pods selected for this rule.
	//
	// Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.
	// Experimental.
	To *[]*NetworkPolicyPeer `json:"to"`
}

NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector.

The traffic must match both ports and to. This type is beta-level in 1.8 Experimental.

type NetworkPolicyIngressRule

type NetworkPolicyIngressRule struct {
	// List of sources which should be able to access the pods selected for this rule.
	//
	// Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.
	// Experimental.
	From *[]*NetworkPolicyPeer `json:"from"`
	// List of ports which should be made accessible on the pods selected for this rule.
	//
	// Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
	// Experimental.
	Ports *[]*NetworkPolicyPort `json:"ports"`
}

NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector.

The traffic must match both ports and from. Experimental.

type NetworkPolicyPeer

type NetworkPolicyPeer struct {
	// IPBlock defines policy on a particular IPBlock.
	//
	// If this field is set then neither of the other fields can be.
	// Experimental.
	IpBlock *IpBlock `json:"ipBlock"`
	// Selects Namespaces using cluster-scoped labels.
	//
	// This field follows standard label selector semantics; if present but empty, it selects all namespaces.
	//
	// If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.
	// Experimental.
	NamespaceSelector *LabelSelector `json:"namespaceSelector"`
	// This is a label selector which selects Pods.
	//
	// This field follows standard label selector semantics; if present but empty, it selects all pods.
	//
	// If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace.
	// Experimental.
	PodSelector *LabelSelector `json:"podSelector"`
}

NetworkPolicyPeer describes a peer to allow traffic to/from.

Only certain combinations of fields are allowed Experimental.

type NetworkPolicyPort

type NetworkPolicyPort struct {
	// The port on the given protocol.
	//
	// This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers.
	// Experimental.
	Port IntOrString `json:"port"`
	// The protocol (TCP, UDP, or SCTP) which traffic must match.
	//
	// If not specified, this field defaults to TCP.
	// Experimental.
	Protocol *string `json:"protocol"`
}

NetworkPolicyPort describes a port to allow traffic on. Experimental.

type NetworkPolicySpec

type NetworkPolicySpec struct {
	// Selects the pods to which this NetworkPolicy object applies.
	//
	// The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
	// Experimental.
	PodSelector *LabelSelector `json:"podSelector"`
	// List of egress rules to be applied to the selected pods.
	//
	// Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
	// Experimental.
	Egress *[]*NetworkPolicyEgressRule `json:"egress"`
	// List of ingress rules to be applied to the selected pods.
	//
	// Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
	// Experimental.
	Ingress *[]*NetworkPolicyIngressRule `json:"ingress"`
	// List of rule types that the NetworkPolicy relates to.
	//
	// Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
	// Experimental.
	PolicyTypes *[]*string `json:"policyTypes"`
}

NetworkPolicySpec provides the specification of a NetworkPolicy. Experimental.

type NfsVolumeSource

type NfsVolumeSource struct {
	// Path that is exported by the NFS server.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	// Experimental.
	Path *string `json:"path"`
	// Server is the hostname or IP address of the NFS server.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	// Experimental.
	Server *string `json:"server"`
	// ReadOnly here will force the NFS export to be mounted with read-only permissions.
	//
	// Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

Represents an NFS mount that lasts the lifetime of a pod.

NFS volumes do not support ownership management or SELinux relabeling. Experimental.

type NodeAffinity

type NodeAffinity struct {
	// The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions.
	//
	// The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
	// Experimental.
	PreferredDuringSchedulingIgnoredDuringExecution *[]*PreferredSchedulingTerm `json:"preferredDuringSchedulingIgnoredDuringExecution"`
	// If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node.
	//
	// If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.
	// Experimental.
	RequiredDuringSchedulingIgnoredDuringExecution *NodeSelector `json:"requiredDuringSchedulingIgnoredDuringExecution"`
}

Node affinity is a group of node affinity scheduling rules. Experimental.

type NodeConfigSource

type NodeConfigSource struct {
	// ConfigMap is a reference to a Node's ConfigMap.
	// Experimental.
	ConfigMap *ConfigMapNodeConfigSource `json:"configMap"`
}

NodeConfigSource specifies a source of node configuration.

Exactly one subfield (excluding metadata) must be non-nil. Experimental.

type NodeSelector

type NodeSelector struct {
	// Required.
	//
	// A list of node selector terms. The terms are ORed.
	// Experimental.
	NodeSelectorTerms *[]*NodeSelectorTerm `json:"nodeSelectorTerms"`
}

A node selector represents the union of the results of one or more label queries over a set of nodes;

that is, it represents the OR of the selectors represented by the node selector terms. Experimental.

type NodeSelectorRequirement

type NodeSelectorRequirement struct {
	// The label key that the selector applies to.
	// Experimental.
	Key *string `json:"key"`
	// Represents a key's relationship to a set of values.
	//
	// Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
	// Experimental.
	Operator *string `json:"operator"`
	// 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. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
	// Experimental.
	Values *[]*string `json:"values"`
}

A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. Experimental.

type NodeSelectorTerm

type NodeSelectorTerm struct {
	// A list of node selector requirements by node's labels.
	// Experimental.
	MatchExpressions *[]*NodeSelectorRequirement `json:"matchExpressions"`
	// A list of node selector requirements by node's fields.
	// Experimental.
	MatchFields *[]*NodeSelectorRequirement `json:"matchFields"`
}

A null or empty node selector term matches no objects.

The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. Experimental.

type NodeSpec

type NodeSpec struct {
	// If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field.
	// Experimental.
	ConfigSource *NodeConfigSource `json:"configSource"`
	// Deprecated.
	//
	// Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966
	// Experimental.
	ExternalId *string `json:"externalId"`
	// PodCIDR represents the pod IP range assigned to the node.
	// Experimental.
	PodCidr *string `json:"podCidr"`
	// podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node.
	//
	// If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.
	// Experimental.
	PodCidRs *[]*string `json:"podCidRs"`
	// ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>.
	// Experimental.
	ProviderId *string `json:"providerId"`
	// If specified, the node's taints.
	// Experimental.
	Taints *[]*Taint `json:"taints"`
	// Unschedulable controls node schedulability of new pods.
	//
	// By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration
	// Experimental.
	Unschedulable *bool `json:"unschedulable"`
}

NodeSpec describes the attributes that a node is created with. Experimental.

type NonResourceAttributes

type NonResourceAttributes struct {
	// Path is the URL path of the request.
	// Experimental.
	Path *string `json:"path"`
	// Verb is the standard HTTP verb.
	// Experimental.
	Verb *string `json:"verb"`
}

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface. Experimental.

type NonResourcePolicyRule

type NonResourcePolicyRule struct {
	// `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty.
	//
	// For example:
	// - "/healthz" is legal
	// - "/hea*" is illegal
	// - "/hea" is legal but matches nothing
	// - "/hea/*" also matches nothing
	// - "/healthz/*" matches all per-component health checks.
	// "*" matches all non-resource urls. if it is present, it must be the only entry. Required.
	// Experimental.
	NonResourceUrLs *[]*string `json:"nonResourceUrLs"`
	// `verbs` is a list of matching verbs and may not be empty.
	//
	// "*" matches all verbs. If it is present, it must be the only entry. Required.
	// Experimental.
	Verbs *[]*string `json:"verbs"`
}

NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL.

A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request. Experimental.

type ObjectFieldSelector

type ObjectFieldSelector struct {
	// Path of the field to select in the specified API version.
	// Experimental.
	FieldPath *string `json:"fieldPath"`
	// Version of the schema the FieldPath is written in terms of, defaults to "v1".
	// Experimental.
	ApiVersion *string `json:"apiVersion"`
}

ObjectFieldSelector selects an APIVersioned field of an object. Experimental.

type ObjectMeta

type ObjectMeta struct {
	// 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
	// Experimental.
	Annotations *map[string]*string `json:"annotations"`
	// 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.
	// Experimental.
	ClusterName *string `json:"clusterName"`
	// CreationTimestamp is a timestamp representing the server time when this object was created.
	//
	// It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
	//
	// Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	CreationTimestamp *time.Time `json:"creationTimestamp"`
	// 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.
	// Experimental.
	DeletionGracePeriodSeconds *float64 `json:"deletionGracePeriodSeconds"`
	// DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted.
	//
	// This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
	//
	// Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	DeletionTimestamp *time.Time `json:"deletionTimestamp"`
	// 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.
	// Experimental.
	Finalizers *[]*string `json:"finalizers"`
	// 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.
	//
	// If 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).
	//
	// Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
	// Experimental.
	GenerateName *string `json:"generateName"`
	// A sequence number representing a specific generation of the desired state.
	//
	// Populated by the system. Read-only.
	// Experimental.
	Generation *float64 `json:"generation"`
	// 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
	// Experimental.
	Labels *map[string]*string `json:"labels"`
	// ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow.
	//
	// This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.
	// Experimental.
	ManagedFields *[]*ManagedFieldsEntry `json:"managedFields"`
	// 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
	// Experimental.
	Name *string `json:"name"`
	// 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.
	//
	// Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces
	// Experimental.
	Namespace *string `json:"namespace"`
	// 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.
	// Experimental.
	OwnerReferences *[]*OwnerReference `json:"ownerReferences"`
	// 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.
	//
	// Populated 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
	// Experimental.
	ResourceVersion *string `json:"resourceVersion"`
	// SelfLink is a URL representing this object. Populated by the system. Read-only.
	//
	// DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
	// Experimental.
	SelfLink *string `json:"selfLink"`
	// 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.
	//
	// Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	// Experimental.
	Uid *string `json:"uid"`
}

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. Experimental.

type ObjectMetricSource

type ObjectMetricSource struct {
	// Experimental.
	DescribedObject *CrossVersionObjectReference `json:"describedObject"`
	// metric identifies the target metric by name and selector.
	// Experimental.
	Metric *MetricIdentifier `json:"metric"`
	// target specifies the target value for the given metric.
	// Experimental.
	Target *MetricTarget `json:"target"`
}

ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). Experimental.

type ObjectReference

type ObjectReference struct {
	// API version of the referent.
	// Experimental.
	ApiVersion *string `json:"apiVersion"`
	// 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.
	// Experimental.
	FieldPath *string `json:"fieldPath"`
	// Kind of the referent.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Kind *string `json:"kind"`
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Namespace of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
	// Experimental.
	Namespace *string `json:"namespace"`
	// Specific resourceVersion to which this reference is made, if any.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
	// Experimental.
	ResourceVersion *string `json:"resourceVersion"`
	// UID of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
	// Experimental.
	Uid *string `json:"uid"`
}

ObjectReference contains enough information to let you inspect or modify the referred object. Experimental.

type Overhead

type Overhead struct {
	// PodFixed represents the fixed resource overhead associated with running a pod.
	// Experimental.
	PodFixed *map[string]Quantity `json:"podFixed"`
}

Overhead structure represents the resource overhead associated with running a pod. Experimental.

type OwnerReference

type OwnerReference struct {
	// API version of the referent.
	// Experimental.
	ApiVersion *string `json:"apiVersion"`
	// Kind of the referent.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Kind *string `json:"kind"`
	// Name of the referent.
	//
	// More info: http://kubernetes.io/docs/user-guide/identifiers#names
	// Experimental.
	Name *string `json:"name"`
	// UID of the referent.
	//
	// More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	// Experimental.
	Uid *string `json:"uid"`
	// If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed.
	//
	// Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
	// Experimental.
	BlockOwnerDeletion *bool `json:"blockOwnerDeletion"`
	// If true, this reference points to the managing controller.
	// Experimental.
	Controller *bool `json:"controller"`
}

OwnerReference contains enough information to let you identify an owning object.

An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field. Experimental.

type PersistentVolumeClaimSpec

type PersistentVolumeClaimSpec struct {
	// AccessModes contains the desired access modes the volume should have.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
	// Experimental.
	AccessModes *[]*string `json:"accessModes"`
	// This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.
	// Experimental.
	DataSource *TypedLocalObjectReference `json:"dataSource"`
	// Resources represents the minimum resources the volume should have.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
	// Experimental.
	Resources *ResourceRequirements `json:"resources"`
	// A label query over volumes to consider for binding.
	// Experimental.
	Selector *LabelSelector `json:"selector"`
	// Name of the StorageClass required by the claim.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
	// Experimental.
	StorageClassName *string `json:"storageClassName"`
	// volumeMode defines what type of volume is required by the claim.
	//
	// Value of Filesystem is implied when not included in claim spec.
	// Experimental.
	VolumeMode *string `json:"volumeMode"`
	// VolumeName is the binding reference to the PersistentVolume backing this claim.
	// Experimental.
	VolumeName *string `json:"volumeName"`
}

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes. Experimental.

type PersistentVolumeClaimTemplate

type PersistentVolumeClaimTemplate struct {
	// The specification for the PersistentVolumeClaim.
	//
	// The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
	// Experimental.
	Spec *PersistentVolumeClaimSpec `json:"spec"`
	// May contain labels and annotations that will be copied into the PVC when creating it.
	//
	// No other fields are allowed and will be rejected during validation.
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
}

PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource. Experimental.

type PersistentVolumeClaimVolumeSource

type PersistentVolumeClaimVolumeSource struct {
	// ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	// Experimental.
	ClaimName *string `json:"claimName"`
	// Will force the ReadOnly setting in VolumeMounts.
	//
	// Default false.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.

This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). Experimental.

type PersistentVolumeSpec

type PersistentVolumeSpec struct {
	// AccessModes contains all ways the volume can be mounted.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
	// Experimental.
	AccessModes *[]*string `json:"accessModes"`
	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	// Experimental.
	AwsElasticBlockStore *AwsElasticBlockStoreVolumeSource `json:"awsElasticBlockStore"`
	// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
	// Experimental.
	AzureDisk *AzureDiskVolumeSource `json:"azureDisk"`
	// AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
	// Experimental.
	AzureFile *AzureFilePersistentVolumeSource `json:"azureFile"`
	// A description of the persistent volume's resources and capacity.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
	// Experimental.
	Capacity *map[string]Quantity `json:"capacity"`
	// CephFS represents a Ceph FS mount on the host that shares a pod's lifetime.
	// Experimental.
	Cephfs *CephFsPersistentVolumeSource `json:"cephfs"`
	// Cinder represents a cinder volume attached and mounted on kubelets host machine.
	//
	// More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	Cinder *CinderPersistentVolumeSource `json:"cinder"`
	// ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.
	//
	// Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding
	// Experimental.
	ClaimRef *ObjectReference `json:"claimRef"`
	// CSI represents storage that is handled by an external CSI driver (Beta feature).
	// Experimental.
	Csi *CsiPersistentVolumeSource `json:"csi"`
	// FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
	// Experimental.
	Fc *FcVolumeSource `json:"fc"`
	// FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
	// Experimental.
	FlexVolume *FlexPersistentVolumeSource `json:"flexVolume"`
	// Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage.
	//
	// This depends on the Flocker control service being running
	// Experimental.
	Flocker *FlockerVolumeSource `json:"flocker"`
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
	//
	// Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	// Experimental.
	GcePersistentDisk *GcePersistentDiskVolumeSource `json:"gcePersistentDisk"`
	// Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod.
	//
	// Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
	// Experimental.
	Glusterfs *GlusterfsPersistentVolumeSource `json:"glusterfs"`
	// HostPath represents a directory on the host.
	//
	// Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
	// Experimental.
	HostPath *HostPathVolumeSource `json:"hostPath"`
	// ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
	//
	// Provisioned by an admin.
	// Experimental.
	Iscsi *IscsiPersistentVolumeSource `json:"iscsi"`
	// Local represents directly-attached storage with node affinity.
	// Experimental.
	Local *LocalVolumeSource `json:"local"`
	// A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options.
	// Experimental.
	MountOptions *[]*string `json:"mountOptions"`
	// NFS represents an NFS mount on the host.
	//
	// Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
	// Experimental.
	Nfs *NfsVolumeSource `json:"nfs"`
	// NodeAffinity defines constraints that limit what nodes this volume can be accessed from.
	//
	// This field influences the scheduling of pods that use this volume.
	// Experimental.
	NodeAffinity *VolumeNodeAffinity `json:"nodeAffinity"`
	// What happens to a persistent volume when released from its claim.
	//
	// Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
	// Experimental.
	PersistentVolumeReclaimPolicy *string `json:"persistentVolumeReclaimPolicy"`
	// PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine.
	// Experimental.
	PhotonPersistentDisk *PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk"`
	// PortworxVolume represents a portworx volume attached and mounted on kubelets host machine.
	// Experimental.
	PortworxVolume *PortworxVolumeSource `json:"portworxVolume"`
	// Quobyte represents a Quobyte mount on the host that shares a pod's lifetime.
	// Experimental.
	Quobyte *QuobyteVolumeSource `json:"quobyte"`
	// RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
	//
	// More info: https://examples.k8s.io/volumes/rbd/README.md
	// Experimental.
	Rbd *RbdPersistentVolumeSource `json:"rbd"`
	// ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
	// Experimental.
	ScaleIo *ScaleIoPersistentVolumeSource `json:"scaleIo"`
	// Name of StorageClass to which this persistent volume belongs.
	//
	// Empty value means that this volume does not belong to any StorageClass.
	// Experimental.
	StorageClassName *string `json:"storageClassName"`
	// StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md.
	// Experimental.
	Storageos *StorageOsPersistentVolumeSource `json:"storageos"`
	// volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state.
	//
	// Value of Filesystem is implied when not included in spec.
	// Experimental.
	VolumeMode *string `json:"volumeMode"`
	// VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine.
	// Experimental.
	VsphereVolume *VsphereVirtualDiskVolumeSource `json:"vsphereVolume"`
}

PersistentVolumeSpec is the specification of a persistent volume. Experimental.

type PhotonPersistentDiskVolumeSource

type PhotonPersistentDiskVolumeSource struct {
	// ID that identifies Photon Controller persistent disk.
	// Experimental.
	PdId *string `json:"pdId"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
}

Represents a Photon Controller persistent disk resource. Experimental.

type PodAffinity

type PodAffinity struct {
	// The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions.
	//
	// The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
	// Experimental.
	PreferredDuringSchedulingIgnoredDuringExecution *[]*WeightedPodAffinityTerm `json:"preferredDuringSchedulingIgnoredDuringExecution"`
	// If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node.
	//
	// If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
	// Experimental.
	RequiredDuringSchedulingIgnoredDuringExecution *[]*PodAffinityTerm `json:"requiredDuringSchedulingIgnoredDuringExecution"`
}

Pod affinity is a group of inter pod affinity scheduling rules. Experimental.

type PodAffinityTerm

type PodAffinityTerm struct {
	// This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running.
	//
	// Empty topologyKey is not allowed.
	// Experimental.
	TopologyKey *string `json:"topologyKey"`
	// A label query over a set of resources, in this case pods.
	// Experimental.
	LabelSelector *LabelSelector `json:"labelSelector"`
	// namespaces specifies which namespaces the labelSelector applies to (matches against);
	//
	// null or empty list means "this pod's namespace"
	// Experimental.
	Namespaces *[]*string `json:"namespaces"`
}

Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running. Experimental.

type PodAntiAffinity

type PodAntiAffinity struct {
	// The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions.
	//
	// The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
	// Experimental.
	PreferredDuringSchedulingIgnoredDuringExecution *[]*WeightedPodAffinityTerm `json:"preferredDuringSchedulingIgnoredDuringExecution"`
	// If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node.
	//
	// If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
	// Experimental.
	RequiredDuringSchedulingIgnoredDuringExecution *[]*PodAffinityTerm `json:"requiredDuringSchedulingIgnoredDuringExecution"`
}

Pod anti affinity is a group of inter pod anti affinity scheduling rules. Experimental.

type PodDisruptionBudgetSpec

type PodDisruptionBudgetSpec struct {
	// An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
	// Experimental.
	MaxUnavailable IntOrString `json:"maxUnavailable"`
	// An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod.  So for example you can prevent all voluntary evictions by specifying "100%".
	// Experimental.
	MinAvailable IntOrString `json:"minAvailable"`
	// Label query over pods whose evictions are managed by the disruption budget.
	// Experimental.
	Selector *LabelSelector `json:"selector"`
}

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget. Experimental.

type PodDnsConfig

type PodDnsConfig struct {
	// A list of DNS name server IP addresses.
	//
	// This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.
	// Experimental.
	Nameservers *[]*string `json:"nameservers"`
	// A list of DNS resolver options.
	//
	// This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.
	// Experimental.
	Options *[]*PodDnsConfigOption `json:"options"`
	// A list of DNS search domains for host-name lookup.
	//
	// This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.
	// Experimental.
	Searches *[]*string `json:"searches"`
}

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. Experimental.

type PodDnsConfigOption

type PodDnsConfigOption struct {
	// Required.
	// Experimental.
	Name *string `json:"name"`
	// Experimental.
	Value *string `json:"value"`
}

PodDNSConfigOption defines DNS resolver options of a pod. Experimental.

type PodReadinessGate

type PodReadinessGate struct {
	// ConditionType refers to a condition in the pod's condition list with matching type.
	// Experimental.
	ConditionType *string `json:"conditionType"`
}

PodReadinessGate contains the reference to a pod condition. Experimental.

type PodSecurityContext

type PodSecurityContext struct {
	// A special supplemental group that applies to all containers in a pod.
	//
	// Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:
	//
	// 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----
	//
	// If unset, the Kubelet will not modify the ownership and permissions of any volume.
	// Experimental.
	FsGroup *float64 `json:"fsGroup"`
	// fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod.
	//
	// This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used.
	// Experimental.
	FsGroupChangePolicy *string `json:"fsGroupChangePolicy"`
	// The GID to run the entrypoint of the container process.
	//
	// Uses runtime default if unset. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
	// Experimental.
	RunAsGroup *float64 `json:"runAsGroup"`
	// Indicates that the container must run as a non-root user.
	//
	// If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	RunAsNonRoot *bool `json:"runAsNonRoot"`
	// The UID to run the entrypoint of the container process.
	//
	// Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
	// Experimental.
	RunAsUser *float64 `json:"runAsUser"`
	// The seccomp options to use by the containers in this pod.
	// Experimental.
	SeccompProfile *SeccompProfile `json:"seccompProfile"`
	// The SELinux context to be applied to all containers.
	//
	// If unspecified, the container runtime will allocate a random SELinux context for each container.  May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.
	// Experimental.
	SeLinuxOptions *SeLinuxOptions `json:"seLinuxOptions"`
	// A list of groups applied to the first process run in each container, in addition to the container's primary GID.
	//
	// If unspecified, no groups will be added to any container.
	// Experimental.
	SupplementalGroups *[]*float64 `json:"supplementalGroups"`
	// Sysctls hold a list of namespaced sysctls used for the pod.
	//
	// Pods with unsupported sysctls (by the container runtime) might fail to launch.
	// Experimental.
	Sysctls *[]*Sysctl `json:"sysctls"`
	// The Windows specific settings applied to all containers.
	//
	// If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	WindowsOptions *WindowsSecurityContextOptions `json:"windowsOptions"`
}

PodSecurityContext holds pod-level security attributes and common container settings.

Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext. Experimental.

type PodSecurityPolicySpec

type PodSecurityPolicySpec struct {
	// fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
	// Experimental.
	FsGroup *FsGroupStrategyOptions `json:"fsGroup"`
	// runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
	// Experimental.
	RunAsUser *RunAsUserStrategyOptions `json:"runAsUser"`
	// seLinux is the strategy that will dictate the allowable labels that may be set.
	// Experimental.
	SeLinux *SeLinuxStrategyOptions `json:"seLinux"`
	// supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
	// Experimental.
	SupplementalGroups *SupplementalGroupsStrategyOptions `json:"supplementalGroups"`
	// allowedCapabilities is a list of capabilities that can be requested to add to the container.
	//
	// Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
	// Experimental.
	AllowedCapabilities *[]*string `json:"allowedCapabilities"`
	// AllowedCSIDrivers is an allowlist of inline CSI drivers that must be explicitly set to be embedded within a pod spec.
	//
	// An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is a beta field, and is only honored if the API server enables the CSIInlineVolume feature gate.
	// Experimental.
	AllowedCsiDrivers *[]*AllowedCsiDriver `json:"allowedCsiDrivers"`
	// allowedFlexVolumes is an allowlist of Flexvolumes.
	//
	// Empty or nil indicates that all Flexvolumes may be used.  This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.
	// Experimental.
	AllowedFlexVolumes *[]*AllowedFlexVolume `json:"allowedFlexVolumes"`
	// allowedHostPaths is an allowlist of host paths.
	//
	// Empty indicates that all host paths may be used.
	// Experimental.
	AllowedHostPaths *[]*AllowedHostPath `json:"allowedHostPaths"`
	// AllowedProcMountTypes is an allowlist of allowed ProcMountTypes.
	//
	// Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
	// Experimental.
	AllowedProcMountTypes *[]*string `json:"allowedProcMountTypes"`
	// allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none.
	//
	// Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to allowlist all allowed unsafe sysctls explicitly to avoid rejection.
	//
	// Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
	// Experimental.
	AllowedUnsafeSysctls *[]*string `json:"allowedUnsafeSysctls"`
	// allowPrivilegeEscalation determines if a pod can request to allow privilege escalation.
	//
	// If unspecified, defaults to true.
	// Experimental.
	AllowPrivilegeEscalation *bool `json:"allowPrivilegeEscalation"`
	// defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability.
	//
	// You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
	// Experimental.
	DefaultAddCapabilities *[]*string `json:"defaultAddCapabilities"`
	// defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
	// Experimental.
	DefaultAllowPrivilegeEscalation *bool `json:"defaultAllowPrivilegeEscalation"`
	// forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none.
	//
	// Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
	//
	// Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
	// Experimental.
	ForbiddenSysctls *[]*string `json:"forbiddenSysctls"`
	// hostIPC determines if the policy allows the use of HostIPC in the pod spec.
	// Experimental.
	HostIpc *bool `json:"hostIpc"`
	// hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
	// Experimental.
	HostNetwork *bool `json:"hostNetwork"`
	// hostPID determines if the policy allows the use of HostPID in the pod spec.
	// Experimental.
	HostPid *bool `json:"hostPid"`
	// hostPorts determines which host port ranges are allowed to be exposed.
	// Experimental.
	HostPorts *[]*HostPortRange `json:"hostPorts"`
	// privileged determines if a pod can request to be run as privileged.
	// Experimental.
	Privileged *bool `json:"privileged"`
	// readOnlyRootFilesystem when set to true will force containers to run with a read only root file system.
	//
	// If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
	// Experimental.
	ReadOnlyRootFilesystem *bool `json:"readOnlyRootFilesystem"`
	// requiredDropCapabilities are the capabilities that will be dropped from the container.
	//
	// These are required to be dropped and cannot be added.
	// Experimental.
	RequiredDropCapabilities *[]*string `json:"requiredDropCapabilities"`
	// RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set.
	//
	// If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.
	// Experimental.
	RunAsGroup *RunAsGroupStrategyOptions `json:"runAsGroup"`
	// runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod.
	//
	// If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.
	// Experimental.
	RuntimeClass *RuntimeClassStrategyOptions `json:"runtimeClass"`
	// volumes is an allowlist of volume plugins.
	//
	// Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
	// Experimental.
	Volumes *[]*string `json:"volumes"`
}

PodSecurityPolicySpec defines the policy enforced. Experimental.

type PodSpec

type PodSpec struct {
	// List of containers belonging to the pod.
	//
	// Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.
	// Experimental.
	Containers *[]*Container `json:"containers"`
	// Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers.
	//
	// Value must be a positive integer.
	// Experimental.
	ActiveDeadlineSeconds *float64 `json:"activeDeadlineSeconds"`
	// If specified, the pod's scheduling constraints.
	// Experimental.
	Affinity *Affinity `json:"affinity"`
	// AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.
	// Experimental.
	AutomountServiceAccountToken *bool `json:"automountServiceAccountToken"`
	// Specifies the DNS parameters of a pod.
	//
	// Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.
	// Experimental.
	DnsConfig *PodDnsConfig `json:"dnsConfig"`
	// Set DNS policy for the pod.
	//
	// Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.
	// Experimental.
	DnsPolicy *string `json:"dnsPolicy"`
	// EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links.
	//
	// Optional: Defaults to true.
	// Experimental.
	EnableServiceLinks *bool `json:"enableServiceLinks"`
	// List of ephemeral containers run in this pod.
	//
	// Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is alpha-level and is only honored by servers that enable the EphemeralContainers feature.
	// Experimental.
	EphemeralContainers *[]*EphemeralContainer `json:"ephemeralContainers"`
	// HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.
	//
	// This is only valid for non-hostNetwork pods.
	// Experimental.
	HostAliases *[]*HostAlias `json:"hostAliases"`
	// Use the host's ipc namespace.
	//
	// Optional: Default to false.
	// Experimental.
	HostIpc *bool `json:"hostIpc"`
	// Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.
	// Experimental.
	Hostname *string `json:"hostname"`
	// Host networking requested for this pod.
	//
	// Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.
	// Experimental.
	HostNetwork *bool `json:"hostNetwork"`
	// Use the host's pid namespace.
	//
	// Optional: Default to false.
	// Experimental.
	HostPid *bool `json:"hostPid"`
	// ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
	//
	// If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
	// Experimental.
	ImagePullSecrets *[]*LocalObjectReference `json:"imagePullSecrets"`
	// List of initialization containers belonging to the pod.
	//
	// Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
	// Experimental.
	InitContainers *[]*Container `json:"initContainers"`
	// NodeName is a request to schedule this pod onto a specific node.
	//
	// If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.
	// Experimental.
	NodeName *string `json:"nodeName"`
	// 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/
	// Experimental.
	NodeSelector *map[string]*string `json:"nodeSelector"`
	// Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.
	//
	// This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.16, and is only honored by servers that enable the PodOverhead feature.
	// Experimental.
	Overhead *map[string]Quantity `json:"overhead"`
	// PreemptionPolicy is the Policy for preempting pods with lower priority.
	//
	// One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate.
	// Experimental.
	PreemptionPolicy *string `json:"preemptionPolicy"`
	// The priority value.
	//
	// Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.
	// Experimental.
	Priority *float64 `json:"priority"`
	// If specified, indicates the pod's priority.
	//
	// "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
	// Experimental.
	PriorityClassName *string `json:"priorityClassName"`
	// If specified, all readiness gates will be evaluated for pod readiness.
	//
	// A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/0007-pod-ready%2B%2B.md
	// Experimental.
	ReadinessGates *[]*PodReadinessGate `json:"readinessGates"`
	// Restart policy for all containers within the pod.
	//
	// One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
	// Experimental.
	RestartPolicy *string `json:"restartPolicy"`
	// RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod.  If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md This is a beta feature as of Kubernetes v1.14.
	// Experimental.
	RuntimeClassName *string `json:"runtimeClassName"`
	// If specified, the pod will be dispatched by specified scheduler.
	//
	// If not specified, the pod will be dispatched by default scheduler.
	// Experimental.
	SchedulerName *string `json:"schedulerName"`
	// SecurityContext holds pod-level security attributes and common container settings.
	//
	// Optional: Defaults to empty.  See type description for default values of each field.
	// Experimental.
	SecurityContext *PodSecurityContext `json:"securityContext"`
	// DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
	//
	// Deprecated: Use serviceAccountName instead.
	// Experimental.
	ServiceAccount *string `json:"serviceAccount"`
	// ServiceAccountName is the name of the ServiceAccount to use to run this pod.
	//
	// More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
	// Experimental.
	ServiceAccountName *string `json:"serviceAccountName"`
	// If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default).
	//
	// In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
	// Experimental.
	SetHostnameAsFqdn *bool `json:"setHostnameAsFqdn"`
	// Share a single process namespace between all of the containers in a pod.
	//
	// When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.
	// Experimental.
	ShareProcessNamespace *bool `json:"shareProcessNamespace"`
	// If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all.
	// Experimental.
	Subdomain *string `json:"subdomain"`
	// Optional duration in seconds the pod needs to terminate gracefully.
	//
	// May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.
	// Experimental.
	TerminationGracePeriodSeconds *float64 `json:"terminationGracePeriodSeconds"`
	// If specified, the pod's tolerations.
	// Experimental.
	Tolerations *[]*Toleration `json:"tolerations"`
	// TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.
	//
	// Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.
	// Experimental.
	TopologySpreadConstraints *[]*TopologySpreadConstraint `json:"topologySpreadConstraints"`
	// List of volumes that can be mounted by containers belonging to the pod.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes
	// Experimental.
	Volumes *[]*Volume `json:"volumes"`
}

PodSpec is a description of a pod. Experimental.

type PodTemplateSpec

type PodTemplateSpec struct {
	// Standard object's metadata.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
	// Experimental.
	Metadata *ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of the pod.
	//
	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
	// Experimental.
	Spec *PodSpec `json:"spec"`
}

PodTemplateSpec describes the data a pod should have when created from a template. Experimental.

type PodsMetricSource

type PodsMetricSource struct {
	// metric identifies the target metric by name and selector.
	// Experimental.
	Metric *MetricIdentifier `json:"metric"`
	// target specifies the target value for the given metric.
	// Experimental.
	Target *MetricTarget `json:"target"`
}

PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

The values will be averaged together before being compared to the target value. Experimental.

type PolicyRule

type PolicyRule struct {
	// Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule.
	//
	// VerbAll represents all kinds.
	// Experimental.
	Verbs *[]*string `json:"verbs"`
	// APIGroups is the name of the APIGroup that contains the resources.
	//
	// If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.
	// Experimental.
	ApiGroups *[]*string `json:"apiGroups"`
	// NonResourceURLs is a set of partial urls that a user should have access to.
	//
	// *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"),  but not both.
	// Experimental.
	NonResourceUrLs *[]*string `json:"nonResourceUrLs"`
	// ResourceNames is an optional white list of names that the rule applies to.
	//
	// An empty set means that everything is allowed.
	// Experimental.
	ResourceNames *[]*string `json:"resourceNames"`
	// Resources is a list of resources this rule applies to.
	//
	// '*' represents all resources in the specified apiGroups. '_/foo' represents the subresource 'foo' for all resources in the specified apiGroups.
	// Experimental.
	Resources *[]*string `json:"resources"`
}

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. Experimental.

type PolicyRulesWithSubjects

type PolicyRulesWithSubjects struct {
	// subjects is the list of normal user, serviceaccount, or group that this rule cares about.
	//
	// There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.
	// Experimental.
	Subjects *[]*Subject `json:"subjects"`
	// `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.
	// Experimental.
	NonResourceRules *[]*NonResourcePolicyRule `json:"nonResourceRules"`
	// `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource.
	//
	// At least one of `resourceRules` and `nonResourceRules` has to be non-empty.
	// Experimental.
	ResourceRules *[]*ResourcePolicyRule `json:"resourceRules"`
}

PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver.

The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request. Experimental.

type PortworxVolumeSource

type PortworxVolumeSource struct {
	// VolumeID uniquely identifies a Portworx volume.
	// Experimental.
	VolumeId *string `json:"volumeId"`
	// FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.
	//
	// Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
}

PortworxVolumeSource represents a Portworx volume resource. Experimental.

type Preconditions

type Preconditions struct {
	// Specifies the target ResourceVersion.
	// Experimental.
	ResourceVersion *string `json:"resourceVersion"`
	// Specifies the target UID.
	// Experimental.
	Uid *string `json:"uid"`
}

Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out. Experimental.

type PreferredSchedulingTerm

type PreferredSchedulingTerm struct {
	// A node selector term, associated with the corresponding weight.
	// Experimental.
	Preference *NodeSelectorTerm `json:"preference"`
	// Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
	// Experimental.
	Weight *float64 `json:"weight"`
}

An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). Experimental.

type PriorityLevelConfigurationReference

type PriorityLevelConfigurationReference struct {
	// `name` is the name of the priority level configuration being referenced Required.
	// Experimental.
	Name *string `json:"name"`
}

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used. Experimental.

type PriorityLevelConfigurationSpec

type PriorityLevelConfigurationSpec struct {
	// `type` indicates whether this priority level is subject to limitation on request execution.
	//
	// A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels.  A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
	// Experimental.
	Type *string `json:"type"`
	// `limited` specifies how requests are handled for a Limited priority level.
	//
	// This field must be non-empty if and only if `type` is `"Limited"`.
	// Experimental.
	Limited *LimitedPriorityLevelConfiguration `json:"limited"`
}

PriorityLevelConfigurationSpec specifies the configuration of a priority level. Experimental.

type Probe

type Probe struct {
	// One and only one of the following should be specified.
	//
	// Exec specifies the action to take.
	// Experimental.
	Exec *ExecAction `json:"exec"`
	// Minimum consecutive failures for the probe to be considered failed after having succeeded.
	//
	// Defaults to 3. Minimum value is 1.
	// Experimental.
	FailureThreshold *float64 `json:"failureThreshold"`
	// HTTPGet specifies the http request to perform.
	// Experimental.
	HttpGet *HttpGetAction `json:"httpGet"`
	// Number of seconds after the container has started before liveness probes are initiated.
	//
	// More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	// Experimental.
	InitialDelaySeconds *float64 `json:"initialDelaySeconds"`
	// How often (in seconds) to perform the probe.
	//
	// Default to 10 seconds. Minimum value is 1.
	// Experimental.
	PeriodSeconds *float64 `json:"periodSeconds"`
	// Minimum consecutive successes for the probe to be considered successful after having failed.
	//
	// Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
	// Experimental.
	SuccessThreshold *float64 `json:"successThreshold"`
	// TCPSocket specifies an action involving a TCP port.
	//
	// TCP hooks not yet supported
	// Experimental.
	TcpSocket *TcpSocketAction `json:"tcpSocket"`
	// Number of seconds after which the probe times out.
	//
	// Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
	// Experimental.
	TimeoutSeconds *float64 `json:"timeoutSeconds"`
}

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. Experimental.

type ProjectedVolumeSource

type ProjectedVolumeSource struct {
	// Mode bits used to set permissions on created files by default.
	//
	// Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	// Experimental.
	DefaultMode *float64 `json:"defaultMode"`
	// list of volume projections.
	// Experimental.
	Sources *[]*VolumeProjection `json:"sources"`
}

Represents a projected volume source. Experimental.

type Quantity

type Quantity interface {
	Value() interface{}
}

Experimental.

func Quantity_FromNumber

func Quantity_FromNumber(value *float64) Quantity

Experimental.

func Quantity_FromString

func Quantity_FromString(value *string) Quantity

Experimental.

type QueuingConfiguration

type QueuingConfiguration struct {
	// `handSize` is a small positive number that configures the shuffle sharding of requests into queues.
	//
	// When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here.  The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues).  See the user-facing documentation for more extensive guidance on setting this field.  This field has a default value of 8.
	// Experimental.
	HandSize *float64 `json:"handSize"`
	// `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time;
	//
	// excess requests are rejected.  This value must be positive.  If not specified, it will be defaulted to 50.
	// Experimental.
	QueueLengthLimit *float64 `json:"queueLengthLimit"`
	// `queues` is the number of queues for this priority level.
	//
	// The queues exist independently at each apiserver. The value must be positive.  Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant.  This field has a default value of 64.
	// Experimental.
	Queues *float64 `json:"queues"`
}

QueuingConfiguration holds the configuration parameters for queuing. Experimental.

type QuobyteVolumeSource

type QuobyteVolumeSource struct {
	// Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes.
	// Experimental.
	Registry *string `json:"registry"`
	// Volume is a string that references an already created Quobyte volume by name.
	// Experimental.
	Volume *string `json:"volume"`
	// Group to map volume access to Default is no group.
	// Experimental.
	Group *string `json:"group"`
	// ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.
	//
	// Defaults to false.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin.
	// Experimental.
	Tenant *string `json:"tenant"`
	// User to map volume access to Defaults to serivceaccount user.
	// Experimental.
	User *string `json:"user"`
}

Represents a Quobyte mount that lasts the lifetime of a pod.

Quobyte volumes do not support ownership management or SELinux relabeling. Experimental.

type RbdPersistentVolumeSource

type RbdPersistentVolumeSource struct {
	// The rados image name.
	//
	// More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Image *string `json:"image"`
	// A collection of Ceph monitors.
	//
	// More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Monitors *[]*string `json:"monitors"`
	// Filesystem type of the volume that you want to mount.
	//
	// Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
	// Experimental.
	FsType *string `json:"fsType"`
	// Keyring is the path to key ring for RBDUser.
	//
	// Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Keyring *string `json:"keyring"`
	// The rados pool name.
	//
	// Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Pool *string `json:"pool"`
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	//
	// Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// SecretRef is name of the authentication secret for RBDUser.
	//
	// If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	SecretRef *SecretReference `json:"secretRef"`
	// The rados user name.
	//
	// Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	User *string `json:"user"`
}

Represents a Rados Block Device mount that lasts the lifetime of a pod.

RBD volumes support ownership management and SELinux relabeling. Experimental.

type RbdVolumeSource

type RbdVolumeSource struct {
	// The rados image name.
	//
	// More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Image *string `json:"image"`
	// A collection of Ceph monitors.
	//
	// More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Monitors *[]*string `json:"monitors"`
	// Filesystem type of the volume that you want to mount.
	//
	// Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
	// Experimental.
	FsType *string `json:"fsType"`
	// Keyring is the path to key ring for RBDUser.
	//
	// Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Keyring *string `json:"keyring"`
	// The rados pool name.
	//
	// Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	Pool *string `json:"pool"`
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	//
	// Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// SecretRef is name of the authentication secret for RBDUser.
	//
	// If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	SecretRef *LocalObjectReference `json:"secretRef"`
	// The rados user name.
	//
	// Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
	// Experimental.
	User *string `json:"user"`
}

Represents a Rados Block Device mount that lasts the lifetime of a pod.

RBD volumes support ownership management and SELinux relabeling. Experimental.

type Redis

type Redis interface {
	constructs.Construct
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	ToString() *string
}

Experimental.

func NewRedis

func NewRedis(scope constructs.Construct, name *string, opts *RedisOptions) Redis

Experimental.

type RedisOptions

type RedisOptions struct {
	// The redis password.
	// Experimental.
	RedisPassword *string `json:"redisPassword"`
	// The size of volume to use.
	// Experimental.
	VolumeSize *string `json:"volumeSize"`
	// The namespace to deploy the sts to.
	// Experimental.
	Namespace *string `json:"namespace"`
	// Node Selectors.
	// Experimental.
	NodeSelector *map[string]*string `json:"nodeSelector"`
	// The redis image to use.
	// Experimental.
	RedisImage *string `json:"redisImage"`
	// The number of replicas for the sts.
	// Experimental.
	Replicas *float64 `json:"replicas"`
	// Tolerations.
	// Experimental.
	Tolerations *[]*Toleration `json:"tolerations"`
	// The volume FS Type - ext4/ext3/xfs etc.
	// Experimental.
	VolumeFsType *string `json:"volumeFsType"`
	// The volumeIops per GB.
	// Experimental.
	VolumeIopsPerGb *string `json:"volumeIopsPerGb"`
	// The volumeType - gp2/gp3/io1/io2 etc.
	// Experimental.
	VolumeType *string `json:"volumeType"`
}

Experimental.

type ReplicaSetSpec

type ReplicaSetSpec struct {
	// Selector is a label query over pods that should match the replica count.
	//
	// Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// Experimental.
	Selector *LabelSelector `json:"selector"`
	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available.
	//
	// Defaults to 0 (pod will be considered available as soon as it is ready)
	// Experimental.
	MinReadySeconds *float64 `json:"minReadySeconds"`
	// Replicas is the number of desired replicas.
	//
	// This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
	// Experimental.
	Replicas *float64 `json:"replicas"`
	// Template is the object that describes the pod that will be created if insufficient replicas are detected.
	//
	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	// Experimental.
	Template *PodTemplateSpec `json:"template"`
}

ReplicaSetSpec is the specification of a ReplicaSet. Experimental.

type ReplicationControllerSpec

type ReplicationControllerSpec struct {
	// Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available.
	//
	// Defaults to 0 (pod will be considered available as soon as it is ready)
	// Experimental.
	MinReadySeconds *float64 `json:"minReadySeconds"`
	// Replicas is the number of desired replicas.
	//
	// This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
	// Experimental.
	Replicas *float64 `json:"replicas"`
	// Selector is a label query over pods that should match the Replicas count.
	//
	// If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// Experimental.
	Selector *map[string]*string `json:"selector"`
	// Template is the object that describes the pod that will be created if insufficient replicas are detected.
	//
	// This takes precedence over a TemplateRef. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
	// Experimental.
	Template *PodTemplateSpec `json:"template"`
}

ReplicationControllerSpec is the specification of a replication controller. Experimental.

type ResourceAttributes

type ResourceAttributes struct {
	// Group is the API Group of the Resource.
	//
	// "*" means all.
	// Experimental.
	Group *string `json:"group"`
	// Name is the name of the resource being requested for a "get" or deleted for a "delete".
	//
	// "" (empty) means all.
	// Experimental.
	Name *string `json:"name"`
	// Namespace is the namespace of the action being requested.
	//
	// Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
	// Experimental.
	Namespace *string `json:"namespace"`
	// Resource is one of the existing resource types.
	//
	// "*" means all.
	// Experimental.
	Resource *string `json:"resource"`
	// Subresource is one of the existing resource types.
	//
	// "" means none.
	// Experimental.
	Subresource *string `json:"subresource"`
	// Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.
	//
	// "*" means all.
	// Experimental.
	Verb *string `json:"verb"`
	// Version is the API Version of the Resource.
	//
	// "*" means all.
	// Experimental.
	Version *string `json:"version"`
}

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface. Experimental.

type ResourceFieldSelector

type ResourceFieldSelector struct {
	// Required: resource to select.
	// Experimental.
	Resource *string `json:"resource"`
	// Container name: required for volumes, optional for env vars.
	// Experimental.
	ContainerName *string `json:"containerName"`
	// Specifies the output format of the exposed resources, defaults to "1".
	// Experimental.
	Divisor Quantity `json:"divisor"`
}

ResourceFieldSelector represents container resources (cpu, memory) and their output format. Experimental.

type ResourceMetricSource

type ResourceMetricSource struct {
	// name is the name of the resource in question.
	// Experimental.
	Name *string `json:"name"`
	// target specifies the target value for the given metric.
	// Experimental.
	Target *MetricTarget `json:"target"`
}

ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set. Experimental.

type ResourcePolicyRule

type ResourcePolicyRule struct {
	// `apiGroups` is a list of matching API groups and may not be empty.
	//
	// "*" matches all API groups and, if present, must be the only entry. Required.
	// Experimental.
	ApiGroups *[]*string `json:"apiGroups"`
	// `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource.  For example, [ "services", "nodes/status" ].  This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
	// Experimental.
	Resources *[]*string `json:"resources"`
	// `verbs` is a list of matching verbs and may not be empty.
	//
	// "*" matches all verbs and, if present, must be the only entry. Required.
	// Experimental.
	Verbs *[]*string `json:"verbs"`
	// `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces).
	//
	// If this field is omitted or false then the `namespaces` field must contain a non-empty list.
	// Experimental.
	ClusterScope *bool `json:"clusterScope"`
	// `namespaces` is a list of target namespaces that restricts matches.
	//
	// A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*".  Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
	// Experimental.
	Namespaces *[]*string `json:"namespaces"`
}

ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource.

A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request. Experimental.

type ResourceQuotaSpec

type ResourceQuotaSpec struct {
	// hard is the set of desired hard limits for each named resource.
	//
	// More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
	// Experimental.
	Hard *map[string]Quantity `json:"hard"`
	// A collection of filters that must match each object tracked by a quota.
	//
	// If not specified, the quota matches all objects.
	// Experimental.
	Scopes *[]*string `json:"scopes"`
	// scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values.
	//
	// For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched.
	// Experimental.
	ScopeSelector *ScopeSelector `json:"scopeSelector"`
}

ResourceQuotaSpec defines the desired hard limits to enforce for Quota. Experimental.

type ResourceRequirements

type ResourceRequirements struct {
	// Limits describes the maximum amount of compute resources allowed.
	//
	// More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
	// Experimental.
	Limits *map[string]Quantity `json:"limits"`
	// Requests describes the minimum amount of compute resources required.
	//
	// If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
	// Experimental.
	Requests *map[string]Quantity `json:"requests"`
}

ResourceRequirements describes the compute resource requirements. Experimental.

type RoleRef

type RoleRef struct {
	// APIGroup is the group for the resource being referenced.
	// Experimental.
	ApiGroup *string `json:"apiGroup"`
	// Kind is the type of resource being referenced.
	// Experimental.
	Kind *string `json:"kind"`
	// Name is the name of resource being referenced.
	// Experimental.
	Name *string `json:"name"`
}

RoleRef contains information that points to the role being used. Experimental.

type RollingUpdateDaemonSet

type RollingUpdateDaemonSet struct {
	// The maximum number of DaemonSet pods that can be unavailable during the update.
	//
	// Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
	// Experimental.
	MaxUnavailable IntOrString `json:"maxUnavailable"`
}

Spec to control the desired behavior of daemon set rolling update. Experimental.

type RollingUpdateDeployment

type RollingUpdateDeployment struct {
	// The maximum number of pods that can be scheduled above the desired number of pods.
	//
	// Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
	// Experimental.
	MaxSurge IntOrString `json:"maxSurge"`
	// The maximum number of pods that can be unavailable during the update.
	//
	// Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
	// Experimental.
	MaxUnavailable IntOrString `json:"maxUnavailable"`
}

Spec to control the desired behavior of rolling update. Experimental.

type RollingUpdateStatefulSetStrategy

type RollingUpdateStatefulSetStrategy struct {
	// Partition indicates the ordinal at which the StatefulSet should be partitioned.
	//
	// Default value is 0.
	// Experimental.
	Partition *float64 `json:"partition"`
}

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. Experimental.

type RuleWithOperations

type RuleWithOperations struct {
	// APIGroups is the API groups the resources belong to.
	//
	// '*' is all groups. If '*' is present, the length of the slice must be one. Required.
	// Experimental.
	ApiGroups *[]*string `json:"apiGroups"`
	// APIVersions is the API versions the resources belong to.
	//
	// '*' is all versions. If '*' is present, the length of the slice must be one. Required.
	// Experimental.
	ApiVersions *[]*string `json:"apiVersions"`
	// Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added.
	//
	// If '*' is present, the length of the slice must be one. Required.
	// Experimental.
	Operations *[]*string `json:"operations"`
	// Resources is a list of resources this rule applies to.
	//
	// For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '_/scale' means all scale subresources. '_/*' means all resources and their subresources.
	//
	// If wildcard is present, the validation rule will ensure resources do not overlap with each other.
	//
	// Depending on the enclosing object, subresources might not be allowed. Required.
	// Experimental.
	Resources *[]*string `json:"resources"`
	// scope specifies the scope of this rule.
	//
	// Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
	// Experimental.
	Scope *string `json:"scope"`
}

RuleWithOperations is a tuple of Operations and Resources.

It is recommended to make sure that all the tuple expansions are valid. Experimental.

type RunAsGroupStrategyOptions

type RunAsGroupStrategyOptions struct {
	// rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
	// Experimental.
	Rule *string `json:"rule"`
	// ranges are the allowed ranges of gids that may be used.
	//
	// If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.
	// Experimental.
	Ranges *[]*IdRange `json:"ranges"`
}

RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Experimental.

type RunAsUserStrategyOptions

type RunAsUserStrategyOptions struct {
	// rule is the strategy that will dictate the allowable RunAsUser values that may be set.
	// Experimental.
	Rule *string `json:"rule"`
	// ranges are the allowed ranges of uids that may be used.
	//
	// If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
	// Experimental.
	Ranges *[]*IdRange `json:"ranges"`
}

RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Experimental.

type RuntimeClassSpec

type RuntimeClassSpec struct {
	// RuntimeHandler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.
	//
	// The possible values are specific to the node & CRI configuration.  It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The RuntimeHandler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
	// Experimental.
	RuntimeHandler *string `json:"runtimeHandler"`
	// Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.
	//
	// For more details, see https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.15, and is only honored by servers that enable the PodOverhead feature.
	// Experimental.
	Overhead *Overhead `json:"overhead"`
	// Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.
	//
	// If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
	// Experimental.
	Scheduling *Scheduling `json:"scheduling"`
}

RuntimeClassSpec is a specification of a RuntimeClass.

It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable. Experimental.

type RuntimeClassStrategyOptions

type RuntimeClassStrategyOptions struct {
	// allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod.
	//
	// A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
	// Experimental.
	AllowedRuntimeClassNames *[]*string `json:"allowedRuntimeClassNames"`
	// defaultRuntimeClassName is the default RuntimeClassName to set on the pod.
	//
	// The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
	// Experimental.
	DefaultRuntimeClassName *string `json:"defaultRuntimeClassName"`
}

RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod. Experimental.

type ScaleIoPersistentVolumeSource

type ScaleIoPersistentVolumeSource struct {
	// The host address of the ScaleIO API Gateway.
	// Experimental.
	Gateway *string `json:"gateway"`
	// SecretRef references to the secret for ScaleIO user and other sensitive information.
	//
	// If this is not provided, Login operation will fail.
	// Experimental.
	SecretRef *SecretReference `json:"secretRef"`
	// The name of the storage system as configured in ScaleIO.
	// Experimental.
	System *string `json:"system"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs"
	// Experimental.
	FsType *string `json:"fsType"`
	// The name of the ScaleIO Protection Domain for the configured storage.
	// Experimental.
	ProtectionDomain *string `json:"protectionDomain"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Flag to enable/disable SSL communication with Gateway, default false.
	// Experimental.
	SslEnabled *bool `json:"sslEnabled"`
	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
	//
	// Default is ThinProvisioned.
	// Experimental.
	StorageMode *string `json:"storageMode"`
	// The ScaleIO Storage Pool associated with the protection domain.
	// Experimental.
	StoragePool *string `json:"storagePool"`
	// The name of a volume already created in the ScaleIO system that is associated with this volume source.
	// Experimental.
	VolumeName *string `json:"volumeName"`
}

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume. Experimental.

type ScaleIoVolumeSource

type ScaleIoVolumeSource struct {
	// The host address of the ScaleIO API Gateway.
	// Experimental.
	Gateway *string `json:"gateway"`
	// SecretRef references to the secret for ScaleIO user and other sensitive information.
	//
	// If this is not provided, Login operation will fail.
	// Experimental.
	SecretRef *LocalObjectReference `json:"secretRef"`
	// The name of the storage system as configured in ScaleIO.
	// Experimental.
	System *string `json:"system"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs".
	// Experimental.
	FsType *string `json:"fsType"`
	// The name of the ScaleIO Protection Domain for the configured storage.
	// Experimental.
	ProtectionDomain *string `json:"protectionDomain"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Flag to enable/disable SSL communication with Gateway, default false.
	// Experimental.
	SslEnabled *bool `json:"sslEnabled"`
	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
	//
	// Default is ThinProvisioned.
	// Experimental.
	StorageMode *string `json:"storageMode"`
	// The ScaleIO Storage Pool associated with the protection domain.
	// Experimental.
	StoragePool *string `json:"storagePool"`
	// The name of a volume already created in the ScaleIO system that is associated with this volume source.
	// Experimental.
	VolumeName *string `json:"volumeName"`
}

ScaleIOVolumeSource represents a persistent ScaleIO volume. Experimental.

type ScaleSpec

type ScaleSpec struct {
	// desired number of instances for the scaled object.
	// Experimental.
	Replicas *float64 `json:"replicas"`
}

ScaleSpec describes the attributes of a scale subresource. Experimental.

type Scheduling

type Scheduling struct {
	// nodeSelector lists labels that must be present on nodes that support this RuntimeClass.
	//
	// Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.
	// Experimental.
	NodeSelector *map[string]*string `json:"nodeSelector"`
	// tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.
	// Experimental.
	Tolerations *[]*Toleration `json:"tolerations"`
}

Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass. Experimental.

type ScopeSelector

type ScopeSelector struct {
	// A list of scope selector requirements by scope of the resources.
	// Experimental.
	MatchExpressions *[]*ScopedResourceSelectorRequirement `json:"matchExpressions"`
}

A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements. Experimental.

type ScopedResourceSelectorRequirement

type ScopedResourceSelectorRequirement struct {
	// Represents a scope's relationship to a set of values.
	//
	// Valid operators are In, NotIn, Exists, DoesNotExist.
	// Experimental.
	Operator *string `json:"operator"`
	// The name of the scope that the selector applies to.
	// Experimental.
	ScopeName *string `json:"scopeName"`
	// 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.
	// Experimental.
	Values *[]*string `json:"values"`
}

A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values. Experimental.

type SeLinuxOptions

type SeLinuxOptions struct {
	// Level is SELinux level label that applies to the container.
	// Experimental.
	Level *string `json:"level"`
	// Role is a SELinux role label that applies to the container.
	// Experimental.
	Role *string `json:"role"`
	// Type is a SELinux type label that applies to the container.
	// Experimental.
	Type *string `json:"type"`
	// User is a SELinux user label that applies to the container.
	// Experimental.
	User *string `json:"user"`
}

SELinuxOptions are the labels to be applied to the container. Experimental.

type SeLinuxStrategyOptions

type SeLinuxStrategyOptions struct {
	// rule is the strategy that will dictate the allowable labels that may be set.
	// Experimental.
	Rule *string `json:"rule"`
	// seLinuxOptions required to run as;
	//
	// required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
	// Experimental.
	SeLinuxOptions *SeLinuxOptions `json:"seLinuxOptions"`
}

SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Experimental.

type SeccompProfile

type SeccompProfile struct {
	// type indicates which kind of seccomp profile will be applied. Valid options are:.
	//
	// Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
	// Experimental.
	Type *string `json:"type"`
	// localhostProfile indicates a profile defined in a file on the node should be used.
	//
	// The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost".
	// Experimental.
	LocalhostProfile *string `json:"localhostProfile"`
}

SeccompProfile defines a pod/container's seccomp profile settings.

Only one profile source may be set. Experimental.

type SecretEnvSource

type SecretEnvSource struct {
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Specify whether the Secret must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
}

SecretEnvSource selects a Secret to populate the environment variables with.

The contents of the target Secret's Data field will represent the key-value pairs as environment variables. Experimental.

type SecretKeySelector

type SecretKeySelector struct {
	// The key of the secret to select from.
	//
	// Must be a valid secret key.
	// Experimental.
	Key *string `json:"key"`
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Specify whether the Secret or its key must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
}

SecretKeySelector selects a key of a Secret. Experimental.

type SecretProjection

type SecretProjection struct {
	// If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.
	//
	// If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	// Experimental.
	Items *[]*KeyToPath `json:"items"`
	// Name of the referent.
	//
	// More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// Specify whether the Secret or its key must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
}

Adapts a secret into a projected volume.

The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode. Experimental.

type SecretReference

type SecretReference struct {
	// Name is unique within a namespace to reference a secret resource.
	// Experimental.
	Name *string `json:"name"`
	// Namespace defines the space within which the secret name must be unique.
	// Experimental.
	Namespace *string `json:"namespace"`
}

SecretReference represents a Secret Reference.

It has enough information to retrieve secret in any namespace Experimental.

type SecretVolumeSource

type SecretVolumeSource struct {
	// Optional: mode bits used to set permissions on created files by default.
	//
	// Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
	// Experimental.
	DefaultMode *float64 `json:"defaultMode"`
	// If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.
	//
	// If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
	// Experimental.
	Items *[]*KeyToPath `json:"items"`
	// Specify whether the Secret or its keys must be defined.
	// Experimental.
	Optional *bool `json:"optional"`
	// Name of the secret in the pod's namespace to use.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
	// Experimental.
	SecretName *string `json:"secretName"`
}

Adapts a Secret into a volume.

The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. Experimental.

type SecurityContext

type SecurityContext struct {
	// AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process.
	//
	// This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN
	// Experimental.
	AllowPrivilegeEscalation *bool `json:"allowPrivilegeEscalation"`
	// The capabilities to add/drop when running containers.
	//
	// Defaults to the default set of capabilities granted by the container runtime.
	// Experimental.
	Capabilities *Capabilities `json:"capabilities"`
	// Run container in privileged mode.
	//
	// Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.
	// Experimental.
	Privileged *bool `json:"privileged"`
	// procMount denotes the type of proc mount to use for the containers.
	//
	// The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled.
	// Experimental.
	ProcMount *string `json:"procMount"`
	// Whether this container has a read-only root filesystem.
	//
	// Default is false.
	// Experimental.
	ReadOnlyRootFilesystem *bool `json:"readOnlyRootFilesystem"`
	// The GID to run the entrypoint of the container process.
	//
	// Uses runtime default if unset. May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	RunAsGroup *float64 `json:"runAsGroup"`
	// Indicates that the container must run as a non-root user.
	//
	// If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	RunAsNonRoot *bool `json:"runAsNonRoot"`
	// The UID to run the entrypoint of the container process.
	//
	// Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	RunAsUser *float64 `json:"runAsUser"`
	// The seccomp options to use by this container.
	//
	// If seccomp options are provided at both the pod & container level, the container options override the pod options.
	// Experimental.
	SeccompProfile *SeccompProfile `json:"seccompProfile"`
	// The SELinux context to be applied to the container.
	//
	// If unspecified, the container runtime will allocate a random SELinux context for each container.  May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	SeLinuxOptions *SeLinuxOptions `json:"seLinuxOptions"`
	// The Windows specific settings applied to all containers.
	//
	// If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	WindowsOptions *WindowsSecurityContextOptions `json:"windowsOptions"`
}

SecurityContext holds security configuration that will be applied to a container.

Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence. Experimental.

type SelfSubjectAccessReviewSpec

type SelfSubjectAccessReviewSpec struct {
	// NonResourceAttributes describes information for a non-resource access request.
	// Experimental.
	NonResourceAttributes *NonResourceAttributes `json:"nonResourceAttributes"`
	// ResourceAuthorizationAttributes describes information for a resource access request.
	// Experimental.
	ResourceAttributes *ResourceAttributes `json:"resourceAttributes"`
}

SelfSubjectAccessReviewSpec is a description of the access request.

Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set Experimental.

type SelfSubjectRulesReviewSpec

type SelfSubjectRulesReviewSpec struct {
	// Namespace to evaluate rules for.
	//
	// Required.
	// Experimental.
	Namespace *string `json:"namespace"`
}

Experimental.

type ServiceAccountTokenProjection

type ServiceAccountTokenProjection struct {
	// Path is the path relative to the mount point of the file to project the token into.
	// Experimental.
	Path *string `json:"path"`
	// Audience is the intended audience of the token.
	//
	// A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
	// Experimental.
	Audience *string `json:"audience"`
	// ExpirationSeconds is the requested duration of validity of the service account token.
	//
	// As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
	// Experimental.
	ExpirationSeconds *float64 `json:"expirationSeconds"`
}

ServiceAccountTokenProjection represents a projected service account token volume.

This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise). Experimental.

type ServiceBackendPort

type ServiceBackendPort struct {
	// Name is the name of the port on the Service.
	//
	// This is a mutually exclusive setting with "Number".
	// Experimental.
	Name *string `json:"name"`
	// Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
	// Experimental.
	Number *float64 `json:"number"`
}

ServiceBackendPort is the service port being referenced. Experimental.

type ServicePort

type ServicePort struct {
	// The port that will be exposed by this service.
	// Experimental.
	Port *float64 `json:"port"`
	// The application protocol for this port.
	//
	// This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default.
	// Experimental.
	AppProtocol *string `json:"appProtocol"`
	// The name of this port within the service.
	//
	// This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service.
	// Experimental.
	Name *string `json:"name"`
	// The port on each node on which this service is exposed when type is NodePort or LoadBalancer.
	//
	// Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail.  If not specified, a port will be allocated if this Service requires one.  If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
	// Experimental.
	NodePort *float64 `json:"nodePort"`
	// The IP protocol for this port.
	//
	// Supports "TCP", "UDP", and "SCTP". Default is TCP.
	// Experimental.
	Protocol *string `json:"protocol"`
	// Number or name of the port to access on the pods targeted by the service.
	//
	// Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service
	// Experimental.
	TargetPort IntOrString `json:"targetPort"`
}

ServicePort contains information on service's port. Experimental.

type ServiceReference

type ServiceReference struct {
	// `name` is the name of the service.
	//
	// Required
	// Experimental.
	Name *string `json:"name"`
	// `namespace` is the namespace of the service.
	//
	// Required
	// Experimental.
	Namespace *string `json:"namespace"`
	// `path` is an optional URL path which will be sent in any request to this service.
	// Experimental.
	Path *string `json:"path"`
	// If specified, the port on the service that hosting webhook.
	//
	// Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
	// Experimental.
	Port *float64 `json:"port"`
}

ServiceReference holds a reference to Service.legacy.k8s.io. Experimental.

type ServiceSpec

type ServiceSpec struct {
	// allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer.
	//
	// Default is "true". It may be set to "false" if the cluster load-balancer does not rely on NodePorts. allocateLoadBalancerNodePorts may only be set for services with type LoadBalancer and will be cleared if the type is changed to any other type. This field is alpha-level and is only honored by servers that enable the ServiceLBNodePortControl feature.
	// Experimental.
	AllocateLoadBalancerNodePorts *bool `json:"allocateLoadBalancerNodePorts"`
	// clusterIP is the IP address of the service and is usually assigned randomly.
	//
	// If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be blank) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above).  Valid values are "None", empty string (""), or a valid IP address. Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required.  Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
	// Experimental.
	ClusterIp *string `json:"clusterIp"`
	// ClusterIPs is a list of IP addresses assigned to this service, and are usually assigned randomly.
	//
	// If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be empty) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above).  Valid values are "None", empty string (""), or a valid IP address.  Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required.  Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName.  If this field is not specified, it will be initialized from the clusterIP field.  If this field is specified, clients must ensure that clusterIPs[0] and clusterIP have the same value.
	//
	// Unless the "IPv6DualStack" feature gate is enabled, this field is limited to one value, which must be the same as the clusterIP field.  If the feature gate is enabled, this field may hold a maximum of two entries (dual-stack IPs, in either order).  These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
	// Experimental.
	ClusterIPs *[]*string `json:"clusterIPs"`
	// externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service.
	//
	// These IPs are not managed by Kubernetes.  The user is responsible for ensuring that traffic arrives at a node with this IP.  A common example is external load-balancers that are not part of the Kubernetes system.
	// Experimental.
	ExternalIPs *[]*string `json:"externalIPs"`
	// externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved.  Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires Type to be.
	// Experimental.
	ExternalName *string `json:"externalName"`
	// externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints.
	//
	// "Local" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. "Cluster" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading.
	// Experimental.
	ExternalTrafficPolicy *string `json:"externalTrafficPolicy"`
	// healthCheckNodePort specifies the healthcheck nodePort for the service.
	//
	// This only applies when type is set to LoadBalancer and externalTrafficPolicy is set to Local. If a value is specified, is in-range, and is not in use, it will be used.  If not specified, a value will be automatically allocated.  External systems (e.g. load-balancers) can use this port to determine if a given node holds endpoints for this service or not.  If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type).
	// Experimental.
	HealthCheckNodePort *float64 `json:"healthCheckNodePort"`
	// IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this service, and is gated by the "IPv6DualStack" feature gate.  This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. If this field is specified manually, the requested family is available in the cluster, and ipFamilyPolicy allows it, it will be used; otherwise creation of the service will fail.  This field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service.  Valid values are "IPv4" and "IPv6".  This field only applies to Services of types ClusterIP, NodePort, and LoadBalancer, and does apply to "headless" services.  This field will be wiped when updating a Service to type ExternalName.
	//
	// This field may hold a maximum of two entries (dual-stack families, in either order).  These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field.
	// Experimental.
	IpFamilies *[]*string `json:"ipFamilies"`
	// IPFamilyPolicy represents the dual-stack-ness requested or required by this Service, and is gated by the "IPv6DualStack" feature gate.
	//
	// If there is no value provided, then this field will be set to SingleStack. Services can be "SingleStack" (a single IP family), "PreferDualStack" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or "RequireDualStack" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field.  This field will be wiped when updating a service to type ExternalName.
	// Experimental.
	IpFamilyPolicy *string `json:"ipFamilyPolicy"`
	// Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field.
	//
	// This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature.
	// Experimental.
	LoadBalancerIp *string `json:"loadBalancerIp"`
	// If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs.
	//
	// This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
	// Experimental.
	LoadBalancerSourceRanges *[]*string `json:"loadBalancerSourceRanges"`
	// The list of ports that are exposed by this service.
	//
	// More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
	// Experimental.
	Ports *[]*ServicePort `json:"ports"`
	// publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready.
	//
	// The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered "ready" even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior.
	// Experimental.
	PublishNotReadyAddresses *bool `json:"publishNotReadyAddresses"`
	// Route service traffic to pods with label keys and values matching this selector.
	//
	// If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/
	// Experimental.
	Selector *map[string]*string `json:"selector"`
	// Supports "ClientIP" and "None".
	//
	// Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
	// Experimental.
	SessionAffinity *string `json:"sessionAffinity"`
	// sessionAffinityConfig contains the configurations of session affinity.
	// Experimental.
	SessionAffinityConfig *SessionAffinityConfig `json:"sessionAffinityConfig"`
	// topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local.
	//
	// Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value "*" may be used to mean "any topology". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied. This field is alpha-level and is only honored by servers that enable the ServiceTopology feature.
	// Experimental.
	TopologyKeys *[]*string `json:"topologyKeys"`
	// type determines how the Service is exposed.
	//
	// Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. "ExternalName" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
	// Experimental.
	Type *string `json:"type"`
}

ServiceSpec describes the attributes that a user creates on a service. Experimental.

type SessionAffinityConfig

type SessionAffinityConfig struct {
	// clientIP contains the configurations of Client IP based session affinity.
	// Experimental.
	ClientIp *ClientIpConfig `json:"clientIp"`
}

SessionAffinityConfig represents the configurations of session affinity. Experimental.

type StatefulSetSpec

type StatefulSetSpec struct {
	// selector is a label query over pods that should match the replica count.
	//
	// It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
	// Experimental.
	Selector *LabelSelector `json:"selector"`
	// serviceName is the name of the service that governs this StatefulSet.
	//
	// This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
	// Experimental.
	ServiceName *string `json:"serviceName"`
	// template is the object that describes the pod that will be created if insufficient replicas are detected.
	//
	// Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
	// Experimental.
	Template *PodTemplateSpec `json:"template"`
	// podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down.
	//
	// The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
	// Experimental.
	PodManagementPolicy *string `json:"podManagementPolicy"`
	// replicas is the desired number of replicas of the given Template.
	//
	// These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
	// Experimental.
	Replicas *float64 `json:"replicas"`
	// revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history.
	//
	// The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
	// Experimental.
	RevisionHistoryLimit *float64 `json:"revisionHistoryLimit"`
	// updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
	// Experimental.
	UpdateStrategy *StatefulSetUpdateStrategy `json:"updateStrategy"`
	// volumeClaimTemplates is a list of claims that pods are allowed to reference.
	//
	// The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
	// Experimental.
	VolumeClaimTemplates *[]*KubePersistentVolumeClaimProps `json:"volumeClaimTemplates"`
}

A StatefulSetSpec is the specification of a StatefulSet. Experimental.

type StatefulSetUpdateStrategy

type StatefulSetUpdateStrategy struct {
	// RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
	// Experimental.
	RollingUpdate *RollingUpdateStatefulSetStrategy `json:"rollingUpdate"`
	// Type indicates the type of the StatefulSetUpdateStrategy.
	//
	// Default is RollingUpdate.
	// Experimental.
	Type *string `json:"type"`
}

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates.

It includes any additional parameters necessary to perform the update for the indicated strategy. Experimental.

type StatusCause

type StatusCause struct {
	// The field of the resource that has caused this error, as named by its JSON serialization.
	//
	// May include dot and postfix notation for nested attributes. Arrays are zero-indexed.  Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
	//
	// Examples:
	// "name" - the field "name" on the current resource
	// "items[0].name" - the field "name" on the first array entry in "items"
	// Experimental.
	Field *string `json:"field"`
	// A human-readable description of the cause of the error.
	//
	// This field may be presented as-is to a reader.
	// Experimental.
	Message *string `json:"message"`
	// A machine-readable description of the cause of the error.
	//
	// If this value is empty there is no information available.
	// Experimental.
	Reason *string `json:"reason"`
}

StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. Experimental.

type StatusDetails

type StatusDetails struct {
	// The Causes array includes more details associated with the StatusReason failure.
	//
	// Not all StatusReasons may provide detailed causes.
	// Experimental.
	Causes *[]*StatusCause `json:"causes"`
	// The group attribute of the resource associated with the status StatusReason.
	// Experimental.
	Group *string `json:"group"`
	// 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/sig-architecture/api-conventions.md#types-kinds
	// Experimental.
	Kind *string `json:"kind"`
	// The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
	// Experimental.
	Name *string `json:"name"`
	// 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.
	// Experimental.
	RetryAfterSeconds *float64 `json:"retryAfterSeconds"`
	// UID of the resource.
	//
	// (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	// Experimental.
	Uid *string `json:"uid"`
}

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. Experimental.

type StorageOsPersistentVolumeSource

type StorageOsPersistentVolumeSource struct {
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// SecretRef specifies the secret to use for obtaining the StorageOS API credentials.
	//
	// If not specified, default values will be attempted.
	// Experimental.
	SecretRef *ObjectReference `json:"secretRef"`
	// VolumeName is the human-readable name of the StorageOS volume.
	//
	// Volume names are only unique within a namespace.
	// Experimental.
	VolumeName *string `json:"volumeName"`
	// VolumeNamespace specifies the scope of the volume within StorageOS.
	//
	// If no namespace is specified then the Pod's namespace will be used.  This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
	// Experimental.
	VolumeNamespace *string `json:"volumeNamespace"`
}

Represents a StorageOS persistent volume resource. Experimental.

type StorageOsVolumeSource

type StorageOsVolumeSource struct {
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
	// Defaults to false (read/write).
	//
	// ReadOnly here will force the ReadOnly setting in VolumeMounts.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// SecretRef specifies the secret to use for obtaining the StorageOS API credentials.
	//
	// If not specified, default values will be attempted.
	// Experimental.
	SecretRef *LocalObjectReference `json:"secretRef"`
	// VolumeName is the human-readable name of the StorageOS volume.
	//
	// Volume names are only unique within a namespace.
	// Experimental.
	VolumeName *string `json:"volumeName"`
	// VolumeNamespace specifies the scope of the volume within StorageOS.
	//
	// If no namespace is specified then the Pod's namespace will be used.  This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
	// Experimental.
	VolumeNamespace *string `json:"volumeNamespace"`
}

Represents a StorageOS persistent volume resource. Experimental.

type Subject

type Subject struct {
	// 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.
	// Experimental.
	Kind *string `json:"kind"`
	// Name of the object being referenced.
	// Experimental.
	Name *string `json:"name"`
	// 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.
	// Experimental.
	ApiGroup *string `json:"apiGroup"`
	// 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.
	// Experimental.
	Namespace *string `json:"namespace"`
}

Subject contains a reference to the object or user identities a role binding applies to.

This can either hold a direct API object reference, or a value for non-objects such as user and group names. Experimental.

type SubjectAccessReviewSpec

type SubjectAccessReviewSpec struct {
	// Extra corresponds to the user.Info.GetExtra() method from the authenticator.  Since that is input to the authorizer it needs a reflection here.
	// Experimental.
	Extra *map[string]*[]*string `json:"extra"`
	// Groups is the groups you're testing for.
	// Experimental.
	Group *[]*string `json:"group"`
	// NonResourceAttributes describes information for a non-resource access request.
	// Experimental.
	NonResourceAttributes *NonResourceAttributes `json:"nonResourceAttributes"`
	// ResourceAuthorizationAttributes describes information for a resource access request.
	// Experimental.
	ResourceAttributes *ResourceAttributes `json:"resourceAttributes"`
	// UID information about the requesting user.
	// Experimental.
	Uid *string `json:"uid"`
	// User is the user you're testing for.
	//
	// If you specify "User" but not "Group", then is it interpreted as "What if User were not a member of any groups
	// Experimental.
	User *string `json:"user"`
}

SubjectAccessReviewSpec is a description of the access request.

Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set Experimental.

type SupplementalGroupsStrategyOptions

type SupplementalGroupsStrategyOptions struct {
	// ranges are the allowed ranges of supplemental groups.
	//
	// If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
	// Experimental.
	Ranges *[]*IdRange `json:"ranges"`
	// rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
	// Experimental.
	Rule *string `json:"rule"`
}

SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Experimental.

type Sysctl

type Sysctl struct {
	// Name of a property to set.
	// Experimental.
	Name *string `json:"name"`
	// Value of a property to set.
	// Experimental.
	Value *string `json:"value"`
}

Sysctl defines a kernel parameter to be set. Experimental.

type Taint

type Taint struct {
	// Required.
	//
	// The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
	// Experimental.
	Effect *string `json:"effect"`
	// Required.
	//
	// The taint key to be applied to a node.
	// Experimental.
	Key *string `json:"key"`
	// TimeAdded represents the time at which the taint was added.
	//
	// It is only written for NoExecute taints.
	// Experimental.
	TimeAdded *time.Time `json:"timeAdded"`
	// The taint value corresponding to the taint key.
	// Experimental.
	Value *string `json:"value"`
}

The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint. Experimental.

type TcpSocketAction

type TcpSocketAction struct {
	// Number or name of the port to access on the container.
	//
	// Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
	// Experimental.
	Port IntOrString `json:"port"`
	// Optional: Host name to connect to, defaults to the pod IP.
	// Experimental.
	Host *string `json:"host"`
}

TCPSocketAction describes an action based on opening a socket. Experimental.

type TokenRequest

type TokenRequest struct {
	// Audience is the intended audience of the token in "TokenRequestSpec".
	//
	// It will default to the audiences of kube apiserver.
	// Experimental.
	Audience *string `json:"audience"`
	// ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".
	//
	// It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
	// Experimental.
	ExpirationSeconds *float64 `json:"expirationSeconds"`
}

TokenRequest contains parameters of a service account token. Experimental.

type TokenRequestSpec

type TokenRequestSpec struct {
	// Audiences are the intendend audiences of the token.
	//
	// A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.
	// Experimental.
	Audiences *[]*string `json:"audiences"`
	// BoundObjectRef is a reference to an object that the token will be bound to.
	//
	// The token will only be valid for as long as the bound object exists. NOTE: The API server's TokenReview endpoint will validate the BoundObjectRef, but other audiences may not. Keep ExpirationSeconds small if you want prompt revocation.
	// Experimental.
	BoundObjectRef *BoundObjectReference `json:"boundObjectRef"`
	// ExpirationSeconds is the requested duration of validity of the request.
	//
	// The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response.
	// Experimental.
	ExpirationSeconds *float64 `json:"expirationSeconds"`
}

TokenRequestSpec contains client provided parameters of a token request. Experimental.

type TokenReviewSpec

type TokenReviewSpec struct {
	// Audiences is a list of the identifiers that the resource server presented with the token identifies as.
	//
	// Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.
	// Experimental.
	Audiences *[]*string `json:"audiences"`
	// Token is the opaque bearer token.
	// Experimental.
	Token *string `json:"token"`
}

TokenReviewSpec is a description of the token authentication request. Experimental.

type Toleration

type Toleration struct {
	// Effect indicates the taint effect to match.
	//
	// Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
	// Experimental.
	Effect *string `json:"effect"`
	// Key is the taint key that the toleration applies to.
	//
	// Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
	// Experimental.
	Key *string `json:"key"`
	// Operator represents a key's relationship to the value.
	//
	// Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
	// Experimental.
	Operator *string `json:"operator"`
	// TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint.
	//
	// By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
	// Experimental.
	TolerationSeconds *float64 `json:"tolerationSeconds"`
	// Value is the taint value the toleration matches to.
	//
	// If the operator is Exists, the value should be empty, otherwise just a regular string.
	// Experimental.
	Value *string `json:"value"`
}

The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>. Experimental.

type TopologySelectorLabelRequirement

type TopologySelectorLabelRequirement struct {
	// The label key that the selector applies to.
	// Experimental.
	Key *string `json:"key"`
	// An array of string values.
	//
	// One value must match the label to be selected. Each entry in Values is ORed.
	// Experimental.
	Values *[]*string `json:"values"`
}

A topology selector requirement is a selector that matches given label.

This is an alpha feature and may change in the future. Experimental.

type TopologySelectorTerm

type TopologySelectorTerm struct {
	// A list of topology selector requirements by labels.
	// Experimental.
	MatchLabelExpressions *[]*TopologySelectorLabelRequirement `json:"matchLabelExpressions"`
}

A topology selector term represents the result of label queries.

A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future. Experimental.

type TopologySpreadConstraint

type TopologySpreadConstraint struct {
	// MaxSkew describes the degree to which pods may be unevenly distributed.
	//
	// When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0: | zone1 | zone2 | zone3 | |   P   |   P   |       | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 1/1/1; scheduling it onto zone1(zone2) would make the ActualSkew(2-0) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed.
	// Experimental.
	MaxSkew *float64 `json:"maxSkew"`
	// TopologyKey is the key of node labels.
	//
	// Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a "bucket", and try to put balanced number of pods into each bucket. It's a required field.
	// Experimental.
	TopologyKey *string `json:"topologyKey"`
	// WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint.
	//
	// - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location,
	// but giving higher precedence to topologies that would help reduce the
	// skew.
	// A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assigment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P |   P   |   P   | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.
	// Experimental.
	WhenUnsatisfiable *string `json:"whenUnsatisfiable"`
	// LabelSelector is used to find matching pods.
	//
	// Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.
	// Experimental.
	LabelSelector *LabelSelector `json:"labelSelector"`
}

TopologySpreadConstraint specifies how to spread matching pods among the given topology. Experimental.

type TypedLocalObjectReference

type TypedLocalObjectReference struct {
	// Kind is the type of resource being referenced.
	// Experimental.
	Kind *string `json:"kind"`
	// Name is the name of resource being referenced.
	// Experimental.
	Name *string `json:"name"`
	// APIGroup is the group for the resource being referenced.
	//
	// If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
	// Experimental.
	ApiGroup *string `json:"apiGroup"`
}

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. Experimental.

type ValidatingWebhook

type ValidatingWebhook struct {
	// ClientConfig defines how to communicate with the hook.
	//
	// Required
	// Experimental.
	ClientConfig *WebhookClientConfig `json:"clientConfig"`
	// The name of the admission webhook.
	//
	// Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
	// Experimental.
	Name *string `json:"name"`
	// AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.
	//
	// API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. Default to `['v1beta1']`.
	// Experimental.
	AdmissionReviewVersions *[]*string `json:"admissionReviewVersions"`
	// FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.
	//
	// Defaults to Ignore.
	// Experimental.
	FailurePolicy *string `json:"failurePolicy"`
	// matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
	//
	// - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook.
	//
	// - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook.
	//
	// Defaults to "Exact"
	// Experimental.
	MatchPolicy *string `json:"matchPolicy"`
	// NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.
	//
	// If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook.
	//
	// For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1";  you will set the selector as follows: "namespaceSelector": {
	// "matchExpressions": [
	// {
	// "key": "runlevel",
	// "operator": "NotIn",
	// "values": [
	// "0",
	// "1"
	// ]
	// }
	// ]
	// }
	//
	// If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": {
	// "matchExpressions": [
	// {
	// "key": "environment",
	// "operator": "In",
	// "values": [
	// "prod",
	// "staging"
	// ]
	// }
	// ]
	// }
	//
	// See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors.
	//
	// Default to the empty LabelSelector, which matches everything.
	// Experimental.
	NamespaceSelector *LabelSelector `json:"namespaceSelector"`
	// ObjectSelector decides whether to run the webhook based on if the object has matching labels.
	//
	// objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
	// Experimental.
	ObjectSelector *LabelSelector `json:"objectSelector"`
	// Rules describes what operations on what resources/subresources the webhook cares about.
	//
	// The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
	// Experimental.
	Rules *[]*RuleWithOperations `json:"rules"`
	// SideEffects states whether this webhook has side effects.
	//
	// Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. Defaults to Unknown.
	// Experimental.
	SideEffects *string `json:"sideEffects"`
	// TimeoutSeconds specifies the timeout for this webhook.
	//
	// After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 30 seconds.
	// Experimental.
	TimeoutSeconds *float64 `json:"timeoutSeconds"`
}

ValidatingWebhook describes an admission webhook and the resources and operations it applies to. Experimental.

type Volume

type Volume struct {
	// Volume's name.
	//
	// Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
	// Experimental.
	Name *string `json:"name"`
	// AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
	// Experimental.
	AwsElasticBlockStore *AwsElasticBlockStoreVolumeSource `json:"awsElasticBlockStore"`
	// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
	// Experimental.
	AzureDisk *AzureDiskVolumeSource `json:"azureDisk"`
	// AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
	// Experimental.
	AzureFile *AzureFileVolumeSource `json:"azureFile"`
	// CephFS represents a Ceph FS mount on the host that shares a pod's lifetime.
	// Experimental.
	Cephfs *CephFsVolumeSource `json:"cephfs"`
	// Cinder represents a cinder volume attached and mounted on kubelets host machine.
	//
	// More info: https://examples.k8s.io/mysql-cinder-pd/README.md
	// Experimental.
	Cinder *CinderVolumeSource `json:"cinder"`
	// ConfigMap represents a configMap that should populate this volume.
	// Experimental.
	ConfigMap *ConfigMapVolumeSource `json:"configMap"`
	// CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
	// Experimental.
	Csi *CsiVolumeSource `json:"csi"`
	// DownwardAPI represents downward API about the pod that should populate this volume.
	// Experimental.
	DownwardApi *DownwardApiVolumeSource `json:"downwardApi"`
	// EmptyDir represents a temporary directory that shares a pod's lifetime.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
	// Experimental.
	EmptyDir *EmptyDirVolumeSource `json:"emptyDir"`
	// Ephemeral represents a volume that is handled by a cluster storage driver (Alpha feature).
	//
	// The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.
	//
	// Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity
	// tracking are needed,
	// c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through
	// a PersistentVolumeClaim (see EphemeralVolumeSource for more
	// information on the connection between this volume type
	// and PersistentVolumeClaim).
	//
	// Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod.
	//
	// Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information.
	//
	// A pod can use both types of ephemeral volumes and persistent volumes at the same time.
	// Experimental.
	Ephemeral *EphemeralVolumeSource `json:"ephemeral"`
	// FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
	// Experimental.
	Fc *FcVolumeSource `json:"fc"`
	// FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
	// Experimental.
	FlexVolume *FlexVolumeSource `json:"flexVolume"`
	// Flocker represents a Flocker volume attached to a kubelet's host machine.
	//
	// This depends on the Flocker control service being running
	// Experimental.
	Flocker *FlockerVolumeSource `json:"flocker"`
	// GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
	// Experimental.
	GcePersistentDisk *GcePersistentDiskVolumeSource `json:"gcePersistentDisk"`
	// GitRepo represents a git repository at a particular revision.
	//
	// DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.
	// Experimental.
	GitRepo *GitRepoVolumeSource `json:"gitRepo"`
	// Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
	//
	// More info: https://examples.k8s.io/volumes/glusterfs/README.md
	// Experimental.
	Glusterfs *GlusterfsVolumeSource `json:"glusterfs"`
	// HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.
	//
	// This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
	// Experimental.
	HostPath *HostPathVolumeSource `json:"hostPath"`
	// ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
	//
	// More info: https://examples.k8s.io/volumes/iscsi/README.md
	// Experimental.
	Iscsi *IscsiVolumeSource `json:"iscsi"`
	// NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs.
	// Experimental.
	Nfs *NfsVolumeSource `json:"nfs"`
	// PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
	// Experimental.
	PersistentVolumeClaim *PersistentVolumeClaimVolumeSource `json:"persistentVolumeClaim"`
	// PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine.
	// Experimental.
	PhotonPersistentDisk *PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk"`
	// PortworxVolume represents a portworx volume attached and mounted on kubelets host machine.
	// Experimental.
	PortworxVolume *PortworxVolumeSource `json:"portworxVolume"`
	// Items for all in one resources secrets, configmaps, and downward API.
	// Experimental.
	Projected *ProjectedVolumeSource `json:"projected"`
	// Quobyte represents a Quobyte mount on the host that shares a pod's lifetime.
	// Experimental.
	Quobyte *QuobyteVolumeSource `json:"quobyte"`
	// RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
	//
	// More info: https://examples.k8s.io/volumes/rbd/README.md
	// Experimental.
	Rbd *RbdVolumeSource `json:"rbd"`
	// ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
	// Experimental.
	ScaleIo *ScaleIoVolumeSource `json:"scaleIo"`
	// Secret represents a secret that should populate this volume.
	//
	// More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
	// Experimental.
	Secret *SecretVolumeSource `json:"secret"`
	// StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
	// Experimental.
	Storageos *StorageOsVolumeSource `json:"storageos"`
	// VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine.
	// Experimental.
	VsphereVolume *VsphereVirtualDiskVolumeSource `json:"vsphereVolume"`
}

Volume represents a named volume in a pod that may be accessed by any container in the pod. Experimental.

type VolumeAttachmentSource

type VolumeAttachmentSource struct {
	// inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource.
	//
	// This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature.
	// Experimental.
	InlineVolumeSpec *PersistentVolumeSpec `json:"inlineVolumeSpec"`
	// Name of the persistent volume to attach.
	// Experimental.
	PersistentVolumeName *string `json:"persistentVolumeName"`
}

VolumeAttachmentSource represents a volume that should be attached.

Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. Experimental.

type VolumeAttachmentSpec

type VolumeAttachmentSpec struct {
	// Attacher indicates the name of the volume driver that MUST handle this request.
	//
	// This is the name returned by GetPluginName().
	// Experimental.
	Attacher *string `json:"attacher"`
	// The node that the volume should be attached to.
	// Experimental.
	NodeName *string `json:"nodeName"`
	// Source represents the volume that should be attached.
	// Experimental.
	Source *VolumeAttachmentSource `json:"source"`
}

VolumeAttachmentSpec is the specification of a VolumeAttachment request. Experimental.

type VolumeDevice

type VolumeDevice struct {
	// devicePath is the path inside of the container that the device will be mapped to.
	// Experimental.
	DevicePath *string `json:"devicePath"`
	// name must match the name of a persistentVolumeClaim in the pod.
	// Experimental.
	Name *string `json:"name"`
}

volumeDevice describes a mapping of a raw block device within a container. Experimental.

type VolumeMount

type VolumeMount struct {
	// Path within the container at which the volume should be mounted.
	//
	// Must not contain ':'.
	// Experimental.
	MountPath *string `json:"mountPath"`
	// This must match the Name of a Volume.
	// Experimental.
	Name *string `json:"name"`
	// mountPropagation determines how mounts are propagated from the host to container and the other way around.
	//
	// When not set, MountPropagationNone is used. This field is beta in 1.10.
	// Experimental.
	MountPropagation *string `json:"mountPropagation"`
	// Mounted read-only if true, read-write otherwise (false or unspecified).
	//
	// Defaults to false.
	// Experimental.
	ReadOnly *bool `json:"readOnly"`
	// Path within the volume from which the container's volume should be mounted.
	//
	// Defaults to "" (volume's root).
	// Experimental.
	SubPath *string `json:"subPath"`
	// Expanded path within the volume from which the container's volume should be mounted.
	//
	// Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
	// Experimental.
	SubPathExpr *string `json:"subPathExpr"`
}

VolumeMount describes a mounting of a Volume within a container. Experimental.

type VolumeNodeAffinity

type VolumeNodeAffinity struct {
	// Required specifies hard node constraints that must be met.
	// Experimental.
	Required *NodeSelector `json:"required"`
}

VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from. Experimental.

type VolumeNodeResources

type VolumeNodeResources struct {
	// Maximum number of unique volumes managed by the CSI driver that can be used on a node.
	//
	// A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
	// Experimental.
	Count *float64 `json:"count"`
}

VolumeNodeResources is a set of resource limits for scheduling of volumes. Experimental.

type VolumeProjection

type VolumeProjection struct {
	// information about the configMap data to project.
	// Experimental.
	ConfigMap *ConfigMapProjection `json:"configMap"`
	// information about the downwardAPI data to project.
	// Experimental.
	DownwardApi *DownwardApiProjection `json:"downwardApi"`
	// information about the secret data to project.
	// Experimental.
	Secret *SecretProjection `json:"secret"`
	// information about the serviceAccountToken data to project.
	// Experimental.
	ServiceAccountToken *ServiceAccountTokenProjection `json:"serviceAccountToken"`
}

Projection that may be projected along with other supported volume types. Experimental.

type VsphereVirtualDiskVolumeSource

type VsphereVirtualDiskVolumeSource struct {
	// Path that identifies vSphere volume vmdk.
	// Experimental.
	VolumePath *string `json:"volumePath"`
	// Filesystem type to mount.
	//
	// Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
	// Experimental.
	FsType *string `json:"fsType"`
	// Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
	// Experimental.
	StoragePolicyId *string `json:"storagePolicyId"`
	// Storage Policy Based Management (SPBM) profile name.
	// Experimental.
	StoragePolicyName *string `json:"storagePolicyName"`
}

Represents a vSphere volume resource. Experimental.

type WebhookClientConfig

type WebhookClientConfig struct {
	// `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate.
	//
	// If unspecified, system trust roots on the apiserver are used.
	// Experimental.
	CaBundle *string `json:"caBundle"`
	// `service` is a reference to the service for this webhook. Either `service` or `url` must be specified.
	//
	// If the webhook is running within the cluster, then you should use `service`.
	// Experimental.
	Service *ServiceReference `json:"service"`
	// `url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`).
	//
	// Exactly one of `url` or `service` must be specified.
	//
	// The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.
	//
	// Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.
	//
	// The scheme must be "https"; the URL must begin with "https://".
	//
	// A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.
	//
	// Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.
	// Experimental.
	Url *string `json:"url"`
}

WebhookClientConfig contains the information to make a TLS connection with the webhook. Experimental.

type WeightedPodAffinityTerm

type WeightedPodAffinityTerm struct {
	// Required.
	//
	// A pod affinity term, associated with the corresponding weight.
	// Experimental.
	PodAffinityTerm *PodAffinityTerm `json:"podAffinityTerm"`
	// weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
	// Experimental.
	Weight *float64 `json:"weight"`
}

The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s). Experimental.

type WindowsSecurityContextOptions

type WindowsSecurityContextOptions struct {
	// GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.
	// Experimental.
	GmsaCredentialSpec *string `json:"gmsaCredentialSpec"`
	// GMSACredentialSpecName is the name of the GMSA credential spec to use.
	// Experimental.
	GmsaCredentialSpecName *string `json:"gmsaCredentialSpecName"`
	// The UserName in Windows to run the entrypoint of the container process.
	//
	// Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
	// Experimental.
	RunAsUserName *string `json:"runAsUserName"`
}

WindowsSecurityContextOptions contain Windows-specific options and credentials. Experimental.

Directories

Path Synopsis
Package jsii contains the functionaility needed for jsii packages to initialize their dependencies and themselves.
Package jsii contains the functionaility needed for jsii packages to initialize their dependencies and themselves.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL