Module k8s_openapi::v1_9::api::core::v1[][src]

Structs

AWSElasticBlockStoreVolumeSource

Represents a Persistent Disk resource in AWS.

Affinity

Affinity is a group of affinity scheduling rules.

AttachedVolume

AttachedVolume describes a volume attached to a node

AzureDiskVolumeSource

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

AzureFilePersistentVolumeSource

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

AzureFileVolumeSource

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Binding

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.

CSIPersistentVolumeSource

Represents storage that is managed by an external CSI volume driver

Capabilities

Adds and removes POSIX capabilities from running containers.

CephFSPersistentVolumeSource

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

CephFSVolumeSource

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

CinderVolumeSource

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

ClientIPConfig represents the configurations of Client IP based session affinity.

ComponentCondition

Information about the condition of a component.

ComponentStatus

ComponentStatus (and ComponentStatusList) holds the cluster validation info.

ComponentStatusList

Status of all the conditions for the component as a list of ComponentStatus objects.

ConfigMap

ConfigMap holds configuration data for pods to consume.

ConfigMapEnvSource

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

ConfigMapKeySelector

Selects a key from a ConfigMap.

ConfigMapList

ConfigMapList is a resource containing a list of ConfigMap objects.

ConfigMapProjection

Adapts a ConfigMap into a projected volume.

ConfigMapVolumeSource

Adapts a ConfigMap into a volume.

Container

A single application container that you want to run within a pod.

ContainerImage

Describe a container image

ContainerPort

ContainerPort represents a network port in a single container.

ContainerState

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

ContainerStateRunning is a running state of a container.

ContainerStateTerminated

ContainerStateTerminated is a terminated state of a container.

ContainerStateWaiting

ContainerStateWaiting is a waiting state of a container.

ContainerStatus

ContainerStatus contains details for the current status of this container.

DaemonEndpoint

DaemonEndpoint contains information about a single Daemon endpoint.

DownwardAPIProjection

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

DownwardAPIVolumeFile represents information to create the file containing the pod field

DownwardAPIVolumeSource

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

EmptyDirVolumeSource

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

EndpointAddress

EndpointAddress is a tuple that describes single IP address.

EndpointPort

EndpointPort is a tuple that describes a single port.

EndpointSubset

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

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

EndpointsList is a list of endpoints.

EnvFromSource

EnvFromSource represents the source of a set of ConfigMaps

EnvVar

EnvVar represents an environment variable present in a Container.

EnvVarSource

EnvVarSource represents a source for the value of an EnvVar.

Event

Event is a report of an event somewhere in the cluster.

EventList

EventList is a list of events.

EventSeries

EventSeries contain information on series of events, i.e. thing that was/is happening continously for some time.

EventSource

EventSource contains information for an event.

ExecAction

ExecAction describes a "run in container" action.

FCVolumeSource

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.

FlexVolumeSource

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

FlockerVolumeSource

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.

GCEPersistentDiskVolumeSource

Represents a Persistent Disk resource in Google Compute Engine.

GitRepoVolumeSource

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.

GlusterfsVolumeSource

Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

HTTPGetAction

HTTPGetAction describes an action based on HTTP Get requests.

HTTPHeader

HTTPHeader describes a custom header to be used in HTTP probes

Handler

Handler defines a specific action that should be taken

HostAlias

HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

HostPathVolumeSource

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

ISCSIPersistentVolumeSource

ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

ISCSIVolumeSource

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

KeyToPath

Maps a string key to a path within a volume.

Lifecycle

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

LimitRange sets resource usage limits for each kind of resource in a Namespace.

LimitRangeItem

LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

LimitRangeList

LimitRangeList is a list of LimitRange items.

LimitRangeSpec

LimitRangeSpec defines a min/max usage limit for resources that match on kind.

LoadBalancerIngress

LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

LoadBalancerStatus

LoadBalancerStatus represents the status of a load-balancer.

LocalObjectReference

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

LocalVolumeSource

Local represents directly-attached storage with node affinity

NFSVolumeSource

Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

Namespace

Namespace provides a scope for Names. Use of multiple namespaces is optional.

NamespaceList

NamespaceList is a list of Namespaces.

NamespaceSpec

NamespaceSpec describes the attributes on a Namespace.

NamespaceStatus

NamespaceStatus is information about the current status of a Namespace.

Node

Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).

NodeAddress

NodeAddress contains information for the node's address.

NodeAffinity

Node affinity is a group of node affinity scheduling rules.

NodeCondition

NodeCondition contains condition information for a node.

NodeConfigSource

NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.

NodeDaemonEndpoints

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

NodeList

NodeList is the whole list of all Nodes which have been registered with master.

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.

NodeSelectorRequirement

A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

NodeSelectorTerm

A null or empty node selector term matches no objects.

NodeSpec

NodeSpec describes the attributes that a node is created with.

NodeStatus

NodeStatus is information about the current status of a node.

NodeSystemInfo

NodeSystemInfo is a set of ids/uuids to uniquely identify the node.

ObjectFieldSelector

ObjectFieldSelector selects an APIVersioned field of an object.

ObjectReference

ObjectReference contains enough information to let you inspect or modify the referred object.

PersistentVolume

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

PersistentVolumeClaim is a user's request for and claim to a persistent volume

PersistentVolumeClaimCondition

PersistentVolumeClaimCondition contails details about state of pvc

PersistentVolumeClaimList

PersistentVolumeClaimList is a list of PersistentVolumeClaim items.

PersistentVolumeClaimSpec

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

PersistentVolumeClaimStatus

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

PersistentVolumeClaimVolumeSource

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

PersistentVolumeList is a list of PersistentVolume items.

PersistentVolumeSpec

PersistentVolumeSpec is the specification of a persistent volume.

PersistentVolumeStatus

PersistentVolumeStatus is the current status of a persistent volume.

PhotonPersistentDiskVolumeSource

Represents a Photon Controller persistent disk resource.

Pod

Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

PodAffinity

Pod affinity is a group of inter pod affinity scheduling rules.

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 matches that of any node on which a pod of the set of pods is running

PodAntiAffinity

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

PodCondition

PodCondition contains details for the current condition of this pod.

PodDNSConfig

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

PodDNSConfigOption

PodDNSConfigOption defines DNS resolver options of a pod.

PodList

PodList is a list of Pods.

PodSecurityContext

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

PodSpec is a description of a pod.

PodStatus

PodStatus represents information about the status of a pod. Status may trail the actual state of a system.

PodTemplate

PodTemplate describes a template for creating copies of a predefined pod.

PodTemplateList

PodTemplateList is a list of PodTemplates.

PodTemplateSpec

PodTemplateSpec describes the data a pod should have when created from a template

PortworxVolumeSource

PortworxVolumeSource represents a Portworx volume resource.

PreferredSchedulingTerm

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

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

ProjectedVolumeSource

Represents a projected volume source

QuobyteVolumeSource

Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

RBDPersistentVolumeSource

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

RBDVolumeSource

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

ReplicationController

ReplicationController represents the configuration of a replication controller.

ReplicationControllerCondition

ReplicationControllerCondition describes the state of a replication controller at a certain point.

ReplicationControllerList

ReplicationControllerList is a collection of replication controllers.

ReplicationControllerSpec

ReplicationControllerSpec is the specification of a replication controller.

ReplicationControllerStatus

ReplicationControllerStatus represents the current status of a replication controller.

ResourceFieldSelector

ResourceFieldSelector represents container resources (cpu, memory) and their output format

ResourceQuota

ResourceQuota sets aggregate quota restrictions enforced per namespace

ResourceQuotaList

ResourceQuotaList is a list of ResourceQuota items.

ResourceQuotaSpec

ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

ResourceQuotaStatus

ResourceQuotaStatus defines the enforced hard limits and observed use.

ResourceRequirements

ResourceRequirements describes the compute resource requirements.

SELinuxOptions

SELinuxOptions are the labels to be applied to the container

ScaleIOPersistentVolumeSource

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

ScaleIOVolumeSource

ScaleIOVolumeSource represents a persistent ScaleIO volume

Secret

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

SecretEnvSource selects a Secret to populate the environment variables with.

SecretKeySelector

SecretKeySelector selects a key of a Secret.

SecretList

SecretList is a list of Secret.

SecretProjection

Adapts a secret into a projected volume.

SecretReference

SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

SecretVolumeSource

Adapts a Secret into a volume.

SecurityContext

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

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

ServiceAccountList

ServiceAccountList is a list of ServiceAccount objects

ServiceList

ServiceList holds a list of services.

ServicePort

ServicePort contains information on service's port.

ServiceSpec

ServiceSpec describes the attributes that a user creates on a service.

ServiceStatus

ServiceStatus represents the current status of a service.

SessionAffinityConfig

SessionAffinityConfig represents the configurations of session affinity.

StorageOSPersistentVolumeSource

Represents a StorageOS persistent volume resource.

StorageOSVolumeSource

Represents a StorageOS persistent volume resource.

TCPSocketAction

TCPSocketAction describes an action based on opening a socket

Taint

The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.

Toleration

The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .

Volume

Volume represents a named volume in a pod that may be accessed by any container in the pod.

VolumeDevice

volumeDevice describes a mapping of a raw block device within a container.

VolumeMount

VolumeMount describes a mounting of a Volume within a container.

VolumeProjection

Projection that may be projected along with other supported volume types

VsphereVirtualDiskVolumeSource

Represents a vSphere volume resource.

WeightedPodAffinityTerm

The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

Enums

ConnectCoreV1DeleteNamespacedPodProxyResponse

Parses the HTTP response of Pod::connect_core_v1_delete_namespaced_pod_proxy

ConnectCoreV1DeleteNamespacedPodProxyWithPathResponse

Parses the HTTP response of Pod::connect_core_v1_delete_namespaced_pod_proxy_with_path

ConnectCoreV1DeleteNamespacedServiceProxyResponse

Parses the HTTP response of Service::connect_core_v1_delete_namespaced_service_proxy

ConnectCoreV1DeleteNamespacedServiceProxyWithPathResponse

Parses the HTTP response of Service::connect_core_v1_delete_namespaced_service_proxy_with_path

ConnectCoreV1DeleteNodeProxyResponse

Parses the HTTP response of Node::connect_core_v1_delete_node_proxy

ConnectCoreV1DeleteNodeProxyWithPathResponse

Parses the HTTP response of Node::connect_core_v1_delete_node_proxy_with_path

ConnectCoreV1GetNamespacedPodAttachResponse

Parses the HTTP response of Pod::connect_core_v1_get_namespaced_pod_attach

ConnectCoreV1GetNamespacedPodExecResponse

Parses the HTTP response of Pod::connect_core_v1_get_namespaced_pod_exec

ConnectCoreV1GetNamespacedPodPortforwardResponse

Parses the HTTP response of Pod::connect_core_v1_get_namespaced_pod_portforward

ConnectCoreV1GetNamespacedPodProxyResponse

Parses the HTTP response of Pod::connect_core_v1_get_namespaced_pod_proxy

ConnectCoreV1GetNamespacedPodProxyWithPathResponse

Parses the HTTP response of Pod::connect_core_v1_get_namespaced_pod_proxy_with_path

ConnectCoreV1GetNamespacedServiceProxyResponse

Parses the HTTP response of Service::connect_core_v1_get_namespaced_service_proxy

ConnectCoreV1GetNamespacedServiceProxyWithPathResponse

Parses the HTTP response of Service::connect_core_v1_get_namespaced_service_proxy_with_path

ConnectCoreV1GetNodeProxyResponse

Parses the HTTP response of Node::connect_core_v1_get_node_proxy

ConnectCoreV1GetNodeProxyWithPathResponse

Parses the HTTP response of Node::connect_core_v1_get_node_proxy_with_path

ConnectCoreV1PatchNamespacedPodProxyResponse

Parses the HTTP response of Pod::connect_core_v1_patch_namespaced_pod_proxy

ConnectCoreV1PatchNamespacedPodProxyWithPathResponse

Parses the HTTP response of Pod::connect_core_v1_patch_namespaced_pod_proxy_with_path

ConnectCoreV1PatchNamespacedServiceProxyResponse

Parses the HTTP response of Service::connect_core_v1_patch_namespaced_service_proxy

ConnectCoreV1PatchNamespacedServiceProxyWithPathResponse

Parses the HTTP response of Service::connect_core_v1_patch_namespaced_service_proxy_with_path

ConnectCoreV1PatchNodeProxyResponse

Parses the HTTP response of Node::connect_core_v1_patch_node_proxy

ConnectCoreV1PatchNodeProxyWithPathResponse

Parses the HTTP response of Node::connect_core_v1_patch_node_proxy_with_path

ConnectCoreV1PostNamespacedPodAttachResponse

Parses the HTTP response of Pod::connect_core_v1_post_namespaced_pod_attach

ConnectCoreV1PostNamespacedPodExecResponse

Parses the HTTP response of Pod::connect_core_v1_post_namespaced_pod_exec

ConnectCoreV1PostNamespacedPodPortforwardResponse

Parses the HTTP response of Pod::connect_core_v1_post_namespaced_pod_portforward

ConnectCoreV1PostNamespacedPodProxyResponse

Parses the HTTP response of Pod::connect_core_v1_post_namespaced_pod_proxy

ConnectCoreV1PostNamespacedPodProxyWithPathResponse

Parses the HTTP response of Pod::connect_core_v1_post_namespaced_pod_proxy_with_path

ConnectCoreV1PostNamespacedServiceProxyResponse

Parses the HTTP response of Service::connect_core_v1_post_namespaced_service_proxy

ConnectCoreV1PostNamespacedServiceProxyWithPathResponse

Parses the HTTP response of Service::connect_core_v1_post_namespaced_service_proxy_with_path

ConnectCoreV1PostNodeProxyResponse

Parses the HTTP response of Node::connect_core_v1_post_node_proxy

ConnectCoreV1PostNodeProxyWithPathResponse

Parses the HTTP response of Node::connect_core_v1_post_node_proxy_with_path

ConnectCoreV1PutNamespacedPodProxyResponse

Parses the HTTP response of Pod::connect_core_v1_put_namespaced_pod_proxy

ConnectCoreV1PutNamespacedPodProxyWithPathResponse

Parses the HTTP response of Pod::connect_core_v1_put_namespaced_pod_proxy_with_path

ConnectCoreV1PutNamespacedServiceProxyResponse

Parses the HTTP response of Service::connect_core_v1_put_namespaced_service_proxy

ConnectCoreV1PutNamespacedServiceProxyWithPathResponse

Parses the HTTP response of Service::connect_core_v1_put_namespaced_service_proxy_with_path

ConnectCoreV1PutNodeProxyResponse

Parses the HTTP response of Node::connect_core_v1_put_node_proxy

ConnectCoreV1PutNodeProxyWithPathResponse

Parses the HTTP response of Node::connect_core_v1_put_node_proxy_with_path

CreateCoreV1NamespaceResponse

Parses the HTTP response of Namespace::create_core_v1_namespace

CreateCoreV1NamespacedBindingResponse

Parses the HTTP response of Binding::create_core_v1_namespaced_binding

CreateCoreV1NamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::create_core_v1_namespaced_config_map

CreateCoreV1NamespacedEndpointsResponse

Parses the HTTP response of Endpoints::create_core_v1_namespaced_endpoints

CreateCoreV1NamespacedEventResponse

Parses the HTTP response of Event::create_core_v1_namespaced_event

CreateCoreV1NamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::create_core_v1_namespaced_limit_range

CreateCoreV1NamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::create_core_v1_namespaced_persistent_volume_claim

CreateCoreV1NamespacedPodBindingResponse

Parses the HTTP response of Binding::create_core_v1_namespaced_pod_binding

CreateCoreV1NamespacedPodResponse

Parses the HTTP response of Pod::create_core_v1_namespaced_pod

CreateCoreV1NamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::create_core_v1_namespaced_pod_template

CreateCoreV1NamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::create_core_v1_namespaced_replication_controller

CreateCoreV1NamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::create_core_v1_namespaced_resource_quota

CreateCoreV1NamespacedSecretResponse

Parses the HTTP response of Secret::create_core_v1_namespaced_secret

CreateCoreV1NamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::create_core_v1_namespaced_service_account

CreateCoreV1NamespacedServiceResponse

Parses the HTTP response of Service::create_core_v1_namespaced_service

CreateCoreV1NodeResponse

Parses the HTTP response of Node::create_core_v1_node

CreateCoreV1PersistentVolumeResponse

Parses the HTTP response of PersistentVolume::create_core_v1_persistent_volume

DeleteCoreV1CollectionNamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::delete_core_v1_collection_namespaced_config_map

DeleteCoreV1CollectionNamespacedEndpointsResponse

Parses the HTTP response of Endpoints::delete_core_v1_collection_namespaced_endpoints

DeleteCoreV1CollectionNamespacedEventResponse

Parses the HTTP response of Event::delete_core_v1_collection_namespaced_event

DeleteCoreV1CollectionNamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::delete_core_v1_collection_namespaced_limit_range

DeleteCoreV1CollectionNamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::delete_core_v1_collection_namespaced_persistent_volume_claim

DeleteCoreV1CollectionNamespacedPodResponse

Parses the HTTP response of Pod::delete_core_v1_collection_namespaced_pod

DeleteCoreV1CollectionNamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::delete_core_v1_collection_namespaced_pod_template

DeleteCoreV1CollectionNamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::delete_core_v1_collection_namespaced_replication_controller

DeleteCoreV1CollectionNamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::delete_core_v1_collection_namespaced_resource_quota

DeleteCoreV1CollectionNamespacedSecretResponse

Parses the HTTP response of Secret::delete_core_v1_collection_namespaced_secret

DeleteCoreV1CollectionNamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::delete_core_v1_collection_namespaced_service_account

DeleteCoreV1CollectionNodeResponse

Parses the HTTP response of Node::delete_core_v1_collection_node

DeleteCoreV1CollectionPersistentVolumeResponse

Parses the HTTP response of PersistentVolume::delete_core_v1_collection_persistent_volume

DeleteCoreV1NamespaceResponse

Parses the HTTP response of Namespace::delete_core_v1_namespace

DeleteCoreV1NamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::delete_core_v1_namespaced_config_map

DeleteCoreV1NamespacedEndpointsResponse

Parses the HTTP response of Endpoints::delete_core_v1_namespaced_endpoints

DeleteCoreV1NamespacedEventResponse

Parses the HTTP response of Event::delete_core_v1_namespaced_event

DeleteCoreV1NamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::delete_core_v1_namespaced_limit_range

DeleteCoreV1NamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::delete_core_v1_namespaced_persistent_volume_claim

DeleteCoreV1NamespacedPodResponse

Parses the HTTP response of Pod::delete_core_v1_namespaced_pod

DeleteCoreV1NamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::delete_core_v1_namespaced_pod_template

DeleteCoreV1NamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::delete_core_v1_namespaced_replication_controller

DeleteCoreV1NamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::delete_core_v1_namespaced_resource_quota

DeleteCoreV1NamespacedSecretResponse

Parses the HTTP response of Secret::delete_core_v1_namespaced_secret

DeleteCoreV1NamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::delete_core_v1_namespaced_service_account

DeleteCoreV1NamespacedServiceResponse

Parses the HTTP response of Service::delete_core_v1_namespaced_service

DeleteCoreV1NodeResponse

Parses the HTTP response of Node::delete_core_v1_node

DeleteCoreV1PersistentVolumeResponse

Parses the HTTP response of PersistentVolume::delete_core_v1_persistent_volume

ListCoreV1ComponentStatusResponse

Parses the HTTP response of ComponentStatus::list_core_v1_component_status

ListCoreV1ConfigMapForAllNamespacesResponse

Parses the HTTP response of ConfigMap::list_core_v1_config_map_for_all_namespaces

ListCoreV1EndpointsForAllNamespacesResponse

Parses the HTTP response of Endpoints::list_core_v1_endpoints_for_all_namespaces

ListCoreV1EventForAllNamespacesResponse

Parses the HTTP response of Event::list_core_v1_event_for_all_namespaces

ListCoreV1LimitRangeForAllNamespacesResponse

Parses the HTTP response of LimitRange::list_core_v1_limit_range_for_all_namespaces

ListCoreV1NamespaceResponse

Parses the HTTP response of Namespace::list_core_v1_namespace

ListCoreV1NamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::list_core_v1_namespaced_config_map

ListCoreV1NamespacedEndpointsResponse

Parses the HTTP response of Endpoints::list_core_v1_namespaced_endpoints

ListCoreV1NamespacedEventResponse

Parses the HTTP response of Event::list_core_v1_namespaced_event

ListCoreV1NamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::list_core_v1_namespaced_limit_range

ListCoreV1NamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::list_core_v1_namespaced_persistent_volume_claim

ListCoreV1NamespacedPodResponse

Parses the HTTP response of Pod::list_core_v1_namespaced_pod

ListCoreV1NamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::list_core_v1_namespaced_pod_template

ListCoreV1NamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::list_core_v1_namespaced_replication_controller

ListCoreV1NamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::list_core_v1_namespaced_resource_quota

ListCoreV1NamespacedSecretResponse

Parses the HTTP response of Secret::list_core_v1_namespaced_secret

ListCoreV1NamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::list_core_v1_namespaced_service_account

ListCoreV1NamespacedServiceResponse

Parses the HTTP response of Service::list_core_v1_namespaced_service

ListCoreV1NodeResponse

Parses the HTTP response of Node::list_core_v1_node

ListCoreV1PersistentVolumeClaimForAllNamespacesResponse

Parses the HTTP response of PersistentVolumeClaim::list_core_v1_persistent_volume_claim_for_all_namespaces

ListCoreV1PersistentVolumeResponse

Parses the HTTP response of PersistentVolume::list_core_v1_persistent_volume

ListCoreV1PodForAllNamespacesResponse

Parses the HTTP response of Pod::list_core_v1_pod_for_all_namespaces

ListCoreV1PodTemplateForAllNamespacesResponse

Parses the HTTP response of PodTemplate::list_core_v1_pod_template_for_all_namespaces

ListCoreV1ReplicationControllerForAllNamespacesResponse

Parses the HTTP response of ReplicationController::list_core_v1_replication_controller_for_all_namespaces

ListCoreV1ResourceQuotaForAllNamespacesResponse

Parses the HTTP response of ResourceQuota::list_core_v1_resource_quota_for_all_namespaces

ListCoreV1SecretForAllNamespacesResponse

Parses the HTTP response of Secret::list_core_v1_secret_for_all_namespaces

ListCoreV1ServiceAccountForAllNamespacesResponse

Parses the HTTP response of ServiceAccount::list_core_v1_service_account_for_all_namespaces

ListCoreV1ServiceForAllNamespacesResponse

Parses the HTTP response of Service::list_core_v1_service_for_all_namespaces

PatchCoreV1NamespaceResponse

Parses the HTTP response of Namespace::patch_core_v1_namespace

PatchCoreV1NamespaceStatusResponse

Parses the HTTP response of Namespace::patch_core_v1_namespace_status

PatchCoreV1NamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::patch_core_v1_namespaced_config_map

PatchCoreV1NamespacedEndpointsResponse

Parses the HTTP response of Endpoints::patch_core_v1_namespaced_endpoints

PatchCoreV1NamespacedEventResponse

Parses the HTTP response of Event::patch_core_v1_namespaced_event

PatchCoreV1NamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::patch_core_v1_namespaced_limit_range

PatchCoreV1NamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::patch_core_v1_namespaced_persistent_volume_claim

PatchCoreV1NamespacedPersistentVolumeClaimStatusResponse

Parses the HTTP response of PersistentVolumeClaim::patch_core_v1_namespaced_persistent_volume_claim_status

PatchCoreV1NamespacedPodResponse

Parses the HTTP response of Pod::patch_core_v1_namespaced_pod

PatchCoreV1NamespacedPodStatusResponse

Parses the HTTP response of Pod::patch_core_v1_namespaced_pod_status

PatchCoreV1NamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::patch_core_v1_namespaced_pod_template

PatchCoreV1NamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::patch_core_v1_namespaced_replication_controller

PatchCoreV1NamespacedReplicationControllerStatusResponse

Parses the HTTP response of ReplicationController::patch_core_v1_namespaced_replication_controller_status

PatchCoreV1NamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::patch_core_v1_namespaced_resource_quota

PatchCoreV1NamespacedResourceQuotaStatusResponse

Parses the HTTP response of ResourceQuota::patch_core_v1_namespaced_resource_quota_status

PatchCoreV1NamespacedSecretResponse

Parses the HTTP response of Secret::patch_core_v1_namespaced_secret

PatchCoreV1NamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::patch_core_v1_namespaced_service_account

PatchCoreV1NamespacedServiceResponse

Parses the HTTP response of Service::patch_core_v1_namespaced_service

PatchCoreV1NamespacedServiceStatusResponse

Parses the HTTP response of Service::patch_core_v1_namespaced_service_status

PatchCoreV1NodeResponse

Parses the HTTP response of Node::patch_core_v1_node

PatchCoreV1NodeStatusResponse

Parses the HTTP response of Node::patch_core_v1_node_status

PatchCoreV1PersistentVolumeResponse

Parses the HTTP response of PersistentVolume::patch_core_v1_persistent_volume

PatchCoreV1PersistentVolumeStatusResponse

Parses the HTTP response of PersistentVolume::patch_core_v1_persistent_volume_status

ProxyCoreV1DELETENamespacedPodResponse

Parses the HTTP response of Pod::proxy_core_v1_delete_namespaced_pod

ProxyCoreV1DELETENamespacedPodWithPathResponse

Parses the HTTP response of Pod::proxy_core_v1_delete_namespaced_pod_with_path

ProxyCoreV1DELETENamespacedServiceResponse

Parses the HTTP response of Service::proxy_core_v1_delete_namespaced_service

ProxyCoreV1DELETENamespacedServiceWithPathResponse

Parses the HTTP response of Service::proxy_core_v1_delete_namespaced_service_with_path

ProxyCoreV1DELETENodeResponse

Parses the HTTP response of Node::proxy_core_v1_delete_node

ProxyCoreV1DELETENodeWithPathResponse

Parses the HTTP response of Node::proxy_core_v1_delete_node_with_path

ProxyCoreV1GETNamespacedPodResponse

Parses the HTTP response of Pod::proxy_core_v1_get_namespaced_pod

ProxyCoreV1GETNamespacedPodWithPathResponse

Parses the HTTP response of Pod::proxy_core_v1_get_namespaced_pod_with_path

ProxyCoreV1GETNamespacedServiceResponse

Parses the HTTP response of Service::proxy_core_v1_get_namespaced_service

ProxyCoreV1GETNamespacedServiceWithPathResponse

Parses the HTTP response of Service::proxy_core_v1_get_namespaced_service_with_path

ProxyCoreV1GETNodeResponse

Parses the HTTP response of Node::proxy_core_v1_get_node

ProxyCoreV1GETNodeWithPathResponse

Parses the HTTP response of Node::proxy_core_v1_get_node_with_path

ProxyCoreV1PATCHNamespacedPodResponse

Parses the HTTP response of Pod::proxy_core_v1_patch_namespaced_pod

ProxyCoreV1PATCHNamespacedPodWithPathResponse

Parses the HTTP response of Pod::proxy_core_v1_patch_namespaced_pod_with_path

ProxyCoreV1PATCHNamespacedServiceResponse

Parses the HTTP response of Service::proxy_core_v1_patch_namespaced_service

ProxyCoreV1PATCHNamespacedServiceWithPathResponse

Parses the HTTP response of Service::proxy_core_v1_patch_namespaced_service_with_path

ProxyCoreV1PATCHNodeResponse

Parses the HTTP response of Node::proxy_core_v1_patch_node

ProxyCoreV1PATCHNodeWithPathResponse

Parses the HTTP response of Node::proxy_core_v1_patch_node_with_path

ProxyCoreV1POSTNamespacedPodResponse

Parses the HTTP response of Pod::proxy_core_v1_post_namespaced_pod

ProxyCoreV1POSTNamespacedPodWithPathResponse

Parses the HTTP response of Pod::proxy_core_v1_post_namespaced_pod_with_path

ProxyCoreV1POSTNamespacedServiceResponse

Parses the HTTP response of Service::proxy_core_v1_post_namespaced_service

ProxyCoreV1POSTNamespacedServiceWithPathResponse

Parses the HTTP response of Service::proxy_core_v1_post_namespaced_service_with_path

ProxyCoreV1POSTNodeResponse

Parses the HTTP response of Node::proxy_core_v1_post_node

ProxyCoreV1POSTNodeWithPathResponse

Parses the HTTP response of Node::proxy_core_v1_post_node_with_path

ProxyCoreV1PUTNamespacedPodResponse

Parses the HTTP response of Pod::proxy_core_v1_put_namespaced_pod

ProxyCoreV1PUTNamespacedPodWithPathResponse

Parses the HTTP response of Pod::proxy_core_v1_put_namespaced_pod_with_path

ProxyCoreV1PUTNamespacedServiceResponse

Parses the HTTP response of Service::proxy_core_v1_put_namespaced_service

ProxyCoreV1PUTNamespacedServiceWithPathResponse

Parses the HTTP response of Service::proxy_core_v1_put_namespaced_service_with_path

ProxyCoreV1PUTNodeResponse

Parses the HTTP response of Node::proxy_core_v1_put_node

ProxyCoreV1PUTNodeWithPathResponse

Parses the HTTP response of Node::proxy_core_v1_put_node_with_path

ReadCoreV1ComponentStatusResponse

Parses the HTTP response of ComponentStatus::read_core_v1_component_status

ReadCoreV1NamespaceResponse

Parses the HTTP response of Namespace::read_core_v1_namespace

ReadCoreV1NamespaceStatusResponse

Parses the HTTP response of Namespace::read_core_v1_namespace_status

ReadCoreV1NamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::read_core_v1_namespaced_config_map

ReadCoreV1NamespacedEndpointsResponse

Parses the HTTP response of Endpoints::read_core_v1_namespaced_endpoints

ReadCoreV1NamespacedEventResponse

Parses the HTTP response of Event::read_core_v1_namespaced_event

ReadCoreV1NamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::read_core_v1_namespaced_limit_range

ReadCoreV1NamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::read_core_v1_namespaced_persistent_volume_claim

ReadCoreV1NamespacedPersistentVolumeClaimStatusResponse

Parses the HTTP response of PersistentVolumeClaim::read_core_v1_namespaced_persistent_volume_claim_status

ReadCoreV1NamespacedPodLogResponse

Parses the HTTP response of Pod::read_core_v1_namespaced_pod_log

ReadCoreV1NamespacedPodResponse

Parses the HTTP response of Pod::read_core_v1_namespaced_pod

ReadCoreV1NamespacedPodStatusResponse

Parses the HTTP response of Pod::read_core_v1_namespaced_pod_status

ReadCoreV1NamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::read_core_v1_namespaced_pod_template

ReadCoreV1NamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::read_core_v1_namespaced_replication_controller

ReadCoreV1NamespacedReplicationControllerStatusResponse

Parses the HTTP response of ReplicationController::read_core_v1_namespaced_replication_controller_status

ReadCoreV1NamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::read_core_v1_namespaced_resource_quota

ReadCoreV1NamespacedResourceQuotaStatusResponse

Parses the HTTP response of ResourceQuota::read_core_v1_namespaced_resource_quota_status

ReadCoreV1NamespacedSecretResponse

Parses the HTTP response of Secret::read_core_v1_namespaced_secret

ReadCoreV1NamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::read_core_v1_namespaced_service_account

ReadCoreV1NamespacedServiceResponse

Parses the HTTP response of Service::read_core_v1_namespaced_service

ReadCoreV1NamespacedServiceStatusResponse

Parses the HTTP response of Service::read_core_v1_namespaced_service_status

ReadCoreV1NodeResponse

Parses the HTTP response of Node::read_core_v1_node

ReadCoreV1NodeStatusResponse

Parses the HTTP response of Node::read_core_v1_node_status

ReadCoreV1PersistentVolumeResponse

Parses the HTTP response of PersistentVolume::read_core_v1_persistent_volume

ReadCoreV1PersistentVolumeStatusResponse

Parses the HTTP response of PersistentVolume::read_core_v1_persistent_volume_status

ReplaceCoreV1NamespaceFinalizeResponse

Parses the HTTP response of Namespace::replace_core_v1_namespace_finalize

ReplaceCoreV1NamespaceResponse

Parses the HTTP response of Namespace::replace_core_v1_namespace

ReplaceCoreV1NamespaceStatusResponse

Parses the HTTP response of Namespace::replace_core_v1_namespace_status

ReplaceCoreV1NamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::replace_core_v1_namespaced_config_map

ReplaceCoreV1NamespacedEndpointsResponse

Parses the HTTP response of Endpoints::replace_core_v1_namespaced_endpoints

ReplaceCoreV1NamespacedEventResponse

Parses the HTTP response of Event::replace_core_v1_namespaced_event

ReplaceCoreV1NamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::replace_core_v1_namespaced_limit_range

ReplaceCoreV1NamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::replace_core_v1_namespaced_persistent_volume_claim

ReplaceCoreV1NamespacedPersistentVolumeClaimStatusResponse

Parses the HTTP response of PersistentVolumeClaim::replace_core_v1_namespaced_persistent_volume_claim_status

ReplaceCoreV1NamespacedPodResponse

Parses the HTTP response of Pod::replace_core_v1_namespaced_pod

ReplaceCoreV1NamespacedPodStatusResponse

Parses the HTTP response of Pod::replace_core_v1_namespaced_pod_status

ReplaceCoreV1NamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::replace_core_v1_namespaced_pod_template

ReplaceCoreV1NamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::replace_core_v1_namespaced_replication_controller

ReplaceCoreV1NamespacedReplicationControllerStatusResponse

Parses the HTTP response of ReplicationController::replace_core_v1_namespaced_replication_controller_status

ReplaceCoreV1NamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::replace_core_v1_namespaced_resource_quota

ReplaceCoreV1NamespacedResourceQuotaStatusResponse

Parses the HTTP response of ResourceQuota::replace_core_v1_namespaced_resource_quota_status

ReplaceCoreV1NamespacedSecretResponse

Parses the HTTP response of Secret::replace_core_v1_namespaced_secret

ReplaceCoreV1NamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::replace_core_v1_namespaced_service_account

ReplaceCoreV1NamespacedServiceResponse

Parses the HTTP response of Service::replace_core_v1_namespaced_service

ReplaceCoreV1NamespacedServiceStatusResponse

Parses the HTTP response of Service::replace_core_v1_namespaced_service_status

ReplaceCoreV1NodeResponse

Parses the HTTP response of Node::replace_core_v1_node

ReplaceCoreV1NodeStatusResponse

Parses the HTTP response of Node::replace_core_v1_node_status

ReplaceCoreV1PersistentVolumeResponse

Parses the HTTP response of PersistentVolume::replace_core_v1_persistent_volume

ReplaceCoreV1PersistentVolumeStatusResponse

Parses the HTTP response of PersistentVolume::replace_core_v1_persistent_volume_status

WatchCoreV1ConfigMapListForAllNamespacesResponse

Parses the HTTP response of ConfigMap::watch_core_v1_config_map_list_for_all_namespaces

WatchCoreV1EndpointsListForAllNamespacesResponse

Parses the HTTP response of Endpoints::watch_core_v1_endpoints_list_for_all_namespaces

WatchCoreV1EventListForAllNamespacesResponse

Parses the HTTP response of Event::watch_core_v1_event_list_for_all_namespaces

WatchCoreV1LimitRangeListForAllNamespacesResponse

Parses the HTTP response of LimitRange::watch_core_v1_limit_range_list_for_all_namespaces

WatchCoreV1NamespaceListResponse

Parses the HTTP response of Namespace::watch_core_v1_namespace_list

WatchCoreV1NamespaceResponse

Parses the HTTP response of Namespace::watch_core_v1_namespace

WatchCoreV1NamespacedConfigMapListResponse

Parses the HTTP response of ConfigMap::watch_core_v1_namespaced_config_map_list

WatchCoreV1NamespacedConfigMapResponse

Parses the HTTP response of ConfigMap::watch_core_v1_namespaced_config_map

WatchCoreV1NamespacedEndpointsListResponse

Parses the HTTP response of Endpoints::watch_core_v1_namespaced_endpoints_list

WatchCoreV1NamespacedEndpointsResponse

Parses the HTTP response of Endpoints::watch_core_v1_namespaced_endpoints

WatchCoreV1NamespacedEventListResponse

Parses the HTTP response of Event::watch_core_v1_namespaced_event_list

WatchCoreV1NamespacedEventResponse

Parses the HTTP response of Event::watch_core_v1_namespaced_event

WatchCoreV1NamespacedLimitRangeListResponse

Parses the HTTP response of LimitRange::watch_core_v1_namespaced_limit_range_list

WatchCoreV1NamespacedLimitRangeResponse

Parses the HTTP response of LimitRange::watch_core_v1_namespaced_limit_range

WatchCoreV1NamespacedPersistentVolumeClaimListResponse

Parses the HTTP response of PersistentVolumeClaim::watch_core_v1_namespaced_persistent_volume_claim_list

WatchCoreV1NamespacedPersistentVolumeClaimResponse

Parses the HTTP response of PersistentVolumeClaim::watch_core_v1_namespaced_persistent_volume_claim

WatchCoreV1NamespacedPodListResponse

Parses the HTTP response of Pod::watch_core_v1_namespaced_pod_list

WatchCoreV1NamespacedPodResponse

Parses the HTTP response of Pod::watch_core_v1_namespaced_pod

WatchCoreV1NamespacedPodTemplateListResponse

Parses the HTTP response of PodTemplate::watch_core_v1_namespaced_pod_template_list

WatchCoreV1NamespacedPodTemplateResponse

Parses the HTTP response of PodTemplate::watch_core_v1_namespaced_pod_template

WatchCoreV1NamespacedReplicationControllerListResponse

Parses the HTTP response of ReplicationController::watch_core_v1_namespaced_replication_controller_list

WatchCoreV1NamespacedReplicationControllerResponse

Parses the HTTP response of ReplicationController::watch_core_v1_namespaced_replication_controller

WatchCoreV1NamespacedResourceQuotaListResponse

Parses the HTTP response of ResourceQuota::watch_core_v1_namespaced_resource_quota_list

WatchCoreV1NamespacedResourceQuotaResponse

Parses the HTTP response of ResourceQuota::watch_core_v1_namespaced_resource_quota

WatchCoreV1NamespacedSecretListResponse

Parses the HTTP response of Secret::watch_core_v1_namespaced_secret_list

WatchCoreV1NamespacedSecretResponse

Parses the HTTP response of Secret::watch_core_v1_namespaced_secret

WatchCoreV1NamespacedServiceAccountListResponse

Parses the HTTP response of ServiceAccount::watch_core_v1_namespaced_service_account_list

WatchCoreV1NamespacedServiceAccountResponse

Parses the HTTP response of ServiceAccount::watch_core_v1_namespaced_service_account

WatchCoreV1NamespacedServiceListResponse

Parses the HTTP response of Service::watch_core_v1_namespaced_service_list

WatchCoreV1NamespacedServiceResponse

Parses the HTTP response of Service::watch_core_v1_namespaced_service

WatchCoreV1NodeListResponse

Parses the HTTP response of Node::watch_core_v1_node_list

WatchCoreV1NodeResponse

Parses the HTTP response of Node::watch_core_v1_node

WatchCoreV1PersistentVolumeClaimListForAllNamespacesResponse

Parses the HTTP response of PersistentVolumeClaim::watch_core_v1_persistent_volume_claim_list_for_all_namespaces

WatchCoreV1PersistentVolumeListResponse

Parses the HTTP response of PersistentVolume::watch_core_v1_persistent_volume_list

WatchCoreV1PersistentVolumeResponse

Parses the HTTP response of PersistentVolume::watch_core_v1_persistent_volume

WatchCoreV1PodListForAllNamespacesResponse

Parses the HTTP response of Pod::watch_core_v1_pod_list_for_all_namespaces

WatchCoreV1PodTemplateListForAllNamespacesResponse

Parses the HTTP response of PodTemplate::watch_core_v1_pod_template_list_for_all_namespaces

WatchCoreV1ReplicationControllerListForAllNamespacesResponse

Parses the HTTP response of ReplicationController::watch_core_v1_replication_controller_list_for_all_namespaces

WatchCoreV1ResourceQuotaListForAllNamespacesResponse

Parses the HTTP response of ResourceQuota::watch_core_v1_resource_quota_list_for_all_namespaces

WatchCoreV1SecretListForAllNamespacesResponse

Parses the HTTP response of Secret::watch_core_v1_secret_list_for_all_namespaces

WatchCoreV1ServiceAccountListForAllNamespacesResponse

Parses the HTTP response of ServiceAccount::watch_core_v1_service_account_list_for_all_namespaces

WatchCoreV1ServiceListForAllNamespacesResponse

Parses the HTTP response of Service::watch_core_v1_service_list_for_all_namespaces