kubernetes.api.v1

Kubernetes v1 API. Auto-generated via macros from swagger documentation.
Swagger doc is available from kubernetes.io/swagger-spec/api/v1

create-namespaced-binding

(create-namespaced-binding ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/bindings
create a Binding
Parameters:
	- ctx: required server context
	- body: required v1.Binding
Options:
	- body: required v1.Binding 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.Binding

create-namespaced-binding-binding

(create-namespaced-binding-binding ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/pods/{name}/binding
create binding of a Binding
Parameters:
	- ctx: required server context
	- body: required v1.Binding
Options:
	- body: required v1.Binding 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Binding
Returns v1.Binding

create-namespaced-endpoints

(create-namespaced-endpoints ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/endpoints
create a Endpoints
Parameters:
	- ctx: required server context
	- body: required v1.Endpoints
Options:
	- body: required v1.Endpoints 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.Endpoints

create-namespaced-event

(create-namespaced-event ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/events
create a Event
Parameters:
	- ctx: required server context
	- body: required v1.Event
Options:
	- body: required v1.Event 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.Event

create-namespaced-limit-range

(create-namespaced-limit-range ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/limitranges
create a LimitRange
Parameters:
	- ctx: required server context
	- body: required v1.LimitRange
Options:
	- body: required v1.LimitRange 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.LimitRange

create-namespaced-namespace

(create-namespaced-namespace ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces
create a Namespace
Parameters:
	- ctx: required server context
	- body: required v1.Namespace
Options:
	- body: required v1.Namespace 
Returns v1.Namespace

create-namespaced-node

(create-namespaced-node ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/nodes
create a Node
Parameters:
	- ctx: required server context
	- body: required v1.Node
Options:
	- body: required v1.Node 
Returns v1.Node

create-namespaced-persistent-volume

(create-namespaced-persistent-volume ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/persistentvolumes
create a PersistentVolume
Parameters:
	- ctx: required server context
	- body: required v1.PersistentVolume
Options:
	- body: required v1.PersistentVolume 
Returns v1.PersistentVolume

create-namespaced-persistent-volume-claim

(create-namespaced-persistent-volume-claim ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/persistentvolumeclaims
create a PersistentVolumeClaim
Parameters:
	- ctx: required server context
	- body: required v1.PersistentVolumeClaim
Options:
	- body: required v1.PersistentVolumeClaim 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.PersistentVolumeClaim

create-namespaced-pod

(create-namespaced-pod ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/pods
create a Pod
Parameters:
	- ctx: required server context
	- body: required v1.Pod
Options:
	- body: required v1.Pod 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.Pod

create-namespaced-pod-template

(create-namespaced-pod-template ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/podtemplates
create a PodTemplate
Parameters:
	- ctx: required server context
	- body: required v1.PodTemplate
Options:
	- body: required v1.PodTemplate 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.PodTemplate

create-namespaced-replication-controller

(create-namespaced-replication-controller ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/replicationcontrollers
create a ReplicationController
Parameters:
	- ctx: required server context
	- body: required v1.ReplicationController
Options:
	- body: required v1.ReplicationController 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.ReplicationController

create-namespaced-resource-quota

(create-namespaced-resource-quota ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/resourcequotas
create a ResourceQuota
Parameters:
	- ctx: required server context
	- body: required v1.ResourceQuota
Options:
	- body: required v1.ResourceQuota 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.ResourceQuota

create-namespaced-secret

(create-namespaced-secret ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/secrets
create a Secret
Parameters:
	- ctx: required server context
	- body: required v1.Secret
Options:
	- body: required v1.Secret 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.Secret

create-namespaced-service

(create-namespaced-service ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/services
create a Service
Parameters:
	- ctx: required server context
	- body: required v1.Service
Options:
	- body: required v1.Service 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.Service

create-namespaced-service-account

(create-namespaced-service-account ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls POST on /api/v1/namespaces/{namespace}/serviceaccounts
create a ServiceAccount
Parameters:
	- ctx: required server context
	- body: required v1.ServiceAccount
Options:
	- body: required v1.ServiceAccount 
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.ServiceAccount

delete-namespaced-endpoints

(delete-namespaced-endpoints ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/endpoints/{name}
delete a Endpoints
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Endpoints
Returns unversioned.Status

delete-namespaced-event

(delete-namespaced-event ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/events/{name}
delete a Event
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Event
Returns unversioned.Status

delete-namespaced-limit-range

(delete-namespaced-limit-range ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/limitranges/{name}
delete a LimitRange
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the LimitRange
Returns unversioned.Status

delete-namespaced-namespace

(delete-namespaced-namespace ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{name}
delete a Namespace
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- name: required string name of the Namespace
Returns unversioned.Status

delete-namespaced-node

(delete-namespaced-node ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/nodes/{name}
delete a Node
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- name: required string name of the Node
Returns unversioned.Status

delete-namespaced-persistent-volume

(delete-namespaced-persistent-volume ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/persistentvolumes/{name}
delete a PersistentVolume
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- name: required string name of the PersistentVolume
Returns unversioned.Status

delete-namespaced-persistent-volume-claim

(delete-namespaced-persistent-volume-claim ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
delete a PersistentVolumeClaim
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PersistentVolumeClaim
Returns unversioned.Status

delete-namespaced-pod

(delete-namespaced-pod ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/pods/{name}
delete a Pod
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Pod
Returns unversioned.Status

delete-namespaced-pod-template

(delete-namespaced-pod-template ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/podtemplates/{name}
delete a PodTemplate
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PodTemplate
Returns unversioned.Status

delete-namespaced-replication-controller

(delete-namespaced-replication-controller ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
delete a ReplicationController
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ReplicationController
Returns unversioned.Status

delete-namespaced-resource-quota

(delete-namespaced-resource-quota ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/resourcequotas/{name}
delete a ResourceQuota
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ResourceQuota
Returns unversioned.Status

delete-namespaced-secret

(delete-namespaced-secret ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/secrets/{name}
delete a Secret
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Secret
Returns unversioned.Status

delete-namespaced-service

(delete-namespaced-service ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/services/{name}
delete a Service
Parameters:
	- ctx: required server context
	- body: required 
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Service
Returns unversioned.Status

delete-namespaced-service-account

(delete-namespaced-service-account ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls DELETE on /api/v1/namespaces/{namespace}/serviceaccounts/{name}
delete a ServiceAccount
Parameters:
	- ctx: required server context
	- body: required v1.DeleteOptions
Options:
	- body: required v1.DeleteOptions 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ServiceAccount
Returns unversioned.Status

get-api-resources

(get-api-resources ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1
get available resources
Parameters:
	- ctx: required server context
Returns 

list-endpoints

(list-endpoints ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/endpoints
list or watch objects of kind Endpoints
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.EndpointsList

list-event

(list-event ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/events
list or watch objects of kind Event
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.EventList

list-limit-range

(list-limit-range ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/limitranges
list or watch objects of kind LimitRange
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.LimitRangeList

list-namespaced-component-status

(list-namespaced-component-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/componentstatuses
list objects of kind ComponentStatus
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.ComponentStatusList

list-namespaced-endpoints

(list-namespaced-endpoints ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/endpoints
list or watch objects of kind Endpoints
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.EndpointsList

list-namespaced-event

(list-namespaced-event ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/events
list or watch objects of kind Event
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.EventList

list-namespaced-limit-range

(list-namespaced-limit-range ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/limitranges
list or watch objects of kind LimitRange
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.LimitRangeList

list-namespaced-namespace

(list-namespaced-namespace ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces
list or watch objects of kind Namespace
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.NamespaceList

list-namespaced-node

(list-namespaced-node ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/nodes
list or watch objects of kind Node
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.NodeList

list-namespaced-persistent-volume

(list-namespaced-persistent-volume ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/persistentvolumes
list or watch objects of kind PersistentVolume
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.PersistentVolumeList

list-namespaced-persistent-volume-claim

(list-namespaced-persistent-volume-claim ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/persistentvolumeclaims
list or watch objects of kind PersistentVolumeClaim
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.PersistentVolumeClaimList

list-namespaced-pod

(list-namespaced-pod ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/pods
list or watch objects of kind Pod
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.PodList

list-namespaced-pod-template

(list-namespaced-pod-template ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/podtemplates
list or watch objects of kind PodTemplate
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.PodTemplateList

list-namespaced-replication-controller

(list-namespaced-replication-controller ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/replicationcontrollers
list or watch objects of kind ReplicationController
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.ReplicationControllerList

list-namespaced-resource-quota

(list-namespaced-resource-quota ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/resourcequotas
list or watch objects of kind ResourceQuota
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.ResourceQuotaList

list-namespaced-secret

(list-namespaced-secret ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/secrets
list or watch objects of kind Secret
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.SecretList

list-namespaced-service

(list-namespaced-service ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/services
list or watch objects of kind Service
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.ServiceList

list-namespaced-service-account

(list-namespaced-service-account ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/serviceaccounts
list or watch objects of kind ServiceAccount
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
	- namespace: required string object name and auth scope, such as for teams and projects
Returns v1.ServiceAccountList

list-persistent-volume-claim

(list-persistent-volume-claim ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/persistentvolumeclaims
list or watch objects of kind PersistentVolumeClaim
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.PersistentVolumeClaimList

list-pod

(list-pod ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/pods
list or watch objects of kind Pod
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.PodList

list-pod-template

(list-pod-template ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/podtemplates
list or watch objects of kind PodTemplate
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.PodTemplateList

list-replication-controller

(list-replication-controller ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/replicationcontrollers
list or watch objects of kind ReplicationController
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.ReplicationControllerList

list-resource-quota

(list-resource-quota ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/resourcequotas
list or watch objects of kind ResourceQuota
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.ResourceQuotaList

list-secret

(list-secret ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/secrets
list or watch objects of kind Secret
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.SecretList

list-service

(list-service ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/services
list or watch objects of kind Service
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.ServiceList

list-service-account

(list-service-account ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/serviceaccounts
list or watch objects of kind ServiceAccount
Parameters:
	- ctx: required server context
Options:
	- label-selector: optional string A selector to restrict the list of returned objects by their labels. Defaults to everything.
	- field-selector: optional string A selector to restrict the list of returned objects by their fields. Defaults to everything.
Returns v1.ServiceAccountList

make-context

patch-namespaced-endpoints

(patch-namespaced-endpoints ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/endpoints/{name}
partially update the specified Endpoints
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Endpoints
Returns v1.Endpoints

patch-namespaced-event

(patch-namespaced-event ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/events/{name}
partially update the specified Event
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Event
Returns v1.Event

patch-namespaced-limit-range

(patch-namespaced-limit-range ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/limitranges/{name}
partially update the specified LimitRange
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the LimitRange
Returns v1.LimitRange

patch-namespaced-namespace

(patch-namespaced-namespace ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{name}
partially update the specified Namespace
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- name: required string name of the Namespace
Returns v1.Namespace

patch-namespaced-node

(patch-namespaced-node ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/nodes/{name}
partially update the specified Node
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- name: required string name of the Node
Returns v1.Node

patch-namespaced-persistent-volume

(patch-namespaced-persistent-volume ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/persistentvolumes/{name}
partially update the specified PersistentVolume
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- name: required string name of the PersistentVolume
Returns v1.PersistentVolume

patch-namespaced-persistent-volume-claim

(patch-namespaced-persistent-volume-claim ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
partially update the specified PersistentVolumeClaim
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PersistentVolumeClaim
Returns v1.PersistentVolumeClaim

patch-namespaced-pod

(patch-namespaced-pod ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/pods/{name}
partially update the specified Pod
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Pod
Returns v1.Pod

patch-namespaced-pod-template

(patch-namespaced-pod-template ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/podtemplates/{name}
partially update the specified PodTemplate
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PodTemplate
Returns v1.PodTemplate

patch-namespaced-replication-controller

(patch-namespaced-replication-controller ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
partially update the specified ReplicationController
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ReplicationController
Returns v1.ReplicationController

patch-namespaced-resource-quota

(patch-namespaced-resource-quota ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/resourcequotas/{name}
partially update the specified ResourceQuota
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ResourceQuota
Returns v1.ResourceQuota

patch-namespaced-secret

(patch-namespaced-secret ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/secrets/{name}
partially update the specified Secret
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Secret
Returns v1.Secret

patch-namespaced-service

(patch-namespaced-service ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/services/{name}
partially update the specified Service
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Service
Returns v1.Service

patch-namespaced-service-account

(patch-namespaced-service-account ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PATCH on /api/v1/namespaces/{namespace}/serviceaccounts/{name}
partially update the specified ServiceAccount
Parameters:
	- ctx: required server context
	- body: required unversioned.Patch
Options:
	- body: required unversioned.Patch 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ServiceAccount
Returns v1.ServiceAccount

read-namespaced-component-status

(read-namespaced-component-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/componentstatuses/{name}
read the specified ComponentStatus
Parameters:
	- ctx: required server context
Options:
	- name: required string name of the ComponentStatus
Returns v1.ComponentStatus

read-namespaced-endpoints

(read-namespaced-endpoints ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/endpoints/{name}
read the specified Endpoints
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Endpoints
Returns v1.Endpoints

read-namespaced-event

(read-namespaced-event ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/events/{name}
read the specified Event
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Event
Returns v1.Event

read-namespaced-limit-range

(read-namespaced-limit-range ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/limitranges/{name}
read the specified LimitRange
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the LimitRange
Returns v1.LimitRange

read-namespaced-namespace

(read-namespaced-namespace ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{name}
read the specified Namespace
Parameters:
	- ctx: required server context
Options:
	- name: required string name of the Namespace
Returns v1.Namespace

read-namespaced-node

(read-namespaced-node ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/nodes/{name}
read the specified Node
Parameters:
	- ctx: required server context
Options:
	- name: required string name of the Node
Returns v1.Node

read-namespaced-persistent-volume

(read-namespaced-persistent-volume ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/persistentvolumes/{name}
read the specified PersistentVolume
Parameters:
	- ctx: required server context
Options:
	- name: required string name of the PersistentVolume
Returns v1.PersistentVolume

read-namespaced-persistent-volume-claim

(read-namespaced-persistent-volume-claim ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
read the specified PersistentVolumeClaim
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PersistentVolumeClaim
Returns v1.PersistentVolumeClaim

read-namespaced-pod

(read-namespaced-pod ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/pods/{name}
read the specified Pod
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Pod
Returns v1.Pod

read-namespaced-pod-log

(read-namespaced-pod-log ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/pods/{name}/log
read log of the specified Pod
Parameters:
	- ctx: required server context
Options:
	- container: optional string The container for which to stream logs. Defaults to only container if there is one container in the pod.
	- follow: optional boolean Follow the log stream of the pod. Defaults to false.
	- previous: optional boolean Return previous terminated container logs. Defaults to false.
	- since-seconds: optional integer A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.
	- since-time: optional string An RFC3339 timestamp from which to show logs. If this value preceeds the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.
	- timestamps: optional boolean If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.
	- tail-lines: optional integer If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime
	- limit-bytes: optional integer If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Pod
Returns v1.Pod

read-namespaced-pod-template

(read-namespaced-pod-template ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/podtemplates/{name}
read the specified PodTemplate
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PodTemplate
Returns v1.PodTemplate

read-namespaced-replication-controller

(read-namespaced-replication-controller ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
read the specified ReplicationController
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ReplicationController
Returns v1.ReplicationController

read-namespaced-resource-quota

(read-namespaced-resource-quota ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/resourcequotas/{name}
read the specified ResourceQuota
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ResourceQuota
Returns v1.ResourceQuota

read-namespaced-secret

(read-namespaced-secret ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/secrets/{name}
read the specified Secret
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Secret
Returns v1.Secret

read-namespaced-service

(read-namespaced-service ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/services/{name}
read the specified Service
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Service
Returns v1.Service

read-namespaced-service-account

(read-namespaced-service-account ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls GET on /api/v1/namespaces/{namespace}/serviceaccounts/{name}
read the specified ServiceAccount
Parameters:
	- ctx: required server context
Options:
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ServiceAccount
Returns v1.ServiceAccount

replace-namespaced-endpoints

(replace-namespaced-endpoints ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/endpoints/{name}
replace the specified Endpoints
Parameters:
	- ctx: required server context
	- body: required v1.Endpoints
Options:
	- body: required v1.Endpoints 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Endpoints
Returns v1.Endpoints

replace-namespaced-event

(replace-namespaced-event ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/events/{name}
replace the specified Event
Parameters:
	- ctx: required server context
	- body: required v1.Event
Options:
	- body: required v1.Event 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Event
Returns v1.Event

replace-namespaced-limit-range

(replace-namespaced-limit-range ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/limitranges/{name}
replace the specified LimitRange
Parameters:
	- ctx: required server context
	- body: required v1.LimitRange
Options:
	- body: required v1.LimitRange 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the LimitRange
Returns v1.LimitRange

replace-namespaced-namespace

(replace-namespaced-namespace ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{name}
replace the specified Namespace
Parameters:
	- ctx: required server context
	- body: required v1.Namespace
Options:
	- body: required v1.Namespace 
	- name: required string name of the Namespace
Returns v1.Namespace

replace-namespaced-namespace-finalize

(replace-namespaced-namespace-finalize ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{name}/finalize
replace finalize of the specified Namespace
Parameters:
	- ctx: required server context
	- body: required v1.Namespace
Options:
	- body: required v1.Namespace 
	- name: required string name of the Namespace
Returns v1.Namespace

replace-namespaced-namespace-status

(replace-namespaced-namespace-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{name}/status
replace status of the specified Namespace
Parameters:
	- ctx: required server context
	- body: required v1.Namespace
Options:
	- body: required v1.Namespace 
	- name: required string name of the Namespace
Returns v1.Namespace

replace-namespaced-node

(replace-namespaced-node ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/nodes/{name}
replace the specified Node
Parameters:
	- ctx: required server context
	- body: required v1.Node
Options:
	- body: required v1.Node 
	- name: required string name of the Node
Returns v1.Node

replace-namespaced-node-status

(replace-namespaced-node-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/nodes/{name}/status
replace status of the specified Node
Parameters:
	- ctx: required server context
	- body: required v1.Node
Options:
	- body: required v1.Node 
	- name: required string name of the Node
Returns v1.Node

replace-namespaced-persistent-volume

(replace-namespaced-persistent-volume ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/persistentvolumes/{name}
replace the specified PersistentVolume
Parameters:
	- ctx: required server context
	- body: required v1.PersistentVolume
Options:
	- body: required v1.PersistentVolume 
	- name: required string name of the PersistentVolume
Returns v1.PersistentVolume

replace-namespaced-persistent-volume-claim

(replace-namespaced-persistent-volume-claim ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
replace the specified PersistentVolumeClaim
Parameters:
	- ctx: required server context
	- body: required v1.PersistentVolumeClaim
Options:
	- body: required v1.PersistentVolumeClaim 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PersistentVolumeClaim
Returns v1.PersistentVolumeClaim

replace-namespaced-persistent-volume-claim-status

(replace-namespaced-persistent-volume-claim-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
replace status of the specified PersistentVolumeClaim
Parameters:
	- ctx: required server context
	- body: required v1.PersistentVolumeClaim
Options:
	- body: required v1.PersistentVolumeClaim 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PersistentVolumeClaim
Returns v1.PersistentVolumeClaim

replace-namespaced-persistent-volume-status

(replace-namespaced-persistent-volume-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/persistentvolumes/{name}/status
replace status of the specified PersistentVolume
Parameters:
	- ctx: required server context
	- body: required v1.PersistentVolume
Options:
	- body: required v1.PersistentVolume 
	- name: required string name of the PersistentVolume
Returns v1.PersistentVolume

replace-namespaced-pod

(replace-namespaced-pod ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/pods/{name}
replace the specified Pod
Parameters:
	- ctx: required server context
	- body: required v1.Pod
Options:
	- body: required v1.Pod 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Pod
Returns v1.Pod

replace-namespaced-pod-status

(replace-namespaced-pod-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/pods/{name}/status
replace status of the specified Pod
Parameters:
	- ctx: required server context
	- body: required v1.Pod
Options:
	- body: required v1.Pod 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Pod
Returns v1.Pod

replace-namespaced-pod-template

(replace-namespaced-pod-template ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/podtemplates/{name}
replace the specified PodTemplate
Parameters:
	- ctx: required server context
	- body: required v1.PodTemplate
Options:
	- body: required v1.PodTemplate 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the PodTemplate
Returns v1.PodTemplate

replace-namespaced-replication-controller

(replace-namespaced-replication-controller ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
replace the specified ReplicationController
Parameters:
	- ctx: required server context
	- body: required v1.ReplicationController
Options:
	- body: required v1.ReplicationController 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ReplicationController
Returns v1.ReplicationController

replace-namespaced-replication-controller-status

(replace-namespaced-replication-controller-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
replace status of the specified ReplicationController
Parameters:
	- ctx: required server context
	- body: required v1.ReplicationController
Options:
	- body: required v1.ReplicationController 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ReplicationController
Returns v1.ReplicationController

replace-namespaced-resource-quota

(replace-namespaced-resource-quota ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/resourcequotas/{name}
replace the specified ResourceQuota
Parameters:
	- ctx: required server context
	- body: required v1.ResourceQuota
Options:
	- body: required v1.ResourceQuota 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ResourceQuota
Returns v1.ResourceQuota

replace-namespaced-resource-quota-status

(replace-namespaced-resource-quota-status ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
replace status of the specified ResourceQuota
Parameters:
	- ctx: required server context
	- body: required v1.ResourceQuota
Options:
	- body: required v1.ResourceQuota 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ResourceQuota
Returns v1.ResourceQuota

replace-namespaced-secret

(replace-namespaced-secret ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/secrets/{name}
replace the specified Secret
Parameters:
	- ctx: required server context
	- body: required v1.Secret
Options:
	- body: required v1.Secret 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Secret
Returns v1.Secret

replace-namespaced-service

(replace-namespaced-service ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/services/{name}
replace the specified Service
Parameters:
	- ctx: required server context
	- body: required v1.Service
Options:
	- body: required v1.Service 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the Service
Returns v1.Service

replace-namespaced-service-account

(replace-namespaced-service-account ctx__9524__auto__ & [body?__9525__auto__ opts?__9526__auto__])
Calls PUT on /api/v1/namespaces/{namespace}/serviceaccounts/{name}
replace the specified ServiceAccount
Parameters:
	- ctx: required server context
	- body: required v1.ServiceAccount
Options:
	- body: required v1.ServiceAccount 
	- namespace: required string object name and auth scope, such as for teams and projects
	- name: required string name of the ServiceAccount
Returns v1.ServiceAccount