class |
AwsElasticBlockStorePersistentVolume |
Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
class |
AzureDiskPersistentVolume |
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
class |
BasicAuthSecret |
Create a secret for basic authentication.
|
class |
ConfigMap |
ConfigMap holds configuration data for pods to consume.
|
class |
DaemonSet |
A DaemonSet ensures that all (or some) Nodes run a copy of a Pod.
|
class |
Deployment |
A Deployment provides declarative updates for Pods and ReplicaSets.
|
class |
DockerConfigSecret |
Create a secret for storing credentials for accessing a container image registry.
|
class |
GCEPersistentDiskPersistentVolume |
GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
class |
IngressV1Beta1 |
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
|
class |
Job |
A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
class |
PersistentVolume |
A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.
|
class |
PersistentVolumeClaim |
A PersistentVolumeClaim (PVC) is a request for storage by a user.
|
class |
Pod |
Pod is a collection of containers that can run on a host.
|
class |
Secret |
Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
class |
Service |
An abstract way to expose an application running on a set of Pods as a network service.
|
class |
ServiceAccount |
A service account provides an identity for processes that run in a Pod.
|
class |
ServiceAccountTokenSecret |
Create a secret for a service account token.
|
class |
SshAuthSecret |
Create a secret for ssh authentication.
|
class |
StatefulSet |
StatefulSet is the workload API object used to manage stateful applications.
|
class |
TlsSecret |
Create a secret for storing a TLS certificate and its associated key.
|