class |
Binding |
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
|
class |
ConfigMap |
ConfigMap holds configuration data for pods to consume.
|
class |
Endpoints |
Endpoints is a collection of endpoints that implement the actual service.
|
class |
Event |
Event is a report of an event somewhere in the cluster.
|
class |
LimitRange |
LimitRange sets resource usage limits for each kind of resource in a Namespace.
|
class |
PersistentVolumeClaim |
PersistentVolumeClaim is a user's request for and claim to a persistent volume
|
class |
Pod |
Pod is a collection of containers that can run on a host.
|
class |
PodTemplate |
PodTemplate describes a template for creating copies of a predefined pod.
|
class |
ReplicationController |
ReplicationController represents the configuration of a replication controller.
|
class |
ResourceQuota |
ResourceQuota sets aggregate quota restrictions enforced per namespace
|
class |
Secret |
Secret holds secret data of a certain type.
|
class |
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.
|
class |
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
|