Structs
Represents a Persistent Disk resource in AWS.
Affinity is a group of affinity scheduling rules.
AttachedVolume describes a volume attached to a node
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.
Represents storage that is managed by an external CSI volume driver (Beta feature)
Adds and removes POSIX capabilities from running containers.
Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
ClientIPConfig represents the configurations of Client IP based session affinity.
Information about the condition of a component.
ComponentStatus (and ComponentStatusList) holds the cluster validation info.
Status of all the conditions for the component as a list of ComponentStatus objects.
ConfigMap holds configuration data for pods to consume.
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.
Selects a key from a ConfigMap.
ConfigMapList is a resource containing a list of ConfigMap objects.
Adapts a ConfigMap into a projected volume.
Adapts a ConfigMap into a volume.
A single application container that you want to run within a pod.
Describe a container image
ContainerPort represents a network port in a single container.
ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.
ContainerStateRunning is a running state of a container.
ContainerStateTerminated is a terminated state of a container.
ContainerStateWaiting is a waiting state of a container.
ContainerStatus contains details for the current status of this container.
DaemonEndpoint contains information about a single Daemon endpoint.
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
DownwardAPIVolumeFile represents information to create the file containing the pod field
DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.
Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.
EndpointAddress is a tuple that describes single IP address.
EndpointPort is a tuple that describes a single port.
EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:
{
Addresses: [{“ip”: “10.10.1.1”}, {“ip”: “10.10.2.2”}],
Ports: [{“name”: “a”, “port”: 8675}, {“name”: “b”, “port”: 309}]
}
The resulting set of endpoints can be viewed as:
a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],
b: [ 10.10.1.1:309, 10.10.2.2:309 ]
Endpoints is a collection of endpoints that implement the actual service. Example:
Name: “mysvc”,
Subsets: [
{
Addresses: [{“ip”: “10.10.1.1”}, {“ip”: “10.10.2.2”}],
Ports: [{“name”: “a”, “port”: 8675}, {“name”: “b”, “port”: 309}]
},
{
Addresses: [{“ip”: “10.10.3.3”}],
Ports: [{“name”: “a”, “port”: 93}, {“name”: “b”, “port”: 76}]
},
]
EndpointsList is a list of endpoints.
EnvFromSource represents the source of a set of ConfigMaps
EnvVar represents an environment variable present in a Container.
EnvVarSource represents a source for the value of an EnvVar.
Event is a report of an event somewhere in the cluster.
EventList is a list of events.
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
EventSource contains information for an event.
ExecAction describes a “run in container” action.
Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.
FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.
FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.
Represents a Persistent Disk resource in Google Compute Engine.
Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
HTTPGetAction describes an action based on HTTP Get requests.
HTTPHeader describes a custom header to be used in HTTP probes
Handler defines a specific action that should be taken
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod’s hosts file.
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
Maps a string key to a path within a volume.
Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.
LimitRange sets resource usage limits for each kind of resource in a Namespace.
LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
LimitRangeList is a list of LimitRange items.
LimitRangeSpec defines a min/max usage limit for resources that match on kind.
LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.
LoadBalancerStatus represents the status of a load-balancer.
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
Local represents directly-attached storage with node affinity
Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.
Namespace provides a scope for Names. Use of multiple namespaces is optional.
NamespaceList is a list of Namespaces.
NamespaceSpec describes the attributes on a Namespace.
NamespaceStatus is information about the current status of a Namespace.
Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
NodeAddress contains information for the node’s address.
Node affinity is a group of node affinity scheduling rules.
NodeCondition contains condition information for a node.
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
NodeList is the whole list of all Nodes which have been registered with master.
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.
A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
A null or empty node selector term matches no objects.
NodeSpec describes the attributes that a node is created with.
NodeStatus is information about the current status of a node.
NodeSystemInfo is a set of ids/uuids to uniquely identify the node.
ObjectFieldSelector selects an APIVersioned field of an object.
ObjectReference contains enough information to let you inspect or modify the referred object.
PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
PersistentVolumeClaim is a user’s request for and claim to a persistent volume
PersistentVolumeClaimCondition contails details about state of pvc
PersistentVolumeClaimList is a list of PersistentVolumeClaim items.
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
PersistentVolumeClaimStatus is the current status of a persistent volume claim.
PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).
PersistentVolumeList is a list of PersistentVolume items.
PersistentVolumeSpec is the specification of a persistent volume.
PersistentVolumeStatus is the current status of a persistent volume.
Represents a Photon Controller persistent disk resource.
Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
Pod affinity is a group of inter pod affinity scheduling rules.
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 matches that of any node on which a pod of the set of pods is running
Pod anti affinity is a group of inter pod anti affinity scheduling rules.
PodCondition contains details for the current condition of this pod.
PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.
PodDNSConfigOption defines DNS resolver options of a pod.
PodList is a list of Pods.
PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.
PodSpec is a description of a pod.
PodStatus represents information about the status of a pod. Status may trail the actual state of a system.
PodTemplate describes a template for creating copies of a predefined pod.
PodTemplateList is a list of PodTemplates.
PodTemplateSpec describes the data a pod should have when created from a template
PortworxVolumeSource represents a Portworx volume resource.
An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it’s a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Represents a projected volume source
Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
ReplicationController represents the configuration of a replication controller.
ReplicationControllerCondition describes the state of a replication controller at a certain point.
ReplicationControllerList is a collection of replication controllers.
ReplicationControllerSpec is the specification of a replication controller.
ReplicationControllerStatus represents the current status of a replication controller.
ResourceFieldSelector represents container resources (cpu, memory) and their output format
ResourceQuota sets aggregate quota restrictions enforced per namespace
ResourceQuotaList is a list of ResourceQuota items.
ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
ResourceQuotaStatus defines the enforced hard limits and observed use.
ResourceRequirements describes the compute resource requirements.
SELinuxOptions are the labels to be applied to the container
ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
ScaleIOVolumeSource represents a persistent ScaleIO volume
Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.
SecretEnvSource selects a Secret to populate the environment variables with.
SecretKeySelector selects a key of a Secret.
SecretList is a list of Secret.
Adapts a secret into a projected volume.
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
Adapts a Secret into a volume.
SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.
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 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
ServiceAccountList is a list of ServiceAccount objects
ServiceList holds a list of services.
ServicePort contains information on service’s port.
ServiceSpec describes the attributes that a user creates on a service.
ServiceStatus represents the current status of a service.
SessionAffinityConfig represents the configurations of session affinity.
Represents a StorageOS persistent volume resource.
Represents a StorageOS persistent volume resource.
TCPSocketAction describes an action based on opening a socket
The node this Taint is attached to has the “effect” on any pod that does not tolerate the Taint.
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .
Volume represents a named volume in a pod that may be accessed by any container in the pod.
volumeDevice describes a mapping of a raw block device within a container.
VolumeMount describes a mounting of a Volume within a container.
VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
Projection that may be projected along with other supported volume types
Represents a vSphere volume resource.
The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
Enums
Parses the HTTP response of
Pod::connect_core_v1_delete_namespaced_pod_proxy
Parses the HTTP response of
Pod::connect_core_v1_delete_namespaced_pod_proxy_with_path
Parses the HTTP response of
Service::connect_core_v1_delete_namespaced_service_proxy
Parses the HTTP response of
Service::connect_core_v1_delete_namespaced_service_proxy_with_path
Parses the HTTP response of
Node::connect_core_v1_delete_node_proxy
Parses the HTTP response of
Node::connect_core_v1_delete_node_proxy_with_path
Parses the HTTP response of
Pod::connect_core_v1_get_namespaced_pod_attach
Parses the HTTP response of
Pod::connect_core_v1_get_namespaced_pod_exec
Parses the HTTP response of
Pod::connect_core_v1_get_namespaced_pod_portforward
Parses the HTTP response of
Pod::connect_core_v1_get_namespaced_pod_proxy
Parses the HTTP response of
Pod::connect_core_v1_get_namespaced_pod_proxy_with_path
Parses the HTTP response of
Service::connect_core_v1_get_namespaced_service_proxy
Parses the HTTP response of
Service::connect_core_v1_get_namespaced_service_proxy_with_path
Parses the HTTP response of
Node::connect_core_v1_get_node_proxy
Parses the HTTP response of
Node::connect_core_v1_get_node_proxy_with_path
Parses the HTTP response of
Pod::connect_core_v1_patch_namespaced_pod_proxy
Parses the HTTP response of
Pod::connect_core_v1_patch_namespaced_pod_proxy_with_path
Parses the HTTP response of
Service::connect_core_v1_patch_namespaced_service_proxy
Parses the HTTP response of
Service::connect_core_v1_patch_namespaced_service_proxy_with_path
Parses the HTTP response of
Node::connect_core_v1_patch_node_proxy
Parses the HTTP response of
Node::connect_core_v1_patch_node_proxy_with_path
Parses the HTTP response of
Pod::connect_core_v1_post_namespaced_pod_attach
Parses the HTTP response of
Pod::connect_core_v1_post_namespaced_pod_exec
Parses the HTTP response of
Pod::connect_core_v1_post_namespaced_pod_portforward
Parses the HTTP response of
Pod::connect_core_v1_post_namespaced_pod_proxy
Parses the HTTP response of
Pod::connect_core_v1_post_namespaced_pod_proxy_with_path
Parses the HTTP response of
Service::connect_core_v1_post_namespaced_service_proxy
Parses the HTTP response of
Service::connect_core_v1_post_namespaced_service_proxy_with_path
Parses the HTTP response of
Node::connect_core_v1_post_node_proxy
Parses the HTTP response of
Node::connect_core_v1_post_node_proxy_with_path
Parses the HTTP response of
Pod::connect_core_v1_put_namespaced_pod_proxy
Parses the HTTP response of
Pod::connect_core_v1_put_namespaced_pod_proxy_with_path
Parses the HTTP response of
Service::connect_core_v1_put_namespaced_service_proxy
Parses the HTTP response of
Service::connect_core_v1_put_namespaced_service_proxy_with_path
Parses the HTTP response of
Node::connect_core_v1_put_node_proxy
Parses the HTTP response of
Node::connect_core_v1_put_node_proxy_with_path
Parses the HTTP response of
Namespace::create_core_v1_namespace
Parses the HTTP response of
Binding::create_core_v1_namespaced_binding
Parses the HTTP response of
ConfigMap::create_core_v1_namespaced_config_map
Parses the HTTP response of
Endpoints::create_core_v1_namespaced_endpoints
Parses the HTTP response of
Event::create_core_v1_namespaced_event
Parses the HTTP response of
LimitRange::create_core_v1_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::create_core_v1_namespaced_persistent_volume_claim
Parses the HTTP response of
Binding::create_core_v1_namespaced_pod_binding
Parses the HTTP response of
Pod::create_core_v1_namespaced_pod
Parses the HTTP response of
PodTemplate::create_core_v1_namespaced_pod_template
Parses the HTTP response of
ReplicationController::create_core_v1_namespaced_replication_controller
Parses the HTTP response of
ResourceQuota::create_core_v1_namespaced_resource_quota
Parses the HTTP response of
Secret::create_core_v1_namespaced_secret
Parses the HTTP response of
ServiceAccount::create_core_v1_namespaced_service_account
Parses the HTTP response of
Service::create_core_v1_namespaced_service
Parses the HTTP response of
Node::create_core_v1_node
Parses the HTTP response of
PersistentVolume::create_core_v1_persistent_volume
Parses the HTTP response of
ConfigMap::delete_core_v1_collection_namespaced_config_map
Parses the HTTP response of
Endpoints::delete_core_v1_collection_namespaced_endpoints
Parses the HTTP response of
Event::delete_core_v1_collection_namespaced_event
Parses the HTTP response of
LimitRange::delete_core_v1_collection_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::delete_core_v1_collection_namespaced_persistent_volume_claim
Parses the HTTP response of
Pod::delete_core_v1_collection_namespaced_pod
Parses the HTTP response of
PodTemplate::delete_core_v1_collection_namespaced_pod_template
Parses the HTTP response of
ReplicationController::delete_core_v1_collection_namespaced_replication_controller
Parses the HTTP response of
ResourceQuota::delete_core_v1_collection_namespaced_resource_quota
Parses the HTTP response of
Secret::delete_core_v1_collection_namespaced_secret
Parses the HTTP response of
ServiceAccount::delete_core_v1_collection_namespaced_service_account
Parses the HTTP response of
Node::delete_core_v1_collection_node
Parses the HTTP response of
PersistentVolume::delete_core_v1_collection_persistent_volume
Parses the HTTP response of
Namespace::delete_core_v1_namespace
Parses the HTTP response of
ConfigMap::delete_core_v1_namespaced_config_map
Parses the HTTP response of
Endpoints::delete_core_v1_namespaced_endpoints
Parses the HTTP response of
Event::delete_core_v1_namespaced_event
Parses the HTTP response of
LimitRange::delete_core_v1_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::delete_core_v1_namespaced_persistent_volume_claim
Parses the HTTP response of
Pod::delete_core_v1_namespaced_pod
Parses the HTTP response of
PodTemplate::delete_core_v1_namespaced_pod_template
Parses the HTTP response of
ReplicationController::delete_core_v1_namespaced_replication_controller
Parses the HTTP response of
ResourceQuota::delete_core_v1_namespaced_resource_quota
Parses the HTTP response of
Secret::delete_core_v1_namespaced_secret
Parses the HTTP response of
ServiceAccount::delete_core_v1_namespaced_service_account
Parses the HTTP response of
Service::delete_core_v1_namespaced_service
Parses the HTTP response of
Node::delete_core_v1_node
Parses the HTTP response of
PersistentVolume::delete_core_v1_persistent_volume
Parses the HTTP response of
ComponentStatus::list_core_v1_component_status
Parses the HTTP response of
ConfigMap::list_core_v1_config_map_for_all_namespaces
Parses the HTTP response of
Endpoints::list_core_v1_endpoints_for_all_namespaces
Parses the HTTP response of
Event::list_core_v1_event_for_all_namespaces
Parses the HTTP response of
LimitRange::list_core_v1_limit_range_for_all_namespaces
Parses the HTTP response of
Namespace::list_core_v1_namespace
Parses the HTTP response of
ConfigMap::list_core_v1_namespaced_config_map
Parses the HTTP response of
Endpoints::list_core_v1_namespaced_endpoints
Parses the HTTP response of
Event::list_core_v1_namespaced_event
Parses the HTTP response of
LimitRange::list_core_v1_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::list_core_v1_namespaced_persistent_volume_claim
Parses the HTTP response of
Pod::list_core_v1_namespaced_pod
Parses the HTTP response of
PodTemplate::list_core_v1_namespaced_pod_template
Parses the HTTP response of
ReplicationController::list_core_v1_namespaced_replication_controller
Parses the HTTP response of
ResourceQuota::list_core_v1_namespaced_resource_quota
Parses the HTTP response of
Secret::list_core_v1_namespaced_secret
Parses the HTTP response of
ServiceAccount::list_core_v1_namespaced_service_account
Parses the HTTP response of
Service::list_core_v1_namespaced_service
Parses the HTTP response of
Node::list_core_v1_node
Parses the HTTP response of
PersistentVolumeClaim::list_core_v1_persistent_volume_claim_for_all_namespaces
Parses the HTTP response of
PersistentVolume::list_core_v1_persistent_volume
Parses the HTTP response of
Pod::list_core_v1_pod_for_all_namespaces
Parses the HTTP response of
PodTemplate::list_core_v1_pod_template_for_all_namespaces
Parses the HTTP response of
ReplicationController::list_core_v1_replication_controller_for_all_namespaces
Parses the HTTP response of
ResourceQuota::list_core_v1_resource_quota_for_all_namespaces
Parses the HTTP response of
Secret::list_core_v1_secret_for_all_namespaces
Parses the HTTP response of
ServiceAccount::list_core_v1_service_account_for_all_namespaces
Parses the HTTP response of
Service::list_core_v1_service_for_all_namespaces
Parses the HTTP response of
Namespace::patch_core_v1_namespace
Parses the HTTP response of
Namespace::patch_core_v1_namespace_status
Parses the HTTP response of
ConfigMap::patch_core_v1_namespaced_config_map
Parses the HTTP response of
Endpoints::patch_core_v1_namespaced_endpoints
Parses the HTTP response of
Event::patch_core_v1_namespaced_event
Parses the HTTP response of
LimitRange::patch_core_v1_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::patch_core_v1_namespaced_persistent_volume_claim
Parses the HTTP response of
PersistentVolumeClaim::patch_core_v1_namespaced_persistent_volume_claim_status
Parses the HTTP response of
Pod::patch_core_v1_namespaced_pod
Parses the HTTP response of
Pod::patch_core_v1_namespaced_pod_status
Parses the HTTP response of
PodTemplate::patch_core_v1_namespaced_pod_template
Parses the HTTP response of
ReplicationController::patch_core_v1_namespaced_replication_controller
Parses the HTTP response of
ReplicationController::patch_core_v1_namespaced_replication_controller_status
Parses the HTTP response of
ResourceQuota::patch_core_v1_namespaced_resource_quota
Parses the HTTP response of
ResourceQuota::patch_core_v1_namespaced_resource_quota_status
Parses the HTTP response of
Secret::patch_core_v1_namespaced_secret
Parses the HTTP response of
ServiceAccount::patch_core_v1_namespaced_service_account
Parses the HTTP response of
Service::patch_core_v1_namespaced_service
Parses the HTTP response of
Service::patch_core_v1_namespaced_service_status
Parses the HTTP response of
Node::patch_core_v1_node
Parses the HTTP response of
Node::patch_core_v1_node_status
Parses the HTTP response of
PersistentVolume::patch_core_v1_persistent_volume
Parses the HTTP response of
PersistentVolume::patch_core_v1_persistent_volume_status
Parses the HTTP response of
ComponentStatus::read_core_v1_component_status
Parses the HTTP response of
Namespace::read_core_v1_namespace
Parses the HTTP response of
Namespace::read_core_v1_namespace_status
Parses the HTTP response of
ConfigMap::read_core_v1_namespaced_config_map
Parses the HTTP response of
Endpoints::read_core_v1_namespaced_endpoints
Parses the HTTP response of
Event::read_core_v1_namespaced_event
Parses the HTTP response of
LimitRange::read_core_v1_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::read_core_v1_namespaced_persistent_volume_claim
Parses the HTTP response of
PersistentVolumeClaim::read_core_v1_namespaced_persistent_volume_claim_status
Parses the HTTP response of
Pod::read_core_v1_namespaced_pod_log
Parses the HTTP response of
Pod::read_core_v1_namespaced_pod
Parses the HTTP response of
Pod::read_core_v1_namespaced_pod_status
Parses the HTTP response of
PodTemplate::read_core_v1_namespaced_pod_template
Parses the HTTP response of
ReplicationController::read_core_v1_namespaced_replication_controller
Parses the HTTP response of
ReplicationController::read_core_v1_namespaced_replication_controller_status
Parses the HTTP response of
ResourceQuota::read_core_v1_namespaced_resource_quota
Parses the HTTP response of
ResourceQuota::read_core_v1_namespaced_resource_quota_status
Parses the HTTP response of
Secret::read_core_v1_namespaced_secret
Parses the HTTP response of
ServiceAccount::read_core_v1_namespaced_service_account
Parses the HTTP response of
Service::read_core_v1_namespaced_service
Parses the HTTP response of
Service::read_core_v1_namespaced_service_status
Parses the HTTP response of
Node::read_core_v1_node
Parses the HTTP response of
Node::read_core_v1_node_status
Parses the HTTP response of
PersistentVolume::read_core_v1_persistent_volume
Parses the HTTP response of
PersistentVolume::read_core_v1_persistent_volume_status
Parses the HTTP response of
Namespace::replace_core_v1_namespace_finalize
Parses the HTTP response of
Namespace::replace_core_v1_namespace
Parses the HTTP response of
Namespace::replace_core_v1_namespace_status
Parses the HTTP response of
ConfigMap::replace_core_v1_namespaced_config_map
Parses the HTTP response of
Endpoints::replace_core_v1_namespaced_endpoints
Parses the HTTP response of
Event::replace_core_v1_namespaced_event
Parses the HTTP response of
LimitRange::replace_core_v1_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::replace_core_v1_namespaced_persistent_volume_claim
Parses the HTTP response of
PersistentVolumeClaim::replace_core_v1_namespaced_persistent_volume_claim_status
Parses the HTTP response of
Pod::replace_core_v1_namespaced_pod
Parses the HTTP response of
Pod::replace_core_v1_namespaced_pod_status
Parses the HTTP response of
PodTemplate::replace_core_v1_namespaced_pod_template
Parses the HTTP response of
ReplicationController::replace_core_v1_namespaced_replication_controller
Parses the HTTP response of
ReplicationController::replace_core_v1_namespaced_replication_controller_status
Parses the HTTP response of
ResourceQuota::replace_core_v1_namespaced_resource_quota
Parses the HTTP response of
ResourceQuota::replace_core_v1_namespaced_resource_quota_status
Parses the HTTP response of
Secret::replace_core_v1_namespaced_secret
Parses the HTTP response of
ServiceAccount::replace_core_v1_namespaced_service_account
Parses the HTTP response of
Service::replace_core_v1_namespaced_service
Parses the HTTP response of
Service::replace_core_v1_namespaced_service_status
Parses the HTTP response of
Node::replace_core_v1_node
Parses the HTTP response of
Node::replace_core_v1_node_status
Parses the HTTP response of
PersistentVolume::replace_core_v1_persistent_volume
Parses the HTTP response of
PersistentVolume::replace_core_v1_persistent_volume_status
Parses the HTTP response of
ConfigMap::watch_core_v1_config_map_list_for_all_namespaces
Parses the HTTP response of
Endpoints::watch_core_v1_endpoints_list_for_all_namespaces
Parses the HTTP response of
Event::watch_core_v1_event_list_for_all_namespaces
Parses the HTTP response of
LimitRange::watch_core_v1_limit_range_list_for_all_namespaces
Parses the HTTP response of
Namespace::watch_core_v1_namespace_list
Parses the HTTP response of
Namespace::watch_core_v1_namespace
Parses the HTTP response of
ConfigMap::watch_core_v1_namespaced_config_map_list
Parses the HTTP response of
ConfigMap::watch_core_v1_namespaced_config_map
Parses the HTTP response of
Endpoints::watch_core_v1_namespaced_endpoints_list
Parses the HTTP response of
Endpoints::watch_core_v1_namespaced_endpoints
Parses the HTTP response of
Event::watch_core_v1_namespaced_event_list
Parses the HTTP response of
Event::watch_core_v1_namespaced_event
Parses the HTTP response of
LimitRange::watch_core_v1_namespaced_limit_range_list
Parses the HTTP response of
LimitRange::watch_core_v1_namespaced_limit_range
Parses the HTTP response of
PersistentVolumeClaim::watch_core_v1_namespaced_persistent_volume_claim_list
Parses the HTTP response of
PersistentVolumeClaim::watch_core_v1_namespaced_persistent_volume_claim
Parses the HTTP response of
Pod::watch_core_v1_namespaced_pod_list
Parses the HTTP response of
Pod::watch_core_v1_namespaced_pod
Parses the HTTP response of
PodTemplate::watch_core_v1_namespaced_pod_template_list
Parses the HTTP response of
PodTemplate::watch_core_v1_namespaced_pod_template
Parses the HTTP response of
ReplicationController::watch_core_v1_namespaced_replication_controller_list
Parses the HTTP response of
ReplicationController::watch_core_v1_namespaced_replication_controller
Parses the HTTP response of
ResourceQuota::watch_core_v1_namespaced_resource_quota_list
Parses the HTTP response of
ResourceQuota::watch_core_v1_namespaced_resource_quota
Parses the HTTP response of
Secret::watch_core_v1_namespaced_secret_list
Parses the HTTP response of
Secret::watch_core_v1_namespaced_secret
Parses the HTTP response of
ServiceAccount::watch_core_v1_namespaced_service_account_list
Parses the HTTP response of
ServiceAccount::watch_core_v1_namespaced_service_account
Parses the HTTP response of
Service::watch_core_v1_namespaced_service_list
Parses the HTTP response of
Service::watch_core_v1_namespaced_service
Parses the HTTP response of
Node::watch_core_v1_node_list
Parses the HTTP response of
Node::watch_core_v1_node
Parses the HTTP response of
PersistentVolumeClaim::watch_core_v1_persistent_volume_claim_list_for_all_namespaces
Parses the HTTP response of
PersistentVolume::watch_core_v1_persistent_volume_list
Parses the HTTP response of
PersistentVolume::watch_core_v1_persistent_volume
Parses the HTTP response of
Pod::watch_core_v1_pod_list_for_all_namespaces
Parses the HTTP response of
PodTemplate::watch_core_v1_pod_template_list_for_all_namespaces
Parses the HTTP response of
ReplicationController::watch_core_v1_replication_controller_list_for_all_namespaces
Parses the HTTP response of
ResourceQuota::watch_core_v1_resource_quota_list_for_all_namespaces
Parses the HTTP response of
Secret::watch_core_v1_secret_list_for_all_namespaces
Parses the HTTP response of
ServiceAccount::watch_core_v1_service_account_list_for_all_namespaces
Parses the HTTP response of
Service::watch_core_v1_service_list_for_all_namespaces