Binding |
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
|
BindingArgs |
|
BindingArgs.Builder |
|
BindingPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
BindingPatchArgs |
|
BindingPatchArgs.Builder |
|
ConfigMap |
ConfigMap holds configuration data for pods to consume.
|
ConfigMapArgs |
|
ConfigMapArgs.Builder |
|
ConfigMapList |
ConfigMapList is a resource containing a list of ConfigMap objects.
|
ConfigMapListArgs |
|
ConfigMapListArgs.Builder |
|
ConfigMapPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
ConfigMapPatchArgs |
|
ConfigMapPatchArgs.Builder |
|
Endpoints |
Endpoints is a collection of endpoints that implement the actual service.
|
EndpointsArgs |
|
EndpointsArgs.Builder |
|
EndpointsList |
EndpointsList is a list of endpoints.
|
EndpointsListArgs |
|
EndpointsListArgs.Builder |
|
EndpointsPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
EndpointsPatchArgs |
|
EndpointsPatchArgs.Builder |
|
Event |
Event is a report of an event somewhere in the cluster.
|
EventArgs |
|
EventArgs.Builder |
|
EventList |
EventList is a list of events.
|
EventListArgs |
|
EventListArgs.Builder |
|
EventPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
EventPatchArgs |
|
EventPatchArgs.Builder |
|
LimitRange |
LimitRange sets resource usage limits for each kind of resource in a Namespace.
|
LimitRangeArgs |
|
LimitRangeArgs.Builder |
|
LimitRangeList |
LimitRangeList is a list of LimitRange items.
|
LimitRangeListArgs |
|
LimitRangeListArgs.Builder |
|
LimitRangePatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
LimitRangePatchArgs |
|
LimitRangePatchArgs.Builder |
|
Namespace |
Namespace provides a scope for Names.
|
NamespaceArgs |
|
NamespaceArgs.Builder |
|
NamespaceList |
NamespaceList is a list of Namespaces.
|
NamespaceListArgs |
|
NamespaceListArgs.Builder |
|
NamespacePatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
NamespacePatchArgs |
|
NamespacePatchArgs.Builder |
|
Node |
Node is a worker node in Kubernetes.
|
NodeArgs |
|
NodeArgs.Builder |
|
NodeList |
NodeList is the whole list of all Nodes which have been registered with master.
|
NodeListArgs |
|
NodeListArgs.Builder |
|
NodePatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
NodePatchArgs |
|
NodePatchArgs.Builder |
|
PersistentVolume |
PersistentVolume (PV) is a storage resource provisioned by an administrator.
|
PersistentVolumeArgs |
|
PersistentVolumeArgs.Builder |
|
PersistentVolumeClaim |
PersistentVolumeClaim is a user's request for and claim to a persistent volume
|
PersistentVolumeClaimArgs |
|
PersistentVolumeClaimArgs.Builder |
|
PersistentVolumeClaimList |
PersistentVolumeClaimList is a list of PersistentVolumeClaim items.
|
PersistentVolumeClaimListArgs |
|
PersistentVolumeClaimListArgs.Builder |
|
PersistentVolumeClaimPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
PersistentVolumeClaimPatchArgs |
|
PersistentVolumeClaimPatchArgs.Builder |
|
PersistentVolumeList |
PersistentVolumeList is a list of PersistentVolume items.
|
PersistentVolumeListArgs |
|
PersistentVolumeListArgs.Builder |
|
PersistentVolumePatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
PersistentVolumePatchArgs |
|
PersistentVolumePatchArgs.Builder |
|
Pod |
Pod is a collection of containers that can run on a host.
|
PodArgs |
|
PodArgs.Builder |
|
PodList |
PodList is a list of Pods.
|
PodListArgs |
|
PodListArgs.Builder |
|
PodPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
PodPatchArgs |
|
PodPatchArgs.Builder |
|
PodTemplate |
PodTemplate describes a template for creating copies of a predefined pod.
|
PodTemplateArgs |
|
PodTemplateArgs.Builder |
|
PodTemplateList |
PodTemplateList is a list of PodTemplates.
|
PodTemplateListArgs |
|
PodTemplateListArgs.Builder |
|
PodTemplatePatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
PodTemplatePatchArgs |
|
PodTemplatePatchArgs.Builder |
|
ReplicationController |
ReplicationController represents the configuration of a replication controller.
|
ReplicationControllerArgs |
|
ReplicationControllerArgs.Builder |
|
ReplicationControllerList |
ReplicationControllerList is a collection of replication controllers.
|
ReplicationControllerListArgs |
|
ReplicationControllerListArgs.Builder |
|
ReplicationControllerPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
ReplicationControllerPatchArgs |
|
ReplicationControllerPatchArgs.Builder |
|
ResourceQuota |
ResourceQuota sets aggregate quota restrictions enforced per namespace
|
ResourceQuotaArgs |
|
ResourceQuotaArgs.Builder |
|
ResourceQuotaList |
ResourceQuotaList is a list of ResourceQuota items.
|
ResourceQuotaListArgs |
|
ResourceQuotaListArgs.Builder |
|
ResourceQuotaPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
ResourceQuotaPatchArgs |
|
ResourceQuotaPatchArgs.Builder |
|
Secret |
Secret holds secret data of a certain type.
|
SecretArgs |
|
SecretArgs.Builder |
|
SecretList |
SecretList is a list of Secret.
|
SecretListArgs |
|
SecretListArgs.Builder |
|
SecretPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
SecretPatchArgs |
|
SecretPatchArgs.Builder |
|
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.
|
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
|
ServiceAccountArgs |
|
ServiceAccountArgs.Builder |
|
ServiceAccountList |
ServiceAccountList is a list of ServiceAccount objects
|
ServiceAccountListArgs |
|
ServiceAccountListArgs.Builder |
|
ServiceAccountPatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
ServiceAccountPatchArgs |
|
ServiceAccountPatchArgs.Builder |
|
ServiceArgs |
|
ServiceArgs.Builder |
|
ServiceList |
ServiceList holds a list of services.
|
ServiceListArgs |
|
ServiceListArgs.Builder |
|
ServicePatch |
Patch resources are used to modify existing Kubernetes resources by using
Server-Side Apply updates.
|
ServicePatchArgs |
|
ServicePatchArgs.Builder |
|