google_api_container v0.5.0 GoogleApi.Container.V1.Model.ServerConfig View Source

Kubernetes Engine service configuration.

Attributes

  • defaultClusterVersion (String.t): Version of Kubernetes the service deploys by default. Defaults to: null.
  • defaultImageType (String.t): Default image type. Defaults to: null.
  • validImageTypes ([String.t]): List of valid image types. Defaults to: null.
  • validMasterVersions ([String.t]): List of valid master versions. Defaults to: null.
  • validNodeVersions ([String.t]): List of valid node upgrade target versions. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Container.V1.Model.ServerConfig{
  defaultClusterVersion: any(),
  defaultImageType: any(),
  validImageTypes: [any()],
  validMasterVersions: [any()],
  validNodeVersions: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.