| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMap
(experimental) ConfigMap holds configuration data for pods to consume.
|
class |
Deployment
(experimental) A Deployment provides declarative updates for Pods and ReplicaSets.
|
class |
Ingress
(experimental) Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
|
class |
Job
(experimental) A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
class |
Pod
(experimental) Pod is a collection of containers that can run on a host.
|
class |
Secret
(experimental) Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
class |
Service
(experimental) An abstract way to expose an application running on a set of Pods as a network service.
|
class |
ServiceAccount
(experimental) A service account provides an identity for processes that run in a Pod.
|
Copyright © 2020. All rights reserved.