package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Controller_revision : sig ... end

Deprecated - This group version of Controller_revision is deprecated by apps/v1beta2/controller_revision. See the release notes for more information. Controller_revision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a Controller_revision has been successfully created, it can not be updated. The Api Server will fail validation of all requests that attempt to mutate the Data field. Controller_revisions may, however, be deleted. Note that, due to its use by both the Daemon_set and Stateful_set controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

module Controller_revision_list : sig ... end

Controller_revision_list is a resource containing a list of Controller_revision objects.

module Deployment : sig ... end

Deprecated - This group version of Deployment is deprecated by apps/v1beta2/deployment. See the release notes for more information. Deployment enables declarative updates for Pods and Replica_sets.

module Deployment_condition : sig ... end

Deployment_condition describes the state of a deployment at a certain point.

module Deployment_list : sig ... end

Deployment_list is a list of Deployments.

module Deployment_rollback : sig ... end

Deprecated. Deployment_rollback stores the information required to rollback a deployment.

module Deployment_spec : sig ... end

Deployment_spec is the specification of the desired behavior of the Deployment.

module Deployment_status : sig ... end

Deployment_status is the most recently observed status of the Deployment.

module Deployment_strategy : sig ... end

Deployment_strategy describes how to replace existing pods with new ones.

module Rollback_config : sig ... end

Deprecated.

module Rolling_update_deployment : sig ... end

Spec to control the desired behavior of rolling update.

Rolling_update_stateful_set_strategy is used to communicate parameter for Rolling_update_stateful_set_strategy_type.

module Scale : sig ... end

Scale represents a scaling request for a resource.

module Scale_spec : sig ... end

Scale_spec describes the attributes of a scale subresource

module Scale_status : sig ... end

Scale_status represents the current status of a scale subresource.

module Stateful_set : sig ... end

Deprecated - This group version of Stateful_set is deprecated by apps/v1beta2/stateful_set. See the release notes for more information. Stateful_set represents a set of pods with consistent identities. Identities are defined as:

module Stateful_set_condition : sig ... end

Stateful_set_condition describes the state of a statefulset at a certain point.

module Stateful_set_list : sig ... end

Stateful_set_list is a collection of Stateful_sets.

module Stateful_set_spec : sig ... end

A Stateful_set_spec is the specification of a Stateful_set.

module Stateful_set_status : sig ... end

Stateful_set_status represents the current state of a Stateful_set.

module Stateful_set_update_strategy : sig ... end

Stateful_set_update_strategy indicates the strategy that the Stateful_set controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.