| Class | Description |
|---|---|
| IntStr | |
| IntStr.IntOrString |
IntOrString is a type that can hold an int32 or a string.
|
| IntStr.IntOrString.Builder |
IntOrString is a type that can hold an int32 or a string.
|
| Meta | |
| Meta.APIGroup |
APIGroup contains the name, the supported versions, and the preferred version
of a group.
|
| Meta.APIGroup.Builder |
APIGroup contains the name, the supported versions, and the preferred version
of a group.
|
| Meta.APIGroupList |
APIGroupList is a list of APIGroup, to allow clients to discover the API at
/apis.
|
| Meta.APIGroupList.Builder |
APIGroupList is a list of APIGroup, to allow clients to discover the API at
/apis.
|
| Meta.APIResource |
APIResource specifies the name of a resource and whether it is namespaced.
|
| Meta.APIResource.Builder |
APIResource specifies the name of a resource and whether it is namespaced.
|
| Meta.APIResourceList |
APIResourceList is a list of APIResource, it is used to expose the name of the
resources supported in a specific group and version, and if the resource
is namespaced.
|
| Meta.APIResourceList.Builder |
APIResourceList is a list of APIResource, it is used to expose the name of the
resources supported in a specific group and version, and if the resource
is namespaced.
|
| Meta.APIVersions |
APIVersions lists the versions that are available, to allow clients to
discover the API at /api, which is the root path of the legacy v1 API.
|
| Meta.APIVersions.Builder |
APIVersions lists the versions that are available, to allow clients to
discover the API at /api, which is the root path of the legacy v1 API.
|
| Meta.DeleteOptions |
DeleteOptions may be provided when deleting an API object.
|
| Meta.DeleteOptions.Builder |
DeleteOptions may be provided when deleting an API object.
|
| Meta.Duration |
Duration is a wrapper around time.Duration which supports correct
marshaling to YAML and JSON.
|
| Meta.Duration.Builder |
Duration is a wrapper around time.Duration which supports correct
marshaling to YAML and JSON.
|
| Meta.ExportOptions |
ExportOptions is the query options to the standard REST get call.
|
| Meta.ExportOptions.Builder |
ExportOptions is the query options to the standard REST get call.
|
| Meta.GetOptions |
GetOptions is the standard query options to the standard REST get call.
|
| Meta.GetOptions.Builder |
GetOptions is the standard query options to the standard REST get call.
|
| Meta.GroupKind |
GroupKind specifies a Group and a Kind, but does not force a version.
|
| Meta.GroupKind.Builder |
GroupKind specifies a Group and a Kind, but does not force a version.
|
| Meta.GroupResource |
GroupResource specifies a Group and a Resource, but does not force a version.
|
| Meta.GroupResource.Builder |
GroupResource specifies a Group and a Resource, but does not force a version.
|
| Meta.GroupVersion |
GroupVersion contains the "group" and the "version", which uniquely identifies the API.
|
| Meta.GroupVersion.Builder |
GroupVersion contains the "group" and the "version", which uniquely identifies the API.
|
| Meta.GroupVersionForDiscovery |
GroupVersion contains the "group/version" and "version" string of a version.
|
| Meta.GroupVersionForDiscovery.Builder |
GroupVersion contains the "group/version" and "version" string of a version.
|
| Meta.GroupVersionKind |
GroupVersionKind unambiguously identifies a kind.
|
| Meta.GroupVersionKind.Builder |
GroupVersionKind unambiguously identifies a kind.
|
| Meta.GroupVersionResource |
GroupVersionResource unambiguously identifies a resource.
|
| Meta.GroupVersionResource.Builder |
GroupVersionResource unambiguously identifies a resource.
|
| Meta.Initializer |
Initializer is information about an initializer that has not yet completed.
|
| Meta.Initializer.Builder |
Initializer is information about an initializer that has not yet completed.
|
| Meta.Initializers |
Initializers tracks the progress of initialization.
|
| Meta.Initializers.Builder |
Initializers tracks the progress of initialization.
|
| Meta.LabelSelector |
A label selector is a label query over a set of resources.
|
| Meta.LabelSelector.Builder |
A label selector is a label query over a set of resources.
|
| Meta.LabelSelectorRequirement |
A label selector requirement is a selector that contains values, a key, and an operator that
relates the key and values.
|
| Meta.LabelSelectorRequirement.Builder |
A label selector requirement is a selector that contains values, a key, and an operator that
relates the key and values.
|
| Meta.ListMeta |
ListMeta describes metadata that synthetic resources must have, including lists and
various status objects.
|
| Meta.ListMeta.Builder |
ListMeta describes metadata that synthetic resources must have, including lists and
various status objects.
|
| Meta.ListOptions |
ListOptions is the query options to a standard REST list call.
|
| Meta.ListOptions.Builder |
ListOptions is the query options to a standard REST list call.
|
| Meta.MicroTime |
MicroTime is version of Time with microsecond level precision.
|
| Meta.MicroTime.Builder |
MicroTime is version of Time with microsecond level precision.
|
| Meta.ObjectMeta |
ObjectMeta is metadata that all persisted resources must have, which includes all objects
users must create.
|
| Meta.ObjectMeta.Builder |
ObjectMeta is metadata that all persisted resources must have, which includes all objects
users must create.
|
| Meta.OwnerReference |
OwnerReference contains enough information to let you identify an owning
object.
|
| Meta.OwnerReference.Builder |
OwnerReference contains enough information to let you identify an owning
object.
|
| Meta.Preconditions |
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
|
| Meta.Preconditions.Builder |
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
|
| Meta.RootPaths |
RootPaths lists the paths available at root.
|
| Meta.RootPaths.Builder |
RootPaths lists the paths available at root.
|
| Meta.ServerAddressByClientCIDR |
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
|
| Meta.ServerAddressByClientCIDR.Builder |
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
|
| Meta.Status |
Status is a return value for calls that don't return other objects.
|
| Meta.Status.Builder |
Status is a return value for calls that don't return other objects.
|
| Meta.StatusCause |
StatusCause provides more information about an api.Status failure, including
cases when multiple errors are encountered.
|
| Meta.StatusCause.Builder |
StatusCause provides more information about an api.Status failure, including
cases when multiple errors are encountered.
|
| Meta.StatusDetails |
StatusDetails is a set of additional properties that MAY be set by the
server to provide additional information about a response.
|
| Meta.StatusDetails.Builder |
StatusDetails is a set of additional properties that MAY be set by the
server to provide additional information about a response.
|
| Meta.Time |
Time is a wrapper around time.Time which supports correct
marshaling to YAML and JSON.
|
| Meta.Time.Builder |
Time is a wrapper around time.Time which supports correct
marshaling to YAML and JSON.
|
| Meta.Timestamp |
Timestamp is a struct that is equivalent to Time, but intended for
protobuf marshalling/unmarshalling.
|
| Meta.Timestamp.Builder |
Timestamp is a struct that is equivalent to Time, but intended for
protobuf marshalling/unmarshalling.
|
| Meta.TypeMeta |
TypeMeta describes an individual object in an API response or request
with strings representing the type of the object and its API schema version.
|
| Meta.TypeMeta.Builder |
TypeMeta describes an individual object in an API response or request
with strings representing the type of the object and its API schema version.
|
| Meta.Verbs |
Verbs masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| Meta.Verbs.Builder |
Verbs masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| Meta.WatchEvent |
Event represents a single event to a watched resource.
|
| Meta.WatchEvent.Builder |
Event represents a single event to a watched resource.
|
| Resource | |
| Resource.Quantity |
Quantity is a fixed-point representation of a number.
|
| Resource.Quantity.Builder |
Quantity is a fixed-point representation of a number.
|
| Runtime | |
| Runtime.RawExtension |
RawExtension is used to hold extensions in external versions.
|
| Runtime.RawExtension.Builder |
RawExtension is used to hold extensions in external versions.
|
| Runtime.TypeMeta |
TypeMeta is shared by all top level objects.
|
| Runtime.TypeMeta.Builder |
TypeMeta is shared by all top level objects.
|
| Runtime.Unknown |
Unknown allows api objects with unknown types to be passed-through.
|
| Runtime.Unknown.Builder |
Unknown allows api objects with unknown types to be passed-through.
|
| RuntimeSchema | |
| V1 | |
| V1.Affinity |
Affinity is a group of affinity scheduling rules.
|
| V1.Affinity.Builder |
Affinity is a group of affinity scheduling rules.
|
| V1.AttachedVolume |
AttachedVolume describes a volume attached to a node
|
| V1.AttachedVolume.Builder |
AttachedVolume describes a volume attached to a node
|
| V1.AvoidPods |
AvoidPods describes pods that should avoid this node.
|
| V1.AvoidPods.Builder |
AvoidPods describes pods that should avoid this node.
|
| V1.AWSElasticBlockStoreVolumeSource |
Represents a Persistent Disk resource in AWS.
|
| V1.AWSElasticBlockStoreVolumeSource.Builder |
Represents a Persistent Disk resource in AWS.
|
| V1.AzureDiskVolumeSource |
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
| V1.AzureDiskVolumeSource.Builder |
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
| V1.AzureFileVolumeSource |
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
| V1.AzureFileVolumeSource.Builder |
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
| V1.Binding |
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
|
| V1.Binding.Builder |
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
|
| V1.Capabilities |
Adds and removes POSIX capabilities from running containers.
|
| V1.Capabilities.Builder |
Adds and removes POSIX capabilities from running containers.
|
| V1.CephFSVolumeSource |
Represents a Ceph Filesystem mount that lasts the lifetime of a pod
Cephfs volumes do not support ownership management or SELinux relabeling.
|
| V1.CephFSVolumeSource.Builder |
Represents a Ceph Filesystem mount that lasts the lifetime of a pod
Cephfs volumes do not support ownership management or SELinux relabeling.
|
| V1.CinderVolumeSource |
Represents a cinder volume resource in Openstack.
|
| V1.CinderVolumeSource.Builder |
Represents a cinder volume resource in Openstack.
|
| V1.ComponentCondition |
Information about the condition of a component.
|
| V1.ComponentCondition.Builder |
Information about the condition of a component.
|
| V1.ComponentStatus |
ComponentStatus (and ComponentStatusList) holds the cluster validation info.
|
| V1.ComponentStatus.Builder |
ComponentStatus (and ComponentStatusList) holds the cluster validation info.
|
| V1.ComponentStatusList |
Status of all the conditions for the component as a list of ComponentStatus objects.
|
| V1.ComponentStatusList.Builder |
Status of all the conditions for the component as a list of ComponentStatus objects.
|
| V1.ConfigMap |
ConfigMap holds configuration data for pods to consume.
|
| V1.ConfigMap.Builder |
ConfigMap holds configuration data for pods to consume.
|
| V1.ConfigMapEnvSource |
ConfigMapEnvSource selects a ConfigMap to populate the environment
variables with.
|
| V1.ConfigMapEnvSource.Builder |
ConfigMapEnvSource selects a ConfigMap to populate the environment
variables with.
|
| V1.ConfigMapKeySelector |
Selects a key from a ConfigMap.
|
| V1.ConfigMapKeySelector.Builder |
Selects a key from a ConfigMap.
|
| V1.ConfigMapList |
ConfigMapList is a resource containing a list of ConfigMap objects.
|
| V1.ConfigMapList.Builder |
ConfigMapList is a resource containing a list of ConfigMap objects.
|
| V1.ConfigMapProjection |
Adapts a ConfigMap into a projected volume.
|
| V1.ConfigMapProjection.Builder |
Adapts a ConfigMap into a projected volume.
|
| V1.ConfigMapVolumeSource |
Adapts a ConfigMap into a volume.
|
| V1.ConfigMapVolumeSource.Builder |
Adapts a ConfigMap into a volume.
|
| V1.Container |
A single application container that you want to run within a pod.
|
| V1.Container.Builder |
A single application container that you want to run within a pod.
|
| V1.ContainerImage |
Describe a container image
|
| V1.ContainerImage.Builder |
Describe a container image
|
| V1.ContainerPort |
ContainerPort represents a network port in a single container.
|
| V1.ContainerPort.Builder |
ContainerPort represents a network port in a single container.
|
| V1.ContainerState |
ContainerState holds a possible state of container.
|
| V1.ContainerState.Builder |
ContainerState holds a possible state of container.
|
| V1.ContainerStateRunning |
ContainerStateRunning is a running state of a container.
|
| V1.ContainerStateRunning.Builder |
ContainerStateRunning is a running state of a container.
|
| V1.ContainerStateTerminated |
ContainerStateTerminated is a terminated state of a container.
|
| V1.ContainerStateTerminated.Builder |
ContainerStateTerminated is a terminated state of a container.
|
| V1.ContainerStateWaiting |
ContainerStateWaiting is a waiting state of a container.
|
| V1.ContainerStateWaiting.Builder |
ContainerStateWaiting is a waiting state of a container.
|
| V1.ContainerStatus |
ContainerStatus contains details for the current status of this container.
|
| V1.ContainerStatus.Builder |
ContainerStatus contains details for the current status of this container.
|
| V1.DaemonEndpoint |
DaemonEndpoint contains information about a single Daemon endpoint.
|
| V1.DaemonEndpoint.Builder |
DaemonEndpoint contains information about a single Daemon endpoint.
|
| V1.DeleteOptions |
DeleteOptions may be provided when deleting an API object
DEPRECATED: This type has been moved to meta/v1 and will be removed soon.
|
| V1.DeleteOptions.Builder |
DeleteOptions may be provided when deleting an API object
DEPRECATED: This type has been moved to meta/v1 and will be removed soon.
|
| V1.DownwardAPIProjection |
Represents downward API info for projecting into a projected volume.
|
| V1.DownwardAPIProjection.Builder |
Represents downward API info for projecting into a projected volume.
|
| V1.DownwardAPIVolumeFile |
DownwardAPIVolumeFile represents information to create the file containing the pod field
|
| V1.DownwardAPIVolumeFile.Builder |
DownwardAPIVolumeFile represents information to create the file containing the pod field
|
| V1.DownwardAPIVolumeSource |
DownwardAPIVolumeSource represents a volume containing downward API info.
|
| V1.DownwardAPIVolumeSource.Builder |
DownwardAPIVolumeSource represents a volume containing downward API info.
|
| V1.EmptyDirVolumeSource |
Represents an empty directory for a pod.
|
| V1.EmptyDirVolumeSource.Builder |
Represents an empty directory for a pod.
|
| V1.EndpointAddress |
EndpointAddress is a tuple that describes single IP address.
|
| V1.EndpointAddress.Builder |
EndpointAddress is a tuple that describes single IP address.
|
| V1.EndpointPort |
EndpointPort is a tuple that describes a single port.
|
| V1.EndpointPort.Builder |
EndpointPort is a tuple that describes a single port.
|
| V1.Endpoints |
Endpoints is a collection of endpoints that implement the actual service.
|
| V1.Endpoints.Builder |
Endpoints is a collection of endpoints that implement the actual service.
|
| V1.EndpointsList |
EndpointsList is a list of endpoints.
|
| V1.EndpointsList.Builder |
EndpointsList is a list of endpoints.
|
| V1.EndpointSubset |
EndpointSubset is a group of addresses with a common set of ports.
|
| V1.EndpointSubset.Builder |
EndpointSubset is a group of addresses with a common set of ports.
|
| V1.EnvFromSource |
EnvFromSource represents the source of a set of ConfigMaps
|
| V1.EnvFromSource.Builder |
EnvFromSource represents the source of a set of ConfigMaps
|
| V1.EnvVar |
EnvVar represents an environment variable present in a Container.
|
| V1.EnvVar.Builder |
EnvVar represents an environment variable present in a Container.
|
| V1.EnvVarSource |
EnvVarSource represents a source for the value of an EnvVar.
|
| V1.EnvVarSource.Builder |
EnvVarSource represents a source for the value of an EnvVar.
|
| V1.Event |
Event is a report of an event somewhere in the cluster.
|
| V1.Event.Builder |
Event is a report of an event somewhere in the cluster.
|
| V1.EventList |
EventList is a list of events.
|
| V1.EventList.Builder |
EventList is a list of events.
|
| V1.EventSource |
EventSource contains information for an event.
|
| V1.EventSource.Builder |
EventSource contains information for an event.
|
| V1.ExecAction |
ExecAction describes a "run in container" action.
|
| V1.ExecAction.Builder |
ExecAction describes a "run in container" action.
|
| V1.FCVolumeSource |
Represents a Fibre Channel volume.
|
| V1.FCVolumeSource.Builder |
Represents a Fibre Channel volume.
|
| V1.FlexVolumeSource |
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
| V1.FlexVolumeSource.Builder |
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
| V1.FlockerVolumeSource |
Represents a Flocker volume mounted by the Flocker agent.
|
| V1.FlockerVolumeSource.Builder |
Represents a Flocker volume mounted by the Flocker agent.
|
| V1.GCEPersistentDiskVolumeSource |
Represents a Persistent Disk resource in Google Compute Engine.
|
| V1.GCEPersistentDiskVolumeSource.Builder |
Represents a Persistent Disk resource in Google Compute Engine.
|
| V1.GitRepoVolumeSource |
Represents a volume that is populated with the contents of a git repository.
|
| V1.GitRepoVolumeSource.Builder |
Represents a volume that is populated with the contents of a git repository.
|
| V1.GlusterfsVolumeSource |
Represents a Glusterfs mount that lasts the lifetime of a pod.
|
| V1.GlusterfsVolumeSource.Builder |
Represents a Glusterfs mount that lasts the lifetime of a pod.
|
| V1.Handler |
Handler defines a specific action that should be taken
TODO: pass structured data to these actions, and document that data here.
|
| V1.Handler.Builder |
Handler defines a specific action that should be taken
TODO: pass structured data to these actions, and document that data here.
|
| V1.HostAlias |
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the
pod's hosts file.
|
| V1.HostAlias.Builder |
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the
pod's hosts file.
|
| V1.HostPathVolumeSource |
Represents a host path mapped into a pod.
|
| V1.HostPathVolumeSource.Builder |
Represents a host path mapped into a pod.
|
| V1.HTTPGetAction |
HTTPGetAction describes an action based on HTTP Get requests.
|
| V1.HTTPGetAction.Builder |
HTTPGetAction describes an action based on HTTP Get requests.
|
| V1.HTTPHeader |
HTTPHeader describes a custom header to be used in HTTP probes
|
| V1.HTTPHeader.Builder |
HTTPHeader describes a custom header to be used in HTTP probes
|
| V1.ISCSIVolumeSource |
Represents an ISCSI disk.
|
| V1.ISCSIVolumeSource.Builder |
Represents an ISCSI disk.
|
| V1.KeyToPath |
Maps a string key to a path within a volume.
|
| V1.KeyToPath.Builder |
Maps a string key to a path within a volume.
|
| V1.Lifecycle |
Lifecycle describes actions that the management system should take in response to container lifecycle
events.
|
| V1.Lifecycle.Builder |
Lifecycle describes actions that the management system should take in response to container lifecycle
events.
|
| V1.LimitRange |
LimitRange sets resource usage limits for each kind of resource in a Namespace.
|
| V1.LimitRange.Builder |
LimitRange sets resource usage limits for each kind of resource in a Namespace.
|
| V1.LimitRangeItem |
LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
|
| V1.LimitRangeItem.Builder |
LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
|
| V1.LimitRangeList |
LimitRangeList is a list of LimitRange items.
|
| V1.LimitRangeList.Builder |
LimitRangeList is a list of LimitRange items.
|
| V1.LimitRangeSpec |
LimitRangeSpec defines a min/max usage limit for resources that match on kind.
|
| V1.LimitRangeSpec.Builder |
LimitRangeSpec defines a min/max usage limit for resources that match on kind.
|
| V1.List |
List holds a list of objects, which may not be known by the server.
|
| V1.List.Builder |
List holds a list of objects, which may not be known by the server.
|
| V1.ListOptions |
ListOptions is the query options to a standard REST list call.
|
| V1.ListOptions.Builder |
ListOptions is the query options to a standard REST list call.
|
| V1.LoadBalancerIngress |
LoadBalancerIngress represents the status of a load-balancer ingress point:
traffic intended for the service should be sent to an ingress point.
|
| V1.LoadBalancerIngress.Builder |
LoadBalancerIngress represents the status of a load-balancer ingress point:
traffic intended for the service should be sent to an ingress point.
|
| V1.LoadBalancerStatus |
LoadBalancerStatus represents the status of a load-balancer.
|
| V1.LoadBalancerStatus.Builder |
LoadBalancerStatus represents the status of a load-balancer.
|
| V1.LocalObjectReference |
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
|
| V1.LocalObjectReference.Builder |
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
|
| V1.LocalVolumeSource |
Local represents directly-attached storage with node affinity
|
| V1.LocalVolumeSource.Builder |
Local represents directly-attached storage with node affinity
|
| V1.Namespace |
Namespace provides a scope for Names.
|
| V1.Namespace.Builder |
Namespace provides a scope for Names.
|
| V1.NamespaceList |
NamespaceList is a list of Namespaces.
|
| V1.NamespaceList.Builder |
NamespaceList is a list of Namespaces.
|
| V1.NamespaceSpec |
NamespaceSpec describes the attributes on a Namespace.
|
| V1.NamespaceSpec.Builder |
NamespaceSpec describes the attributes on a Namespace.
|
| V1.NamespaceStatus |
NamespaceStatus is information about the current status of a Namespace.
|
| V1.NamespaceStatus.Builder |
NamespaceStatus is information about the current status of a Namespace.
|
| V1.NFSVolumeSource |
Represents an NFS mount that lasts the lifetime of a pod.
|
| V1.NFSVolumeSource.Builder |
Represents an NFS mount that lasts the lifetime of a pod.
|
| V1.Node |
Node is a worker node in Kubernetes.
|
| V1.Node.Builder |
Node is a worker node in Kubernetes.
|
| V1.NodeAddress |
NodeAddress contains information for the node's address.
|
| V1.NodeAddress.Builder |
NodeAddress contains information for the node's address.
|
| V1.NodeAffinity |
Node affinity is a group of node affinity scheduling rules.
|
| V1.NodeAffinity.Builder |
Node affinity is a group of node affinity scheduling rules.
|
| V1.NodeCondition |
NodeCondition contains condition information for a node.
|
| V1.NodeCondition.Builder |
NodeCondition contains condition information for a node.
|
| V1.NodeDaemonEndpoints |
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
|
| V1.NodeDaemonEndpoints.Builder |
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
|
| V1.NodeList |
NodeList is the whole list of all Nodes which have been registered with master.
|
| V1.NodeList.Builder |
NodeList is the whole list of all Nodes which have been registered with master.
|
| V1.NodeProxyOptions |
NodeProxyOptions is the query options to a Node's proxy call.
|
| V1.NodeProxyOptions.Builder |
NodeProxyOptions is the query options to a Node's proxy call.
|
| V1.NodeResources |
NodeResources is an object for conveying resource information about a node.
|
| V1.NodeResources.Builder |
NodeResources is an object for conveying resource information about a node.
|
| V1.NodeSelector |
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.
|
| V1.NodeSelector.Builder |
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.
|
| V1.NodeSelectorRequirement |
A node selector requirement is a selector that contains values, a key, and an operator
that relates the key and values.
|
| V1.NodeSelectorRequirement.Builder |
A node selector requirement is a selector that contains values, a key, and an operator
that relates the key and values.
|
| V1.NodeSelectorTerm |
A null or empty node selector term matches no objects.
|
| V1.NodeSelectorTerm.Builder |
A null or empty node selector term matches no objects.
|
| V1.NodeSpec |
NodeSpec describes the attributes that a node is created with.
|
| V1.NodeSpec.Builder |
NodeSpec describes the attributes that a node is created with.
|
| V1.NodeStatus |
NodeStatus is information about the current status of a node.
|
| V1.NodeStatus.Builder |
NodeStatus is information about the current status of a node.
|
| V1.NodeSystemInfo |
NodeSystemInfo is a set of ids/uuids to uniquely identify the node.
|
| V1.NodeSystemInfo.Builder |
NodeSystemInfo is a set of ids/uuids to uniquely identify the node.
|
| V1.ObjectFieldSelector |
ObjectFieldSelector selects an APIVersioned field of an object.
|
| V1.ObjectFieldSelector.Builder |
ObjectFieldSelector selects an APIVersioned field of an object.
|
| V1.ObjectMeta |
ObjectMeta is metadata that all persisted resources must have, which includes all objects
users must create.
|
| V1.ObjectMeta.Builder |
ObjectMeta is metadata that all persisted resources must have, which includes all objects
users must create.
|
| V1.ObjectReference |
ObjectReference contains enough information to let you inspect or modify the referred object.
|
| V1.ObjectReference.Builder |
ObjectReference contains enough information to let you inspect or modify the referred object.
|
| V1.PersistentVolume |
PersistentVolume (PV) is a storage resource provisioned by an administrator.
|
| V1.PersistentVolume.Builder |
PersistentVolume (PV) is a storage resource provisioned by an administrator.
|
| V1.PersistentVolumeClaim |
PersistentVolumeClaim is a user's request for and claim to a persistent volume
|
| V1.PersistentVolumeClaim.Builder |
PersistentVolumeClaim is a user's request for and claim to a persistent volume
|
| V1.PersistentVolumeClaimList |
PersistentVolumeClaimList is a list of PersistentVolumeClaim items.
|
| V1.PersistentVolumeClaimList.Builder |
PersistentVolumeClaimList is a list of PersistentVolumeClaim items.
|
| V1.PersistentVolumeClaimSpec |
PersistentVolumeClaimSpec describes the common attributes of storage devices
and allows a Source for provider-specific attributes
|
| V1.PersistentVolumeClaimSpec.Builder |
PersistentVolumeClaimSpec describes the common attributes of storage devices
and allows a Source for provider-specific attributes
|
| V1.PersistentVolumeClaimStatus |
PersistentVolumeClaimStatus is the current status of a persistent volume claim.
|
| V1.PersistentVolumeClaimStatus.Builder |
PersistentVolumeClaimStatus is the current status of a persistent volume claim.
|
| V1.PersistentVolumeClaimVolumeSource |
PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.
|
| V1.PersistentVolumeClaimVolumeSource.Builder |
PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.
|
| V1.PersistentVolumeList |
PersistentVolumeList is a list of PersistentVolume items.
|
| V1.PersistentVolumeList.Builder |
PersistentVolumeList is a list of PersistentVolume items.
|
| V1.PersistentVolumeSource |
PersistentVolumeSource is similar to VolumeSource but meant for the
administrator who creates PVs.
|
| V1.PersistentVolumeSource.Builder |
PersistentVolumeSource is similar to VolumeSource but meant for the
administrator who creates PVs.
|
| V1.PersistentVolumeSpec |
PersistentVolumeSpec is the specification of a persistent volume.
|
| V1.PersistentVolumeSpec.Builder |
PersistentVolumeSpec is the specification of a persistent volume.
|
| V1.PersistentVolumeStatus |
PersistentVolumeStatus is the current status of a persistent volume.
|
| V1.PersistentVolumeStatus.Builder |
PersistentVolumeStatus is the current status of a persistent volume.
|
| V1.PhotonPersistentDiskVolumeSource |
Represents a Photon Controller persistent disk resource.
|
| V1.PhotonPersistentDiskVolumeSource.Builder |
Represents a Photon Controller persistent disk resource.
|
| V1.Pod |
Pod is a collection of containers that can run on a host.
|
| V1.Pod.Builder |
Pod is a collection of containers that can run on a host.
|
| V1.PodAffinity |
Pod affinity is a group of inter pod affinity scheduling rules.
|
| V1.PodAffinity.Builder |
Pod affinity is a group of inter pod affinity scheduling rules.
|
| V1.PodAffinityTerm |
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> tches that of any node on which
a pod of the set of pods is running
|
| V1.PodAffinityTerm.Builder |
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> tches that of any node on which
a pod of the set of pods is running
|
| V1.PodAntiAffinity |
Pod anti affinity is a group of inter pod anti affinity scheduling rules.
|
| V1.PodAntiAffinity.Builder |
Pod anti affinity is a group of inter pod anti affinity scheduling rules.
|
| V1.PodAttachOptions |
PodAttachOptions is the query options to a Pod's remote attach call.
|
| V1.PodAttachOptions.Builder |
PodAttachOptions is the query options to a Pod's remote attach call.
|
| V1.PodCondition |
PodCondition contains details for the current condition of this pod.
|
| V1.PodCondition.Builder |
PodCondition contains details for the current condition of this pod.
|
| V1.PodExecOptions |
PodExecOptions is the query options to a Pod's remote exec call.
|
| V1.PodExecOptions.Builder |
PodExecOptions is the query options to a Pod's remote exec call.
|
| V1.PodList |
PodList is a list of Pods.
|
| V1.PodList.Builder |
PodList is a list of Pods.
|
| V1.PodLogOptions |
PodLogOptions is the query options for a Pod's logs REST call.
|
| V1.PodLogOptions.Builder |
PodLogOptions is the query options for a Pod's logs REST call.
|
| V1.PodPortForwardOptions |
PodPortForwardOptions is the query options to a Pod's port forward call
when using WebSockets.
|
| V1.PodPortForwardOptions.Builder |
PodPortForwardOptions is the query options to a Pod's port forward call
when using WebSockets.
|
| V1.PodProxyOptions |
PodProxyOptions is the query options to a Pod's proxy call.
|
| V1.PodProxyOptions.Builder |
PodProxyOptions is the query options to a Pod's proxy call.
|
| V1.PodSecurityContext |
PodSecurityContext holds pod-level security attributes and common container settings.
|
| V1.PodSecurityContext.Builder |
PodSecurityContext holds pod-level security attributes and common container settings.
|
| V1.PodSignature |
Describes the class of pods that should avoid this node.
|
| V1.PodSignature.Builder |
Describes the class of pods that should avoid this node.
|
| V1.PodSpec |
PodSpec is a description of a pod.
|
| V1.PodSpec.Builder |
PodSpec is a description of a pod.
|
| V1.PodStatus |
PodStatus represents information about the status of a pod.
|
| V1.PodStatus.Builder |
PodStatus represents information about the status of a pod.
|
| V1.PodStatusResult |
PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
|
| V1.PodStatusResult.Builder |
PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
|
| V1.PodTemplate |
PodTemplate describes a template for creating copies of a predefined pod.
|
| V1.PodTemplate.Builder |
PodTemplate describes a template for creating copies of a predefined pod.
|
| V1.PodTemplateList |
PodTemplateList is a list of PodTemplates.
|
| V1.PodTemplateList.Builder |
PodTemplateList is a list of PodTemplates.
|
| V1.PodTemplateSpec |
PodTemplateSpec describes the data a pod should have when created from a template
|
| V1.PodTemplateSpec.Builder |
PodTemplateSpec describes the data a pod should have when created from a template
|
| V1.PortworxVolumeSource |
PortworxVolumeSource represents a Portworx volume resource.
|
| V1.PortworxVolumeSource.Builder |
PortworxVolumeSource represents a Portworx volume resource.
|
| V1.Preconditions |
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
|
| V1.Preconditions.Builder |
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
|
| V1.PreferAvoidPodsEntry |
Describes a class of pods that should avoid this node.
|
| V1.PreferAvoidPodsEntry.Builder |
Describes a class of pods that should avoid this node.
|
| V1.PreferredSchedulingTerm |
An empty preferred scheduling term matches all objects with implicit weight 0
(i.e.
|
| V1.PreferredSchedulingTerm.Builder |
An empty preferred scheduling term matches all objects with implicit weight 0
(i.e.
|
| V1.Probe |
Probe describes a health check to be performed against a container to determine whether it is
alive or ready to receive traffic.
|
| V1.Probe.Builder |
Probe describes a health check to be performed against a container to determine whether it is
alive or ready to receive traffic.
|
| V1.ProjectedVolumeSource |
Represents a projected volume source
|
| V1.ProjectedVolumeSource.Builder |
Represents a projected volume source
|
| V1.QuobyteVolumeSource |
Represents a Quobyte mount that lasts the lifetime of a pod.
|
| V1.QuobyteVolumeSource.Builder |
Represents a Quobyte mount that lasts the lifetime of a pod.
|
| V1.RangeAllocation |
RangeAllocation is not a public type.
|
| V1.RangeAllocation.Builder |
RangeAllocation is not a public type.
|
| V1.RBDVolumeSource |
Represents a Rados Block Device mount that lasts the lifetime of a pod.
|
| V1.RBDVolumeSource.Builder |
Represents a Rados Block Device mount that lasts the lifetime of a pod.
|
| V1.ReplicationController |
ReplicationController represents the configuration of a replication controller.
|
| V1.ReplicationController.Builder |
ReplicationController represents the configuration of a replication controller.
|
| V1.ReplicationControllerCondition |
ReplicationControllerCondition describes the state of a replication controller at a certain point.
|
| V1.ReplicationControllerCondition.Builder |
ReplicationControllerCondition describes the state of a replication controller at a certain point.
|
| V1.ReplicationControllerList |
ReplicationControllerList is a collection of replication controllers.
|
| V1.ReplicationControllerList.Builder |
ReplicationControllerList is a collection of replication controllers.
|
| V1.ReplicationControllerSpec |
ReplicationControllerSpec is the specification of a replication controller.
|
| V1.ReplicationControllerSpec.Builder |
ReplicationControllerSpec is the specification of a replication controller.
|
| V1.ReplicationControllerStatus |
ReplicationControllerStatus represents the current status of a replication
controller.
|
| V1.ReplicationControllerStatus.Builder |
ReplicationControllerStatus represents the current status of a replication
controller.
|
| V1.ResourceFieldSelector |
ResourceFieldSelector represents container resources (cpu, memory) and their output format
|
| V1.ResourceFieldSelector.Builder |
ResourceFieldSelector represents container resources (cpu, memory) and their output format
|
| V1.ResourceQuota |
ResourceQuota sets aggregate quota restrictions enforced per namespace
|
| V1.ResourceQuota.Builder |
ResourceQuota sets aggregate quota restrictions enforced per namespace
|
| V1.ResourceQuotaList |
ResourceQuotaList is a list of ResourceQuota items.
|
| V1.ResourceQuotaList.Builder |
ResourceQuotaList is a list of ResourceQuota items.
|
| V1.ResourceQuotaSpec |
ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
|
| V1.ResourceQuotaSpec.Builder |
ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
|
| V1.ResourceQuotaStatus |
ResourceQuotaStatus defines the enforced hard limits and observed use.
|
| V1.ResourceQuotaStatus.Builder |
ResourceQuotaStatus defines the enforced hard limits and observed use.
|
| V1.ResourceRequirements |
ResourceRequirements describes the compute resource requirements.
|
| V1.ResourceRequirements.Builder |
ResourceRequirements describes the compute resource requirements.
|
| V1.ScaleIOVolumeSource |
ScaleIOVolumeSource represents a persistent ScaleIO volume
|
| V1.ScaleIOVolumeSource.Builder |
ScaleIOVolumeSource represents a persistent ScaleIO volume
|
| V1.Secret |
Secret holds secret data of a certain type.
|
| V1.Secret.Builder |
Secret holds secret data of a certain type.
|
| V1.SecretEnvSource |
SecretEnvSource selects a Secret to populate the environment
variables with.
|
| V1.SecretEnvSource.Builder |
SecretEnvSource selects a Secret to populate the environment
variables with.
|
| V1.SecretKeySelector |
SecretKeySelector selects a key of a Secret.
|
| V1.SecretKeySelector.Builder |
SecretKeySelector selects a key of a Secret.
|
| V1.SecretList |
SecretList is a list of Secret.
|
| V1.SecretList.Builder |
SecretList is a list of Secret.
|
| V1.SecretProjection |
Adapts a secret into a projected volume.
|
| V1.SecretProjection.Builder |
Adapts a secret into a projected volume.
|
| V1.SecretVolumeSource |
Adapts a Secret into a volume.
|
| V1.SecretVolumeSource.Builder |
Adapts a Secret into a volume.
|
| V1.SecurityContext |
SecurityContext holds security configuration that will be applied to a container.
|
| V1.SecurityContext.Builder |
SecurityContext holds security configuration that will be applied to a container.
|
| V1.SELinuxOptions |
SELinuxOptions are the labels to be applied to the container
|
| V1.SELinuxOptions.Builder |
SELinuxOptions are the labels to be applied to the container
|
| V1.SerializedReference |
SerializedReference is a reference to serialized object.
|
| V1.SerializedReference.Builder |
SerializedReference is a reference to serialized object.
|
| V1.Service |
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.
|
| V1.Service.Builder |
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.
|
| V1.ServiceAccount |
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
|
| V1.ServiceAccount.Builder |
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
|
| V1.ServiceAccountList |
ServiceAccountList is a list of ServiceAccount objects
|
| V1.ServiceAccountList.Builder |
ServiceAccountList is a list of ServiceAccount objects
|
| V1.ServiceList |
ServiceList holds a list of services.
|
| V1.ServiceList.Builder |
ServiceList holds a list of services.
|
| V1.ServicePort |
ServicePort contains information on service's port.
|
| V1.ServicePort.Builder |
ServicePort contains information on service's port.
|
| V1.ServiceProxyOptions |
ServiceProxyOptions is the query options to a Service's proxy call.
|
| V1.ServiceProxyOptions.Builder |
ServiceProxyOptions is the query options to a Service's proxy call.
|
| V1.ServiceSpec |
ServiceSpec describes the attributes that a user creates on a service.
|
| V1.ServiceSpec.Builder |
ServiceSpec describes the attributes that a user creates on a service.
|
| V1.ServiceStatus |
ServiceStatus represents the current status of a service.
|
| V1.ServiceStatus.Builder |
ServiceStatus represents the current status of a service.
|
| V1.StorageOSPersistentVolumeSource |
Represents a StorageOS persistent volume resource.
|
| V1.StorageOSPersistentVolumeSource.Builder |
Represents a StorageOS persistent volume resource.
|
| V1.StorageOSVolumeSource |
Represents a StorageOS persistent volume resource.
|
| V1.StorageOSVolumeSource.Builder |
Represents a StorageOS persistent volume resource.
|
| V1.Sysctl |
Sysctl defines a kernel parameter to be set
|
| V1.Sysctl.Builder |
Sysctl defines a kernel parameter to be set
|
| V1.Taint |
The node this Taint is attached to has the effect "effect" on
any pod that that does not tolerate the Taint.
|
| V1.Taint.Builder |
The node this Taint is attached to has the effect "effect" on
any pod that that does not tolerate the Taint.
|
| V1.TCPSocketAction |
TCPSocketAction describes an action based on opening a socket
|
| V1.TCPSocketAction.Builder |
TCPSocketAction describes an action based on opening a socket
|
| V1.Toleration |
The pod this Toleration is attached to tolerates any taint that matches
the triple <key,value,effect> using the matching operator <operator>.
|
| V1.Toleration.Builder |
The pod this Toleration is attached to tolerates any taint that matches
the triple <key,value,effect> using the matching operator <operator>.
|
| V1.Volume |
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
| V1.Volume.Builder |
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
| V1.VolumeMount |
VolumeMount describes a mounting of a Volume within a container.
|
| V1.VolumeMount.Builder |
VolumeMount describes a mounting of a Volume within a container.
|
| V1.VolumeProjection |
Projection that may be projected along with other supported volume types
|
| V1.VolumeProjection.Builder |
Projection that may be projected along with other supported volume types
|
| V1.VolumeSource |
Represents the source of a volume to mount.
|
| V1.VolumeSource.Builder |
Represents the source of a volume to mount.
|
| V1.VsphereVirtualDiskVolumeSource |
Represents a vSphere volume resource.
|
| V1.VsphereVirtualDiskVolumeSource.Builder |
Represents a vSphere volume resource.
|
| V1.WeightedPodAffinityTerm |
The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
|
| V1.WeightedPodAffinityTerm.Builder |
The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
|
| V1alpha1Admission | |
| V1alpha1Admission.AdmissionReview |
AdmissionReview describes an admission request.
|
| V1alpha1Admission.AdmissionReview.Builder |
AdmissionReview describes an admission request.
|
| V1alpha1Admission.AdmissionReviewSpec |
AdmissionReviewSpec describes the admission.Attributes for the admission request.
|
| V1alpha1Admission.AdmissionReviewSpec.Builder |
AdmissionReviewSpec describes the admission.Attributes for the admission request.
|
| V1alpha1Admission.AdmissionReviewStatus |
AdmissionReviewStatus describes the status of the admission request.
|
| V1alpha1Admission.AdmissionReviewStatus.Builder |
AdmissionReviewStatus describes the status of the admission request.
|
| V1alpha1Admissionregistration | |
| V1alpha1Admissionregistration.AdmissionHookClientConfig |
AdmissionHookClientConfig contains the information to make a TLS
connection with the webhook
|
| V1alpha1Admissionregistration.AdmissionHookClientConfig.Builder |
AdmissionHookClientConfig contains the information to make a TLS
connection with the webhook
|
| V1alpha1Admissionregistration.ExternalAdmissionHook |
ExternalAdmissionHook describes an external admission webhook and the
resources and operations it applies to.
|
| V1alpha1Admissionregistration.ExternalAdmissionHook.Builder |
ExternalAdmissionHook describes an external admission webhook and the
resources and operations it applies to.
|
| V1alpha1Admissionregistration.ExternalAdmissionHookConfiguration |
ExternalAdmissionHookConfiguration describes the configuration of initializers.
|
| V1alpha1Admissionregistration.ExternalAdmissionHookConfiguration.Builder |
ExternalAdmissionHookConfiguration describes the configuration of initializers.
|
| V1alpha1Admissionregistration.ExternalAdmissionHookConfigurationList |
ExternalAdmissionHookConfigurationList is a list of ExternalAdmissionHookConfiguration.
|
| V1alpha1Admissionregistration.ExternalAdmissionHookConfigurationList.Builder |
ExternalAdmissionHookConfigurationList is a list of ExternalAdmissionHookConfiguration.
|
| V1alpha1Admissionregistration.Initializer |
Initializer describes the name and the failure policy of an initializer, and
what resources it applies to.
|
| V1alpha1Admissionregistration.Initializer.Builder |
Initializer describes the name and the failure policy of an initializer, and
what resources it applies to.
|
| V1alpha1Admissionregistration.InitializerConfiguration |
InitializerConfiguration describes the configuration of initializers.
|
| V1alpha1Admissionregistration.InitializerConfiguration.Builder |
InitializerConfiguration describes the configuration of initializers.
|
| V1alpha1Admissionregistration.InitializerConfigurationList |
InitializerConfigurationList is a list of InitializerConfiguration.
|
| V1alpha1Admissionregistration.InitializerConfigurationList.Builder |
InitializerConfigurationList is a list of InitializerConfiguration.
|
| V1alpha1Admissionregistration.Rule |
Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended
to make sure that all the tuple expansions are valid.
|
| V1alpha1Admissionregistration.Rule.Builder |
Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended
to make sure that all the tuple expansions are valid.
|
| V1alpha1Admissionregistration.RuleWithOperations |
RuleWithOperations is a tuple of Operations and Resources.
|
| V1alpha1Admissionregistration.RuleWithOperations.Builder |
RuleWithOperations is a tuple of Operations and Resources.
|
| V1alpha1Admissionregistration.ServiceReference |
ServiceReference holds a reference to Service.legacy.k8s.io
|
| V1alpha1Admissionregistration.ServiceReference.Builder |
ServiceReference holds a reference to Service.legacy.k8s.io
|
| V1alpha1Imagepolicy | |
| V1alpha1Imagepolicy.ImageReview |
ImageReview checks if the set of images in a pod are allowed.
|
| V1alpha1Imagepolicy.ImageReview.Builder |
ImageReview checks if the set of images in a pod are allowed.
|
| V1alpha1Imagepolicy.ImageReviewContainerSpec |
ImageReviewContainerSpec is a description of a container within the pod creation request.
|
| V1alpha1Imagepolicy.ImageReviewContainerSpec.Builder |
ImageReviewContainerSpec is a description of a container within the pod creation request.
|
| V1alpha1Imagepolicy.ImageReviewSpec |
ImageReviewSpec is a description of the pod creation request.
|
| V1alpha1Imagepolicy.ImageReviewSpec.Builder |
ImageReviewSpec is a description of the pod creation request.
|
| V1alpha1Imagepolicy.ImageReviewStatus |
ImageReviewStatus is the result of the token authentication request.
|
| V1alpha1Imagepolicy.ImageReviewStatus.Builder |
ImageReviewStatus is the result of the token authentication request.
|
| V1alpha1Rbac | |
| V1alpha1Rbac.ClusterRole |
ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
|
| V1alpha1Rbac.ClusterRole.Builder |
ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
|
| V1alpha1Rbac.ClusterRoleBinding |
ClusterRoleBinding references a ClusterRole, but not contain it.
|
| V1alpha1Rbac.ClusterRoleBinding.Builder |
ClusterRoleBinding references a ClusterRole, but not contain it.
|
| V1alpha1Rbac.ClusterRoleBindingList |
ClusterRoleBindingList is a collection of ClusterRoleBindings
|
| V1alpha1Rbac.ClusterRoleBindingList.Builder |
ClusterRoleBindingList is a collection of ClusterRoleBindings
|
| V1alpha1Rbac.ClusterRoleList |
ClusterRoleList is a collection of ClusterRoles
|
| V1alpha1Rbac.ClusterRoleList.Builder |
ClusterRoleList is a collection of ClusterRoles
|
| V1alpha1Rbac.PolicyRule |
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.
|
| V1alpha1Rbac.PolicyRule.Builder |
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.
|
| V1alpha1Rbac.Role |
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
|
| V1alpha1Rbac.Role.Builder |
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
|
| V1alpha1Rbac.RoleBinding |
RoleBinding references a role, but does not contain it.
|
| V1alpha1Rbac.RoleBinding.Builder |
RoleBinding references a role, but does not contain it.
|
| V1alpha1Rbac.RoleBindingList |
RoleBindingList is a collection of RoleBindings
|
| V1alpha1Rbac.RoleBindingList.Builder |
RoleBindingList is a collection of RoleBindings
|
| V1alpha1Rbac.RoleList |
RoleList is a collection of Roles
|
| V1alpha1Rbac.RoleList.Builder |
RoleList is a collection of Roles
|
| V1alpha1Rbac.RoleRef |
RoleRef contains information that points to the role being used
|
| V1alpha1Rbac.RoleRef.Builder |
RoleRef contains information that points to the role being used
|
| V1alpha1Rbac.Subject |
Subject contains a reference to the object or user identities a role binding applies to.
|
| V1alpha1Rbac.Subject.Builder |
Subject contains a reference to the object or user identities a role binding applies to.
|
| V1alpha1Scheduling | |
| V1alpha1Scheduling.PriorityClass |
PriorityClass defines mapping from a priority class name to the priority
integer value.
|
| V1alpha1Scheduling.PriorityClass.Builder |
PriorityClass defines mapping from a priority class name to the priority
integer value.
|
| V1alpha1Scheduling.PriorityClassList |
PriorityClassList is a collection of priority classes.
|
| V1alpha1Scheduling.PriorityClassList.Builder |
PriorityClassList is a collection of priority classes.
|
| V1alpha1Settings | |
| V1alpha1Settings.PodPreset |
PodPreset is a policy resource that defines additional runtime
requirements for a Pod.
|
| V1alpha1Settings.PodPreset.Builder |
PodPreset is a policy resource that defines additional runtime
requirements for a Pod.
|
| V1alpha1Settings.PodPresetList |
PodPresetList is a list of PodPreset objects.
|
| V1alpha1Settings.PodPresetList.Builder |
PodPresetList is a list of PodPreset objects.
|
| V1alpha1Settings.PodPresetSpec |
PodPresetSpec is a description of a pod preset.
|
| V1alpha1Settings.PodPresetSpec.Builder |
PodPresetSpec is a description of a pod preset.
|
| V1Apps | |
| V1Apps.DaemonSet |
DaemonSet represents the configuration of a daemon set.
|
| V1Apps.DaemonSet.Builder |
DaemonSet represents the configuration of a daemon set.
|
| V1Apps.DaemonSetList |
DaemonSetList is a collection of daemon sets.
|
| V1Apps.DaemonSetList.Builder |
DaemonSetList is a collection of daemon sets.
|
| V1Apps.DaemonSetSpec |
DaemonSetSpec is the specification of a daemon set.
|
| V1Apps.DaemonSetSpec.Builder |
DaemonSetSpec is the specification of a daemon set.
|
| V1Apps.DaemonSetStatus |
DaemonSetStatus represents the current status of a daemon set.
|
| V1Apps.DaemonSetStatus.Builder |
DaemonSetStatus represents the current status of a daemon set.
|
| V1Apps.DaemonSetUpdateStrategy |
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
| V1Apps.DaemonSetUpdateStrategy.Builder |
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
| V1Apps.RollingUpdateDaemonSet |
Spec to control the desired behavior of daemon set rolling update.
|
| V1Apps.RollingUpdateDaemonSet.Builder |
Spec to control the desired behavior of daemon set rolling update.
|
| V1Authentication | |
| V1Authentication.ExtraValue |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1Authentication.ExtraValue.Builder |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1Authentication.TokenReview |
TokenReview attempts to authenticate a token to a known user.
|
| V1Authentication.TokenReview.Builder |
TokenReview attempts to authenticate a token to a known user.
|
| V1Authentication.TokenReviewSpec |
TokenReviewSpec is a description of the token authentication request.
|
| V1Authentication.TokenReviewSpec.Builder |
TokenReviewSpec is a description of the token authentication request.
|
| V1Authentication.TokenReviewStatus |
TokenReviewStatus is the result of the token authentication request.
|
| V1Authentication.TokenReviewStatus.Builder |
TokenReviewStatus is the result of the token authentication request.
|
| V1Authentication.UserInfo |
UserInfo holds the information about the user needed to implement the
user.Info interface.
|
| V1Authentication.UserInfo.Builder |
UserInfo holds the information about the user needed to implement the
user.Info interface.
|
| V1Authorization | |
| V1Authorization.ExtraValue |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1Authorization.ExtraValue.Builder |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1Authorization.LocalSubjectAccessReview |
LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
|
| V1Authorization.LocalSubjectAccessReview.Builder |
LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
|
| V1Authorization.NonResourceAttributes |
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
|
| V1Authorization.NonResourceAttributes.Builder |
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
|
| V1Authorization.NonResourceRule |
NonResourceRule holds information that describes a rule for the non-resource
|
| V1Authorization.NonResourceRule.Builder |
NonResourceRule holds information that describes a rule for the non-resource
|
| V1Authorization.ResourceAttributes |
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
|
| V1Authorization.ResourceAttributes.Builder |
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
|
| V1Authorization.ResourceRule |
ResourceRule is the list of actions the subject is allowed to perform on resources.
|
| V1Authorization.ResourceRule.Builder |
ResourceRule is the list of actions the subject is allowed to perform on resources.
|
| V1Authorization.SelfSubjectAccessReview |
SelfSubjectAccessReview checks whether or the current user can perform an action.
|
| V1Authorization.SelfSubjectAccessReview.Builder |
SelfSubjectAccessReview checks whether or the current user can perform an action.
|
| V1Authorization.SelfSubjectAccessReviewSpec |
SelfSubjectAccessReviewSpec is a description of the access request.
|
| V1Authorization.SelfSubjectAccessReviewSpec.Builder |
SelfSubjectAccessReviewSpec is a description of the access request.
|
| V1Authorization.SelfSubjectRulesReview |
SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.
|
| V1Authorization.SelfSubjectRulesReview.Builder |
SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.
|
| V1Authorization.SelfSubjectRulesReviewSpec |
Protobuf type
k8s.io.api.authorization.v1.SelfSubjectRulesReviewSpec |
| V1Authorization.SelfSubjectRulesReviewSpec.Builder |
Protobuf type
k8s.io.api.authorization.v1.SelfSubjectRulesReviewSpec |
| V1Authorization.SubjectAccessReview |
SubjectAccessReview checks whether or not a user or group can perform an action.
|
| V1Authorization.SubjectAccessReview.Builder |
SubjectAccessReview checks whether or not a user or group can perform an action.
|
| V1Authorization.SubjectAccessReviewSpec |
SubjectAccessReviewSpec is a description of the access request.
|
| V1Authorization.SubjectAccessReviewSpec.Builder |
SubjectAccessReviewSpec is a description of the access request.
|
| V1Authorization.SubjectAccessReviewStatus |
SubjectAccessReviewStatus
|
| V1Authorization.SubjectAccessReviewStatus.Builder |
SubjectAccessReviewStatus
|
| V1Authorization.SubjectRulesReviewStatus |
SubjectRulesReviewStatus contains the result of a rules check.
|
| V1Authorization.SubjectRulesReviewStatus.Builder |
SubjectRulesReviewStatus contains the result of a rules check.
|
| V1Autoscaling | |
| V1Autoscaling.CrossVersionObjectReference |
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
| V1Autoscaling.CrossVersionObjectReference.Builder |
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
| V1Autoscaling.HorizontalPodAutoscaler |
configuration of a horizontal pod autoscaler.
|
| V1Autoscaling.HorizontalPodAutoscaler.Builder |
configuration of a horizontal pod autoscaler.
|
| V1Autoscaling.HorizontalPodAutoscalerCondition |
HorizontalPodAutoscalerCondition describes the state of
a HorizontalPodAutoscaler at a certain point.
|
| V1Autoscaling.HorizontalPodAutoscalerCondition.Builder |
HorizontalPodAutoscalerCondition describes the state of
a HorizontalPodAutoscaler at a certain point.
|
| V1Autoscaling.HorizontalPodAutoscalerList |
list of horizontal pod autoscaler objects.
|
| V1Autoscaling.HorizontalPodAutoscalerList.Builder |
list of horizontal pod autoscaler objects.
|
| V1Autoscaling.HorizontalPodAutoscalerSpec |
specification of a horizontal pod autoscaler.
|
| V1Autoscaling.HorizontalPodAutoscalerSpec.Builder |
specification of a horizontal pod autoscaler.
|
| V1Autoscaling.HorizontalPodAutoscalerStatus |
current status of a horizontal pod autoscaler
|
| V1Autoscaling.HorizontalPodAutoscalerStatus.Builder |
current status of a horizontal pod autoscaler
|
| V1Autoscaling.MetricSpec |
MetricSpec specifies how to scale based on a single metric
(only `type` and one other matching field should be set at once).
|
| V1Autoscaling.MetricSpec.Builder |
MetricSpec specifies how to scale based on a single metric
(only `type` and one other matching field should be set at once).
|
| V1Autoscaling.MetricStatus |
MetricStatus describes the last-read state of a single metric.
|
| V1Autoscaling.MetricStatus.Builder |
MetricStatus describes the last-read state of a single metric.
|
| V1Autoscaling.ObjectMetricSource |
ObjectMetricSource indicates how to scale on a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V1Autoscaling.ObjectMetricSource.Builder |
ObjectMetricSource indicates how to scale on a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V1Autoscaling.ObjectMetricStatus |
ObjectMetricStatus indicates the current value of a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V1Autoscaling.ObjectMetricStatus.Builder |
ObjectMetricStatus indicates the current value of a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V1Autoscaling.PodsMetricSource |
PodsMetricSource indicates how to scale on a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V1Autoscaling.PodsMetricSource.Builder |
PodsMetricSource indicates how to scale on a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V1Autoscaling.PodsMetricStatus |
PodsMetricStatus indicates the current value of a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V1Autoscaling.PodsMetricStatus.Builder |
PodsMetricStatus indicates the current value of a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V1Autoscaling.ResourceMetricSource |
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.
|
| V1Autoscaling.ResourceMetricSource.Builder |
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.
|
| V1Autoscaling.ResourceMetricStatus |
ResourceMetricStatus indicates the current value of a resource metric known to
Kubernetes, as specified in requests and limits, describing each pod in the
current scale target (e.g.
|
| V1Autoscaling.ResourceMetricStatus.Builder |
ResourceMetricStatus indicates the current value of a resource metric known to
Kubernetes, as specified in requests and limits, describing each pod in the
current scale target (e.g.
|
| V1Autoscaling.Scale |
Scale represents a scaling request for a resource.
|
| V1Autoscaling.Scale.Builder |
Scale represents a scaling request for a resource.
|
| V1Autoscaling.ScaleSpec |
ScaleSpec describes the attributes of a scale subresource.
|
| V1Autoscaling.ScaleSpec.Builder |
ScaleSpec describes the attributes of a scale subresource.
|
| V1Autoscaling.ScaleStatus |
ScaleStatus represents the current status of a scale subresource.
|
| V1Autoscaling.ScaleStatus.Builder |
ScaleStatus represents the current status of a scale subresource.
|
| V1Batch | |
| V1Batch.Job |
Job represents the configuration of a single job.
|
| V1Batch.Job.Builder |
Job represents the configuration of a single job.
|
| V1Batch.JobCondition |
JobCondition describes current state of a job.
|
| V1Batch.JobCondition.Builder |
JobCondition describes current state of a job.
|
| V1Batch.JobList |
JobList is a collection of jobs.
|
| V1Batch.JobList.Builder |
JobList is a collection of jobs.
|
| V1Batch.JobSpec |
JobSpec describes how the job execution will look like.
|
| V1Batch.JobSpec.Builder |
JobSpec describes how the job execution will look like.
|
| V1Batch.JobStatus |
JobStatus represents the current state of a Job.
|
| V1Batch.JobStatus.Builder |
JobStatus represents the current state of a Job.
|
| V1beta1Apiextensions | |
| V1beta1Apiextensions.CustomResourceDefinition |
CustomResourceDefinition represents a resource that should be exposed on the API server.
|
| V1beta1Apiextensions.CustomResourceDefinition.Builder |
CustomResourceDefinition represents a resource that should be exposed on the API server.
|
| V1beta1Apiextensions.CustomResourceDefinitionCondition |
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
| V1beta1Apiextensions.CustomResourceDefinitionCondition.Builder |
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
| V1beta1Apiextensions.CustomResourceDefinitionList |
CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
|
| V1beta1Apiextensions.CustomResourceDefinitionList.Builder |
CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
|
| V1beta1Apiextensions.CustomResourceDefinitionNames |
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
| V1beta1Apiextensions.CustomResourceDefinitionNames.Builder |
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
| V1beta1Apiextensions.CustomResourceDefinitionSpec |
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
| V1beta1Apiextensions.CustomResourceDefinitionSpec.Builder |
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
| V1beta1Apiextensions.CustomResourceDefinitionStatus |
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
| V1beta1Apiextensions.CustomResourceDefinitionStatus.Builder |
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
| V1beta1Apiextensions.CustomResourceValidation |
CustomResourceValidation is a list of validation methods for CustomResources.
|
| V1beta1Apiextensions.CustomResourceValidation.Builder |
CustomResourceValidation is a list of validation methods for CustomResources.
|
| V1beta1Apiextensions.ExternalDocumentation |
ExternalDocumentation allows referencing an external resource for extended documentation.
|
| V1beta1Apiextensions.ExternalDocumentation.Builder |
ExternalDocumentation allows referencing an external resource for extended documentation.
|
| V1beta1Apiextensions.JSON |
JSON represents any valid JSON value.
|
| V1beta1Apiextensions.JSON.Builder |
JSON represents any valid JSON value.
|
| V1beta1Apiextensions.JSONSchemaProps |
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
| V1beta1Apiextensions.JSONSchemaProps.Builder |
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
| V1beta1Apiextensions.JSONSchemaPropsOrArray |
JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps
or an array of JSONSchemaProps.
|
| V1beta1Apiextensions.JSONSchemaPropsOrArray.Builder |
JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps
or an array of JSONSchemaProps.
|
| V1beta1Apiextensions.JSONSchemaPropsOrBool |
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value.
|
| V1beta1Apiextensions.JSONSchemaPropsOrBool.Builder |
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value.
|
| V1beta1Apiextensions.JSONSchemaPropsOrStringArray |
JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.
|
| V1beta1Apiextensions.JSONSchemaPropsOrStringArray.Builder |
JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.
|
| V1beta1Apps | |
| V1beta1Apps.ControllerRevision |
DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision.
|
| V1beta1Apps.ControllerRevision.Builder |
DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision.
|
| V1beta1Apps.ControllerRevisionList |
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
|
| V1beta1Apps.ControllerRevisionList.Builder |
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
|
| V1beta1Apps.Deployment |
DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.
|
| V1beta1Apps.Deployment.Builder |
DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.
|
| V1beta1Apps.DeploymentCondition |
DeploymentCondition describes the state of a deployment at a certain point.
|
| V1beta1Apps.DeploymentCondition.Builder |
DeploymentCondition describes the state of a deployment at a certain point.
|
| V1beta1Apps.DeploymentList |
DeploymentList is a list of Deployments.
|
| V1beta1Apps.DeploymentList.Builder |
DeploymentList is a list of Deployments.
|
| V1beta1Apps.DeploymentRollback |
DEPRECATED.
|
| V1beta1Apps.DeploymentRollback.Builder |
DEPRECATED.
|
| V1beta1Apps.DeploymentSpec |
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
| V1beta1Apps.DeploymentSpec.Builder |
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
| V1beta1Apps.DeploymentStatus |
DeploymentStatus is the most recently observed status of the Deployment.
|
| V1beta1Apps.DeploymentStatus.Builder |
DeploymentStatus is the most recently observed status of the Deployment.
|
| V1beta1Apps.DeploymentStrategy |
DeploymentStrategy describes how to replace existing pods with new ones.
|
| V1beta1Apps.DeploymentStrategy.Builder |
DeploymentStrategy describes how to replace existing pods with new ones.
|
| V1beta1Apps.RollbackConfig |
DEPRECATED.
|
| V1beta1Apps.RollbackConfig.Builder |
DEPRECATED.
|
| V1beta1Apps.RollingUpdateDeployment |
Spec to control the desired behavior of rolling update.
|
| V1beta1Apps.RollingUpdateDeployment.Builder |
Spec to control the desired behavior of rolling update.
|
| V1beta1Apps.RollingUpdateStatefulSetStrategy |
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
| V1beta1Apps.RollingUpdateStatefulSetStrategy.Builder |
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
| V1beta1Apps.Scale |
Scale represents a scaling request for a resource.
|
| V1beta1Apps.Scale.Builder |
Scale represents a scaling request for a resource.
|
| V1beta1Apps.ScaleSpec |
ScaleSpec describes the attributes of a scale subresource
|
| V1beta1Apps.ScaleSpec.Builder |
ScaleSpec describes the attributes of a scale subresource
|
| V1beta1Apps.ScaleStatus |
ScaleStatus represents the current status of a scale subresource.
|
| V1beta1Apps.ScaleStatus.Builder |
ScaleStatus represents the current status of a scale subresource.
|
| V1beta1Apps.StatefulSet |
DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet.
|
| V1beta1Apps.StatefulSet.Builder |
DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet.
|
| V1beta1Apps.StatefulSetList |
StatefulSetList is a collection of StatefulSets.
|
| V1beta1Apps.StatefulSetList.Builder |
StatefulSetList is a collection of StatefulSets.
|
| V1beta1Apps.StatefulSetSpec |
A StatefulSetSpec is the specification of a StatefulSet.
|
| V1beta1Apps.StatefulSetSpec.Builder |
A StatefulSetSpec is the specification of a StatefulSet.
|
| V1beta1Apps.StatefulSetStatus |
StatefulSetStatus represents the current state of a StatefulSet.
|
| V1beta1Apps.StatefulSetStatus.Builder |
StatefulSetStatus represents the current state of a StatefulSet.
|
| V1beta1Apps.StatefulSetUpdateStrategy |
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
controller will use to perform updates.
|
| V1beta1Apps.StatefulSetUpdateStrategy.Builder |
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
controller will use to perform updates.
|
| V1beta1Authentication | |
| V1beta1Authentication.ExtraValue |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1beta1Authentication.ExtraValue.Builder |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1beta1Authentication.TokenReview |
TokenReview attempts to authenticate a token to a known user.
|
| V1beta1Authentication.TokenReview.Builder |
TokenReview attempts to authenticate a token to a known user.
|
| V1beta1Authentication.TokenReviewSpec |
TokenReviewSpec is a description of the token authentication request.
|
| V1beta1Authentication.TokenReviewSpec.Builder |
TokenReviewSpec is a description of the token authentication request.
|
| V1beta1Authentication.TokenReviewStatus |
TokenReviewStatus is the result of the token authentication request.
|
| V1beta1Authentication.TokenReviewStatus.Builder |
TokenReviewStatus is the result of the token authentication request.
|
| V1beta1Authentication.UserInfo |
UserInfo holds the information about the user needed to implement the
user.Info interface.
|
| V1beta1Authentication.UserInfo.Builder |
UserInfo holds the information about the user needed to implement the
user.Info interface.
|
| V1beta1Authorization | |
| V1beta1Authorization.ExtraValue |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1beta1Authorization.ExtraValue.Builder |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1beta1Authorization.LocalSubjectAccessReview |
LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
|
| V1beta1Authorization.LocalSubjectAccessReview.Builder |
LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
|
| V1beta1Authorization.NonResourceAttributes |
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
|
| V1beta1Authorization.NonResourceAttributes.Builder |
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
|
| V1beta1Authorization.NonResourceRule |
NonResourceRule holds information that describes a rule for the non-resource
|
| V1beta1Authorization.NonResourceRule.Builder |
NonResourceRule holds information that describes a rule for the non-resource
|
| V1beta1Authorization.ResourceAttributes |
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
|
| V1beta1Authorization.ResourceAttributes.Builder |
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
|
| V1beta1Authorization.ResourceRule |
ResourceRule is the list of actions the subject is allowed to perform on resources.
|
| V1beta1Authorization.ResourceRule.Builder |
ResourceRule is the list of actions the subject is allowed to perform on resources.
|
| V1beta1Authorization.SelfSubjectAccessReview |
SelfSubjectAccessReview checks whether or the current user can perform an action.
|
| V1beta1Authorization.SelfSubjectAccessReview.Builder |
SelfSubjectAccessReview checks whether or the current user can perform an action.
|
| V1beta1Authorization.SelfSubjectAccessReviewSpec |
SelfSubjectAccessReviewSpec is a description of the access request.
|
| V1beta1Authorization.SelfSubjectAccessReviewSpec.Builder |
SelfSubjectAccessReviewSpec is a description of the access request.
|
| V1beta1Authorization.SelfSubjectRulesReview |
SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.
|
| V1beta1Authorization.SelfSubjectRulesReview.Builder |
SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.
|
| V1beta1Authorization.SelfSubjectRulesReviewSpec |
Protobuf type
k8s.io.api.authorization.v1beta1.SelfSubjectRulesReviewSpec |
| V1beta1Authorization.SelfSubjectRulesReviewSpec.Builder |
Protobuf type
k8s.io.api.authorization.v1beta1.SelfSubjectRulesReviewSpec |
| V1beta1Authorization.SubjectAccessReview |
SubjectAccessReview checks whether or not a user or group can perform an action.
|
| V1beta1Authorization.SubjectAccessReview.Builder |
SubjectAccessReview checks whether or not a user or group can perform an action.
|
| V1beta1Authorization.SubjectAccessReviewSpec |
SubjectAccessReviewSpec is a description of the access request.
|
| V1beta1Authorization.SubjectAccessReviewSpec.Builder |
SubjectAccessReviewSpec is a description of the access request.
|
| V1beta1Authorization.SubjectAccessReviewStatus |
SubjectAccessReviewStatus
|
| V1beta1Authorization.SubjectAccessReviewStatus.Builder |
SubjectAccessReviewStatus
|
| V1beta1Authorization.SubjectRulesReviewStatus |
SubjectRulesReviewStatus contains the result of a rules check.
|
| V1beta1Authorization.SubjectRulesReviewStatus.Builder |
SubjectRulesReviewStatus contains the result of a rules check.
|
| V1beta1Batch | |
| V1beta1Batch.CronJob |
CronJob represents the configuration of a single cron job.
|
| V1beta1Batch.CronJob.Builder |
CronJob represents the configuration of a single cron job.
|
| V1beta1Batch.CronJobList |
CronJobList is a collection of cron jobs.
|
| V1beta1Batch.CronJobList.Builder |
CronJobList is a collection of cron jobs.
|
| V1beta1Batch.CronJobSpec |
CronJobSpec describes how the job execution will look like and when it will actually run.
|
| V1beta1Batch.CronJobSpec.Builder |
CronJobSpec describes how the job execution will look like and when it will actually run.
|
| V1beta1Batch.CronJobStatus |
CronJobStatus represents the current state of a cron job.
|
| V1beta1Batch.CronJobStatus.Builder |
CronJobStatus represents the current state of a cron job.
|
| V1beta1Batch.JobTemplate |
JobTemplate describes a template for creating copies of a predefined pod.
|
| V1beta1Batch.JobTemplate.Builder |
JobTemplate describes a template for creating copies of a predefined pod.
|
| V1beta1Batch.JobTemplateSpec |
JobTemplateSpec describes the data a Job should have when created from a template
|
| V1beta1Batch.JobTemplateSpec.Builder |
JobTemplateSpec describes the data a Job should have when created from a template
|
| V1beta1Certificates | |
| V1beta1Certificates.CertificateSigningRequest |
Describes a certificate signing request
|
| V1beta1Certificates.CertificateSigningRequest.Builder |
Describes a certificate signing request
|
| V1beta1Certificates.CertificateSigningRequestCondition |
Protobuf type
k8s.io.api.certificates.v1beta1.CertificateSigningRequestCondition |
| V1beta1Certificates.CertificateSigningRequestCondition.Builder |
Protobuf type
k8s.io.api.certificates.v1beta1.CertificateSigningRequestCondition |
| V1beta1Certificates.CertificateSigningRequestList |
Protobuf type
k8s.io.api.certificates.v1beta1.CertificateSigningRequestList |
| V1beta1Certificates.CertificateSigningRequestList.Builder |
Protobuf type
k8s.io.api.certificates.v1beta1.CertificateSigningRequestList |
| V1beta1Certificates.CertificateSigningRequestSpec |
This information is immutable after the request is created.
|
| V1beta1Certificates.CertificateSigningRequestSpec.Builder |
This information is immutable after the request is created.
|
| V1beta1Certificates.CertificateSigningRequestStatus |
Protobuf type
k8s.io.api.certificates.v1beta1.CertificateSigningRequestStatus |
| V1beta1Certificates.CertificateSigningRequestStatus.Builder |
Protobuf type
k8s.io.api.certificates.v1beta1.CertificateSigningRequestStatus |
| V1beta1Certificates.ExtraValue |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1beta1Certificates.ExtraValue.Builder |
ExtraValue masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
| V1beta1Extensions | |
| V1beta1Extensions.AllowedHostPath |
defines the host volume conditions that will be enabled by a policy
for pods to use.
|
| V1beta1Extensions.AllowedHostPath.Builder |
defines the host volume conditions that will be enabled by a policy
for pods to use.
|
| V1beta1Extensions.APIVersion |
An APIVersion represents a single concrete version of an object model.
|
| V1beta1Extensions.APIVersion.Builder |
An APIVersion represents a single concrete version of an object model.
|
| V1beta1Extensions.CustomMetricCurrentStatus |
Protobuf type
k8s.io.api.extensions.v1beta1.CustomMetricCurrentStatus |
| V1beta1Extensions.CustomMetricCurrentStatus.Builder |
Protobuf type
k8s.io.api.extensions.v1beta1.CustomMetricCurrentStatus |
| V1beta1Extensions.CustomMetricCurrentStatusList |
Protobuf type
k8s.io.api.extensions.v1beta1.CustomMetricCurrentStatusList |
| V1beta1Extensions.CustomMetricCurrentStatusList.Builder |
Protobuf type
k8s.io.api.extensions.v1beta1.CustomMetricCurrentStatusList |
| V1beta1Extensions.CustomMetricTarget |
Alpha-level support for Custom Metrics in HPA (as annotations).
|
| V1beta1Extensions.CustomMetricTarget.Builder |
Alpha-level support for Custom Metrics in HPA (as annotations).
|
| V1beta1Extensions.CustomMetricTargetList |
Protobuf type
k8s.io.api.extensions.v1beta1.CustomMetricTargetList |
| V1beta1Extensions.CustomMetricTargetList.Builder |
Protobuf type
k8s.io.api.extensions.v1beta1.CustomMetricTargetList |
| V1beta1Extensions.DaemonSet |
DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet.
|
| V1beta1Extensions.DaemonSet.Builder |
DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet.
|
| V1beta1Extensions.DaemonSetList |
DaemonSetList is a collection of daemon sets.
|
| V1beta1Extensions.DaemonSetList.Builder |
DaemonSetList is a collection of daemon sets.
|
| V1beta1Extensions.DaemonSetSpec |
DaemonSetSpec is the specification of a daemon set.
|
| V1beta1Extensions.DaemonSetSpec.Builder |
DaemonSetSpec is the specification of a daemon set.
|
| V1beta1Extensions.DaemonSetStatus |
DaemonSetStatus represents the current status of a daemon set.
|
| V1beta1Extensions.DaemonSetStatus.Builder |
DaemonSetStatus represents the current status of a daemon set.
|
| V1beta1Extensions.DaemonSetUpdateStrategy |
Protobuf type
k8s.io.api.extensions.v1beta1.DaemonSetUpdateStrategy |
| V1beta1Extensions.DaemonSetUpdateStrategy.Builder |
Protobuf type
k8s.io.api.extensions.v1beta1.DaemonSetUpdateStrategy |
| V1beta1Extensions.Deployment |
DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.
|
| V1beta1Extensions.Deployment.Builder |
DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.
|
| V1beta1Extensions.DeploymentCondition |
DeploymentCondition describes the state of a deployment at a certain point.
|
| V1beta1Extensions.DeploymentCondition.Builder |
DeploymentCondition describes the state of a deployment at a certain point.
|
| V1beta1Extensions.DeploymentList |
DeploymentList is a list of Deployments.
|
| V1beta1Extensions.DeploymentList.Builder |
DeploymentList is a list of Deployments.
|
| V1beta1Extensions.DeploymentRollback |
DEPRECATED.
|
| V1beta1Extensions.DeploymentRollback.Builder |
DEPRECATED.
|
| V1beta1Extensions.DeploymentSpec |
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
| V1beta1Extensions.DeploymentSpec.Builder |
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
| V1beta1Extensions.DeploymentStatus |
DeploymentStatus is the most recently observed status of the Deployment.
|
| V1beta1Extensions.DeploymentStatus.Builder |
DeploymentStatus is the most recently observed status of the Deployment.
|
| V1beta1Extensions.DeploymentStrategy |
DeploymentStrategy describes how to replace existing pods with new ones.
|
| V1beta1Extensions.DeploymentStrategy.Builder |
DeploymentStrategy describes how to replace existing pods with new ones.
|
| V1beta1Extensions.FSGroupStrategyOptions |
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
| V1beta1Extensions.FSGroupStrategyOptions.Builder |
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
| V1beta1Extensions.HostPortRange |
Host Port Range defines a range of host ports that will be enabled by a policy
for pods to use.
|
| V1beta1Extensions.HostPortRange.Builder |
Host Port Range defines a range of host ports that will be enabled by a policy
for pods to use.
|
| V1beta1Extensions.HTTPIngressPath |
HTTPIngressPath associates a path regex with a backend.
|
| V1beta1Extensions.HTTPIngressPath.Builder |
HTTPIngressPath associates a path regex with a backend.
|
| V1beta1Extensions.HTTPIngressRuleValue |
HTTPIngressRuleValue is a list of http selectors pointing to backends.
|
| V1beta1Extensions.HTTPIngressRuleValue.Builder |
HTTPIngressRuleValue is a list of http selectors pointing to backends.
|
| V1beta1Extensions.IDRange |
ID Range provides a min/max of an allowed range of IDs.
|
| V1beta1Extensions.IDRange.Builder |
ID Range provides a min/max of an allowed range of IDs.
|
| V1beta1Extensions.Ingress |
Ingress is a collection of rules that allow inbound connections to reach the
endpoints defined by a backend.
|
| V1beta1Extensions.Ingress.Builder |
Ingress is a collection of rules that allow inbound connections to reach the
endpoints defined by a backend.
|
| V1beta1Extensions.IngressBackend |
IngressBackend describes all endpoints for a given service and port.
|
| V1beta1Extensions.IngressBackend.Builder |
IngressBackend describes all endpoints for a given service and port.
|
| V1beta1Extensions.IngressList |
IngressList is a collection of Ingress.
|
| V1beta1Extensions.IngressList.Builder |
IngressList is a collection of Ingress.
|
| V1beta1Extensions.IngressRule |
IngressRule represents the rules mapping the paths under a specified host to
the related backend services.
|
| V1beta1Extensions.IngressRule.Builder |
IngressRule represents the rules mapping the paths under a specified host to
the related backend services.
|
| V1beta1Extensions.IngressRuleValue |
IngressRuleValue represents a rule to apply against incoming requests.
|
| V1beta1Extensions.IngressRuleValue.Builder |
IngressRuleValue represents a rule to apply against incoming requests.
|
| V1beta1Extensions.IngressSpec |
IngressSpec describes the Ingress the user wishes to exist.
|
| V1beta1Extensions.IngressSpec.Builder |
IngressSpec describes the Ingress the user wishes to exist.
|
| V1beta1Extensions.IngressStatus |
IngressStatus describe the current state of the Ingress.
|
| V1beta1Extensions.IngressStatus.Builder |
IngressStatus describe the current state of the Ingress.
|
| V1beta1Extensions.IngressTLS |
IngressTLS describes the transport layer security associated with an Ingress.
|
| V1beta1Extensions.IngressTLS.Builder |
IngressTLS describes the transport layer security associated with an Ingress.
|
| V1beta1Extensions.IPBlock |
IPBlock describes a particular CIDR (Ex.
|
| V1beta1Extensions.IPBlock.Builder |
IPBlock describes a particular CIDR (Ex.
|
| V1beta1Extensions.NetworkPolicy |
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
| V1beta1Extensions.NetworkPolicy.Builder |
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
| V1beta1Extensions.NetworkPolicyEgressRule |
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods
matched by a NetworkPolicySpec's podSelector.
|
| V1beta1Extensions.NetworkPolicyEgressRule.Builder |
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods
matched by a NetworkPolicySpec's podSelector.
|
| V1beta1Extensions.NetworkPolicyIngressRule |
This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.
|
| V1beta1Extensions.NetworkPolicyIngressRule.Builder |
This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.
|
| V1beta1Extensions.NetworkPolicyList |
Network Policy List is a list of NetworkPolicy objects.
|
| V1beta1Extensions.NetworkPolicyList.Builder |
Network Policy List is a list of NetworkPolicy objects.
|
| V1beta1Extensions.NetworkPolicyPeer |
Protobuf type
k8s.io.api.extensions.v1beta1.NetworkPolicyPeer |
| V1beta1Extensions.NetworkPolicyPeer.Builder |
Protobuf type
k8s.io.api.extensions.v1beta1.NetworkPolicyPeer |
| V1beta1Extensions.NetworkPolicyPort |
Protobuf type
k8s.io.api.extensions.v1beta1.NetworkPolicyPort |
| V1beta1Extensions.NetworkPolicyPort.Builder |
Protobuf type
k8s.io.api.extensions.v1beta1.NetworkPolicyPort |
| V1beta1Extensions.NetworkPolicySpec |
Protobuf type
k8s.io.api.extensions.v1beta1.NetworkPolicySpec |
| V1beta1Extensions.NetworkPolicySpec.Builder |
Protobuf type
k8s.io.api.extensions.v1beta1.NetworkPolicySpec |
| V1beta1Extensions.PodSecurityPolicy |
Pod Security Policy governs the ability to make requests that affect the Security Context
that will be applied to a pod and container.
|
| V1beta1Extensions.PodSecurityPolicy.Builder |
Pod Security Policy governs the ability to make requests that affect the Security Context
that will be applied to a pod and container.
|
| V1beta1Extensions.PodSecurityPolicyList |
Pod Security Policy List is a list of PodSecurityPolicy objects.
|
| V1beta1Extensions.PodSecurityPolicyList.Builder |
Pod Security Policy List is a list of PodSecurityPolicy objects.
|
| V1beta1Extensions.PodSecurityPolicySpec |
Pod Security Policy Spec defines the policy enforced.
|
| V1beta1Extensions.PodSecurityPolicySpec.Builder |
Pod Security Policy Spec defines the policy enforced.
|
| V1beta1Extensions.ReplicaSet |
DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet.
|
| V1beta1Extensions.ReplicaSet.Builder |
DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet.
|
| V1beta1Extensions.ReplicaSetCondition |
ReplicaSetCondition describes the state of a replica set at a certain point.
|
| V1beta1Extensions.ReplicaSetCondition.Builder |
ReplicaSetCondition describes the state of a replica set at a certain point.
|
| V1beta1Extensions.ReplicaSetList |
ReplicaSetList is a collection of ReplicaSets.
|
| V1beta1Extensions.ReplicaSetList.Builder |
ReplicaSetList is a collection of ReplicaSets.
|
| V1beta1Extensions.ReplicaSetSpec |
ReplicaSetSpec is the specification of a ReplicaSet.
|
| V1beta1Extensions.ReplicaSetSpec.Builder |
ReplicaSetSpec is the specification of a ReplicaSet.
|
| V1beta1Extensions.ReplicaSetStatus |
ReplicaSetStatus represents the current status of a ReplicaSet.
|
| V1beta1Extensions.ReplicaSetStatus.Builder |
ReplicaSetStatus represents the current status of a ReplicaSet.
|
| V1beta1Extensions.ReplicationControllerDummy |
Dummy definition
|
| V1beta1Extensions.ReplicationControllerDummy.Builder |
Dummy definition
|
| V1beta1Extensions.RollbackConfig |
DEPRECATED.
|
| V1beta1Extensions.RollbackConfig.Builder |
DEPRECATED.
|
| V1beta1Extensions.RollingUpdateDaemonSet |
Spec to control the desired behavior of daemon set rolling update.
|
| V1beta1Extensions.RollingUpdateDaemonSet.Builder |
Spec to control the desired behavior of daemon set rolling update.
|
| V1beta1Extensions.RollingUpdateDeployment |
Spec to control the desired behavior of rolling update.
|
| V1beta1Extensions.RollingUpdateDeployment.Builder |
Spec to control the desired behavior of rolling update.
|
| V1beta1Extensions.RunAsUserStrategyOptions |
Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.
|
| V1beta1Extensions.RunAsUserStrategyOptions.Builder |
Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.
|
| V1beta1Extensions.Scale |
represents a scaling request for a resource.
|
| V1beta1Extensions.Scale.Builder |
represents a scaling request for a resource.
|
| V1beta1Extensions.ScaleSpec |
describes the attributes of a scale subresource
|
| V1beta1Extensions.ScaleSpec.Builder |
describes the attributes of a scale subresource
|
| V1beta1Extensions.ScaleStatus |
represents the current status of a scale subresource.
|
| V1beta1Extensions.ScaleStatus.Builder |
represents the current status of a scale subresource.
|
| V1beta1Extensions.SELinuxStrategyOptions |
SELinux Strategy Options defines the strategy type and any options used to create the strategy.
|
| V1beta1Extensions.SELinuxStrategyOptions.Builder |
SELinux Strategy Options defines the strategy type and any options used to create the strategy.
|
| V1beta1Extensions.SupplementalGroupsStrategyOptions |
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
| V1beta1Extensions.SupplementalGroupsStrategyOptions.Builder |
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
| V1beta1Extensions.ThirdPartyResource |
A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource
types to the API.
|
| V1beta1Extensions.ThirdPartyResource.Builder |
A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource
types to the API.
|
| V1beta1Extensions.ThirdPartyResourceData |
An internal object, used for versioned storage in etcd.
|
| V1beta1Extensions.ThirdPartyResourceData.Builder |
An internal object, used for versioned storage in etcd.
|
| V1beta1Extensions.ThirdPartyResourceDataList |
ThirdPartyResrouceDataList is a list of ThirdPartyResourceData.
|
| V1beta1Extensions.ThirdPartyResourceDataList.Builder |
ThirdPartyResrouceDataList is a list of ThirdPartyResourceData.
|
| V1beta1Extensions.ThirdPartyResourceList |
ThirdPartyResourceList is a list of ThirdPartyResources.
|
| V1beta1Extensions.ThirdPartyResourceList.Builder |
ThirdPartyResourceList is a list of ThirdPartyResources.
|
| V1beta1Policy | |
| V1beta1Policy.Eviction |
Eviction evicts a pod from its node subject to certain policies and safety constraints.
|
| V1beta1Policy.Eviction.Builder |
Eviction evicts a pod from its node subject to certain policies and safety constraints.
|
| V1beta1Policy.PodDisruptionBudget |
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
|
| V1beta1Policy.PodDisruptionBudget.Builder |
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
|
| V1beta1Policy.PodDisruptionBudgetList |
PodDisruptionBudgetList is a collection of PodDisruptionBudgets.
|
| V1beta1Policy.PodDisruptionBudgetList.Builder |
PodDisruptionBudgetList is a collection of PodDisruptionBudgets.
|
| V1beta1Policy.PodDisruptionBudgetSpec |
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
| V1beta1Policy.PodDisruptionBudgetSpec.Builder |
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
| V1beta1Policy.PodDisruptionBudgetStatus |
PodDisruptionBudgetStatus represents information about the status of a
PodDisruptionBudget.
|
| V1beta1Policy.PodDisruptionBudgetStatus.Builder |
PodDisruptionBudgetStatus represents information about the status of a
PodDisruptionBudget.
|
| V1beta1Rbac | |
| V1beta1Rbac.ClusterRole |
ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
|
| V1beta1Rbac.ClusterRole.Builder |
ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
|
| V1beta1Rbac.ClusterRoleBinding |
ClusterRoleBinding references a ClusterRole, but not contain it.
|
| V1beta1Rbac.ClusterRoleBinding.Builder |
ClusterRoleBinding references a ClusterRole, but not contain it.
|
| V1beta1Rbac.ClusterRoleBindingList |
ClusterRoleBindingList is a collection of ClusterRoleBindings
|
| V1beta1Rbac.ClusterRoleBindingList.Builder |
ClusterRoleBindingList is a collection of ClusterRoleBindings
|
| V1beta1Rbac.ClusterRoleList |
ClusterRoleList is a collection of ClusterRoles
|
| V1beta1Rbac.ClusterRoleList.Builder |
ClusterRoleList is a collection of ClusterRoles
|
| V1beta1Rbac.PolicyRule |
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.
|
| V1beta1Rbac.PolicyRule.Builder |
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.
|
| V1beta1Rbac.Role |
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
|
| V1beta1Rbac.Role.Builder |
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
|
| V1beta1Rbac.RoleBinding |
RoleBinding references a role, but does not contain it.
|
| V1beta1Rbac.RoleBinding.Builder |
RoleBinding references a role, but does not contain it.
|
| V1beta1Rbac.RoleBindingList |
RoleBindingList is a collection of RoleBindings
|
| V1beta1Rbac.RoleBindingList.Builder |
RoleBindingList is a collection of RoleBindings
|
| V1beta1Rbac.RoleList |
RoleList is a collection of Roles
|
| V1beta1Rbac.RoleList.Builder |
RoleList is a collection of Roles
|
| V1beta1Rbac.RoleRef |
RoleRef contains information that points to the role being used
|
| V1beta1Rbac.RoleRef.Builder |
RoleRef contains information that points to the role being used
|
| V1beta1Rbac.Subject |
Subject contains a reference to the object or user identities a role binding applies to.
|
| V1beta1Rbac.Subject.Builder |
Subject contains a reference to the object or user identities a role binding applies to.
|
| V1beta1Storage | |
| V1beta1Storage.StorageClass |
StorageClass describes the parameters for a class of storage for
which PersistentVolumes can be dynamically provisioned.
|
| V1beta1Storage.StorageClass.Builder |
StorageClass describes the parameters for a class of storage for
which PersistentVolumes can be dynamically provisioned.
|
| V1beta1Storage.StorageClassList |
StorageClassList is a collection of storage classes.
|
| V1beta1Storage.StorageClassList.Builder |
StorageClassList is a collection of storage classes.
|
| V1beta2Apps | |
| V1beta2Apps.ControllerRevision |
ControllerRevision implements an immutable snapshot of state data.
|
| V1beta2Apps.ControllerRevision.Builder |
ControllerRevision implements an immutable snapshot of state data.
|
| V1beta2Apps.ControllerRevisionList |
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
|
| V1beta2Apps.ControllerRevisionList.Builder |
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
|
| V1beta2Apps.DaemonSet |
DaemonSet represents the configuration of a daemon set.
|
| V1beta2Apps.DaemonSet.Builder |
DaemonSet represents the configuration of a daemon set.
|
| V1beta2Apps.DaemonSetList |
DaemonSetList is a collection of daemon sets.
|
| V1beta2Apps.DaemonSetList.Builder |
DaemonSetList is a collection of daemon sets.
|
| V1beta2Apps.DaemonSetSpec |
DaemonSetSpec is the specification of a daemon set.
|
| V1beta2Apps.DaemonSetSpec.Builder |
DaemonSetSpec is the specification of a daemon set.
|
| V1beta2Apps.DaemonSetStatus |
DaemonSetStatus represents the current status of a daemon set.
|
| V1beta2Apps.DaemonSetStatus.Builder |
DaemonSetStatus represents the current status of a daemon set.
|
| V1beta2Apps.DaemonSetUpdateStrategy |
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
| V1beta2Apps.DaemonSetUpdateStrategy.Builder |
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
|
| V1beta2Apps.Deployment |
Deployment enables declarative updates for Pods and ReplicaSets.
|
| V1beta2Apps.Deployment.Builder |
Deployment enables declarative updates for Pods and ReplicaSets.
|
| V1beta2Apps.DeploymentCondition |
DeploymentCondition describes the state of a deployment at a certain point.
|
| V1beta2Apps.DeploymentCondition.Builder |
DeploymentCondition describes the state of a deployment at a certain point.
|
| V1beta2Apps.DeploymentList |
DeploymentList is a list of Deployments.
|
| V1beta2Apps.DeploymentList.Builder |
DeploymentList is a list of Deployments.
|
| V1beta2Apps.DeploymentSpec |
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
| V1beta2Apps.DeploymentSpec.Builder |
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
| V1beta2Apps.DeploymentStatus |
DeploymentStatus is the most recently observed status of the Deployment.
|
| V1beta2Apps.DeploymentStatus.Builder |
DeploymentStatus is the most recently observed status of the Deployment.
|
| V1beta2Apps.DeploymentStrategy |
DeploymentStrategy describes how to replace existing pods with new ones.
|
| V1beta2Apps.DeploymentStrategy.Builder |
DeploymentStrategy describes how to replace existing pods with new ones.
|
| V1beta2Apps.ReplicaSet |
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
| V1beta2Apps.ReplicaSet.Builder |
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
| V1beta2Apps.ReplicaSetCondition |
ReplicaSetCondition describes the state of a replica set at a certain point.
|
| V1beta2Apps.ReplicaSetCondition.Builder |
ReplicaSetCondition describes the state of a replica set at a certain point.
|
| V1beta2Apps.ReplicaSetList |
ReplicaSetList is a collection of ReplicaSets.
|
| V1beta2Apps.ReplicaSetList.Builder |
ReplicaSetList is a collection of ReplicaSets.
|
| V1beta2Apps.ReplicaSetSpec |
ReplicaSetSpec is the specification of a ReplicaSet.
|
| V1beta2Apps.ReplicaSetSpec.Builder |
ReplicaSetSpec is the specification of a ReplicaSet.
|
| V1beta2Apps.ReplicaSetStatus |
ReplicaSetStatus represents the current status of a ReplicaSet.
|
| V1beta2Apps.ReplicaSetStatus.Builder |
ReplicaSetStatus represents the current status of a ReplicaSet.
|
| V1beta2Apps.RollingUpdateDaemonSet |
Spec to control the desired behavior of daemon set rolling update.
|
| V1beta2Apps.RollingUpdateDaemonSet.Builder |
Spec to control the desired behavior of daemon set rolling update.
|
| V1beta2Apps.RollingUpdateDeployment |
Spec to control the desired behavior of rolling update.
|
| V1beta2Apps.RollingUpdateDeployment.Builder |
Spec to control the desired behavior of rolling update.
|
| V1beta2Apps.RollingUpdateStatefulSetStrategy |
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
| V1beta2Apps.RollingUpdateStatefulSetStrategy.Builder |
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
| V1beta2Apps.Scale |
Scale represents a scaling request for a resource.
|
| V1beta2Apps.Scale.Builder |
Scale represents a scaling request for a resource.
|
| V1beta2Apps.ScaleSpec |
ScaleSpec describes the attributes of a scale subresource
|
| V1beta2Apps.ScaleSpec.Builder |
ScaleSpec describes the attributes of a scale subresource
|
| V1beta2Apps.ScaleStatus |
ScaleStatus represents the current status of a scale subresource.
|
| V1beta2Apps.ScaleStatus.Builder |
ScaleStatus represents the current status of a scale subresource.
|
| V1beta2Apps.StatefulSet |
StatefulSet represents a set of pods with consistent identities.
|
| V1beta2Apps.StatefulSet.Builder |
StatefulSet represents a set of pods with consistent identities.
|
| V1beta2Apps.StatefulSetList |
StatefulSetList is a collection of StatefulSets.
|
| V1beta2Apps.StatefulSetList.Builder |
StatefulSetList is a collection of StatefulSets.
|
| V1beta2Apps.StatefulSetSpec |
A StatefulSetSpec is the specification of a StatefulSet.
|
| V1beta2Apps.StatefulSetSpec.Builder |
A StatefulSetSpec is the specification of a StatefulSet.
|
| V1beta2Apps.StatefulSetStatus |
StatefulSetStatus represents the current state of a StatefulSet.
|
| V1beta2Apps.StatefulSetStatus.Builder |
StatefulSetStatus represents the current state of a StatefulSet.
|
| V1beta2Apps.StatefulSetUpdateStrategy |
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
controller will use to perform updates.
|
| V1beta2Apps.StatefulSetUpdateStrategy.Builder |
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
controller will use to perform updates.
|
| V1Networking | |
| V1Networking.IPBlock |
IPBlock describes a particular CIDR (Ex.
|
| V1Networking.IPBlock.Builder |
IPBlock describes a particular CIDR (Ex.
|
| V1Networking.NetworkPolicy |
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
| V1Networking.NetworkPolicy.Builder |
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
| V1Networking.NetworkPolicyEgressRule |
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods
matched by a NetworkPolicySpec's podSelector.
|
| V1Networking.NetworkPolicyEgressRule.Builder |
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods
matched by a NetworkPolicySpec's podSelector.
|
| V1Networking.NetworkPolicyIngressRule |
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods
matched by a NetworkPolicySpec's podSelector.
|
| V1Networking.NetworkPolicyIngressRule.Builder |
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods
matched by a NetworkPolicySpec's podSelector.
|
| V1Networking.NetworkPolicyList |
NetworkPolicyList is a list of NetworkPolicy objects.
|
| V1Networking.NetworkPolicyList.Builder |
NetworkPolicyList is a list of NetworkPolicy objects.
|
| V1Networking.NetworkPolicyPeer |
NetworkPolicyPeer describes a peer to allow traffic from.
|
| V1Networking.NetworkPolicyPeer.Builder |
NetworkPolicyPeer describes a peer to allow traffic from.
|
| V1Networking.NetworkPolicyPort |
NetworkPolicyPort describes a port to allow traffic on
|
| V1Networking.NetworkPolicyPort.Builder |
NetworkPolicyPort describes a port to allow traffic on
|
| V1Networking.NetworkPolicySpec |
NetworkPolicySpec provides the specification of a NetworkPolicy
|
| V1Networking.NetworkPolicySpec.Builder |
NetworkPolicySpec provides the specification of a NetworkPolicy
|
| V1Rbac | |
| V1Rbac.ClusterRole |
ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
|
| V1Rbac.ClusterRole.Builder |
ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
|
| V1Rbac.ClusterRoleBinding |
ClusterRoleBinding references a ClusterRole, but not contain it.
|
| V1Rbac.ClusterRoleBinding.Builder |
ClusterRoleBinding references a ClusterRole, but not contain it.
|
| V1Rbac.ClusterRoleBindingList |
ClusterRoleBindingList is a collection of ClusterRoleBindings
|
| V1Rbac.ClusterRoleBindingList.Builder |
ClusterRoleBindingList is a collection of ClusterRoleBindings
|
| V1Rbac.ClusterRoleList |
ClusterRoleList is a collection of ClusterRoles
|
| V1Rbac.ClusterRoleList.Builder |
ClusterRoleList is a collection of ClusterRoles
|
| V1Rbac.PolicyRule |
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.
|
| V1Rbac.PolicyRule.Builder |
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.
|
| V1Rbac.Role |
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
|
| V1Rbac.Role.Builder |
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
|
| V1Rbac.RoleBinding |
RoleBinding references a role, but does not contain it.
|
| V1Rbac.RoleBinding.Builder |
RoleBinding references a role, but does not contain it.
|
| V1Rbac.RoleBindingList |
RoleBindingList is a collection of RoleBindings
|
| V1Rbac.RoleBindingList.Builder |
RoleBindingList is a collection of RoleBindings
|
| V1Rbac.RoleList |
RoleList is a collection of Roles
|
| V1Rbac.RoleList.Builder |
RoleList is a collection of Roles
|
| V1Rbac.RoleRef |
RoleRef contains information that points to the role being used
|
| V1Rbac.RoleRef.Builder |
RoleRef contains information that points to the role being used
|
| V1Rbac.Subject |
Subject contains a reference to the object or user identities a role binding applies to.
|
| V1Rbac.Subject.Builder |
Subject contains a reference to the object or user identities a role binding applies to.
|
| V1Storage | |
| V1Storage.StorageClass |
StorageClass describes the parameters for a class of storage for
which PersistentVolumes can be dynamically provisioned.
|
| V1Storage.StorageClass.Builder |
StorageClass describes the parameters for a class of storage for
which PersistentVolumes can be dynamically provisioned.
|
| V1Storage.StorageClassList |
StorageClassList is a collection of storage classes.
|
| V1Storage.StorageClassList.Builder |
StorageClassList is a collection of storage classes.
|
| V2alpha1Batch | |
| V2alpha1Batch.CronJob |
CronJob represents the configuration of a single cron job.
|
| V2alpha1Batch.CronJob.Builder |
CronJob represents the configuration of a single cron job.
|
| V2alpha1Batch.CronJobList |
CronJobList is a collection of cron jobs.
|
| V2alpha1Batch.CronJobList.Builder |
CronJobList is a collection of cron jobs.
|
| V2alpha1Batch.CronJobSpec |
CronJobSpec describes how the job execution will look like and when it will actually run.
|
| V2alpha1Batch.CronJobSpec.Builder |
CronJobSpec describes how the job execution will look like and when it will actually run.
|
| V2alpha1Batch.CronJobStatus |
CronJobStatus represents the current state of a cron job.
|
| V2alpha1Batch.CronJobStatus.Builder |
CronJobStatus represents the current state of a cron job.
|
| V2alpha1Batch.JobTemplate |
JobTemplate describes a template for creating copies of a predefined pod.
|
| V2alpha1Batch.JobTemplate.Builder |
JobTemplate describes a template for creating copies of a predefined pod.
|
| V2alpha1Batch.JobTemplateSpec |
JobTemplateSpec describes the data a Job should have when created from a template
|
| V2alpha1Batch.JobTemplateSpec.Builder |
JobTemplateSpec describes the data a Job should have when created from a template
|
| V2beta1Autoscaling | |
| V2beta1Autoscaling.CrossVersionObjectReference |
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
| V2beta1Autoscaling.CrossVersionObjectReference.Builder |
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
| V2beta1Autoscaling.HorizontalPodAutoscaler |
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.
|
| V2beta1Autoscaling.HorizontalPodAutoscaler.Builder |
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.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerCondition |
HorizontalPodAutoscalerCondition describes the state of
a HorizontalPodAutoscaler at a certain point.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerCondition.Builder |
HorizontalPodAutoscalerCondition describes the state of
a HorizontalPodAutoscaler at a certain point.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerList |
HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerList.Builder |
HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerSpec |
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerSpec.Builder |
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
| V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder |
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
| V2beta1Autoscaling.MetricSpec |
MetricSpec specifies how to scale based on a single metric
(only `type` and one other matching field should be set at once).
|
| V2beta1Autoscaling.MetricSpec.Builder |
MetricSpec specifies how to scale based on a single metric
(only `type` and one other matching field should be set at once).
|
| V2beta1Autoscaling.MetricStatus |
MetricStatus describes the last-read state of a single metric.
|
| V2beta1Autoscaling.MetricStatus.Builder |
MetricStatus describes the last-read state of a single metric.
|
| V2beta1Autoscaling.ObjectMetricSource |
ObjectMetricSource indicates how to scale on a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V2beta1Autoscaling.ObjectMetricSource.Builder |
ObjectMetricSource indicates how to scale on a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V2beta1Autoscaling.ObjectMetricStatus |
ObjectMetricStatus indicates the current value of a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V2beta1Autoscaling.ObjectMetricStatus.Builder |
ObjectMetricStatus indicates the current value of a metric describing a
kubernetes object (for example, hits-per-second on an Ingress object).
|
| V2beta1Autoscaling.PodsMetricSource |
PodsMetricSource indicates how to scale on a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V2beta1Autoscaling.PodsMetricSource.Builder |
PodsMetricSource indicates how to scale on a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V2beta1Autoscaling.PodsMetricStatus |
PodsMetricStatus indicates the current value of a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V2beta1Autoscaling.PodsMetricStatus.Builder |
PodsMetricStatus indicates the current value of a metric describing each pod in
the current scale target (for example, transactions-processed-per-second).
|
| V2beta1Autoscaling.ResourceMetricSource |
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.
|
| V2beta1Autoscaling.ResourceMetricSource.Builder |
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.
|
| V2beta1Autoscaling.ResourceMetricStatus |
ResourceMetricStatus indicates the current value of a resource metric known to
Kubernetes, as specified in requests and limits, describing each pod in the
current scale target (e.g.
|
| V2beta1Autoscaling.ResourceMetricStatus.Builder |
ResourceMetricStatus indicates the current value of a resource metric known to
Kubernetes, as specified in requests and limits, describing each pod in the
current scale target (e.g.
|
Copyright © 2018. All rights reserved.