package
1.2.0-alpha.1
Repository: https://github.com/aulanov/kubernetes.git
Documentation: pkg.go.dev

# Constants

JobComplete means the job has completed its execution.
Kill all existing pods before creating new ones.
Replace the old RCs by new one using rolling update i.e gradually scale down the old RCs and scale up the new one.

# Variables

No description provided by the author

# Structs

An APIVersion represents a single concrete version of an object model.
DaemonSet represents the configuration of a daemon set.
DaemonSetList is a collection of daemon sets.
DaemonSetSpec is the specification of a daemon set.
DaemonSetStatus represents the current status of a daemon set.
Deployment enables declarative updates for Pods and ReplicationControllers.
DeploymentList is a list of Deployments.
DeploymentSpec is the specification of the desired behavior of the Deployment.
DeploymentStatus is the most recently observed status of the Deployment.
DeploymentStrategy describes how to replace existing pods with new ones.
HorizontalPodAutoscaler represents the configuration of a horizontal pod autoscaler.
HorizontalPodAutoscalerList is a list of HorizontalPodAutoscalers.
HorizontalPodAutoscalerSpec is the specification of a horizontal pod autoscaler.
HorizontalPodAutoscalerStatus contains the current status of a horizontal pod autoscaler.
An Ingress is a way to give services externally-reachable urls.
IngressBackend describes all endpoints for a given Service, port and protocol.
IngressList is a collection of Ingress.
IngressPath associates a path regex with an IngressBackend.
IngressRule represents the rules mapping the paths under a specified host to the related backend services.
IngressSpec describes the Ingress the user wishes to exist.
IngressStatus describe the current state of the Ingress.
Job represents the configuration of a single job.
JobCondition describes current state of a job.
JobList is a collection of jobs.
JobSpec describes how the job execution will look like.
JobStatus represents the current state of a Job.
Dummy definition.
ResourceConsumption is an object for specifying average resource consumption of a particular resource.
Spec to control the desired behavior of rolling update.
Scale subresource, applicable to ReplicationControllers and (in future) Deployment.
ScaleSpec describes the attributes a Scale subresource.
ScaleStatus represents the current status of a Scale subresource.
SubresourceReference contains enough information to let you inspect or modify the referred subresource.
A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API.
An internal object, used for versioned storage in etcd.
ThirdPartyResrouceDataList is a list of ThirdPartyResourceData.
ThirdPartyResourceList is a list of ThirdPartyResources.

# Type aliases

No description provided by the author
No description provided by the author