Kazan v0.1.0 Kazan.Apis.AutoscalingV1

Contains functions for the AutoscalingV1 API.

Each of these functions will output a Kazan.Request suitable for passing to Kazan.Client.

Summary

Functions

get available resources

get available resources

list or watch objects of kind HorizontalPodAutoscaler

list or watch objects of kind HorizontalPodAutoscaler

list or watch objects of kind HorizontalPodAutoscaler

list or watch objects of kind HorizontalPodAutoscaler

partially update the specified HorizontalPodAutoscaler

partially update the specified HorizontalPodAutoscaler

partially update status of the specified HorizontalPodAutoscaler

partially update status of the specified HorizontalPodAutoscaler

read status of the specified HorizontalPodAutoscaler

read status of the specified HorizontalPodAutoscaler

watch individual changes to a list of HorizontalPodAutoscaler

watch individual changes to a list of HorizontalPodAutoscaler

watch changes to an object of kind HorizontalPodAutoscaler

watch changes to an object of kind HorizontalPodAutoscaler

watch individual changes to a list of HorizontalPodAutoscaler

watch individual changes to a list of HorizontalPodAutoscaler

Functions

create_namespaced_horizontal_pod_autoscaler(body, namespace, options \\ [])

create a HorizontalPodAutoscaler

Parameters

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

create_namespaced_horizontal_pod_autoscaler!(body, namespace, options \\ [])

create a HorizontalPodAutoscaler

Parameters

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

delete_collection_namespaced_horizontal_pod_autoscaler(namespace, options \\ [])

delete collection of HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Unversioned.Status

delete_collection_namespaced_horizontal_pod_autoscaler!(namespace, options \\ [])

delete collection of HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Unversioned.Status

delete_namespaced_horizontal_pod_autoscaler(body, namespace, name, options \\ [])

delete a HorizontalPodAutoscaler

Parameters

  • body - See Kazan.Models.V1.DeleteOptions.
  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • grace_period_seconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

  • orphan_dependents - Should the dependent objects be orphaned. If true/false, the “orphan” finalizer will be added to/removed from the object’s finalizers list.

Response

See Kazan.Models.Unversioned.Status

delete_namespaced_horizontal_pod_autoscaler!(body, namespace, name, options \\ [])

delete a HorizontalPodAutoscaler

Parameters

  • body - See Kazan.Models.V1.DeleteOptions.
  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • grace_period_seconds - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

  • orphan_dependents - Should the dependent objects be orphaned. If true/false, the “orphan” finalizer will be added to/removed from the object’s finalizers list.

Response

See Kazan.Models.Unversioned.Status

get_api_resources()

get available resources

Response

See Kazan.Models.Unversioned.APIResourceList

get_api_resources!()

get available resources

Response

See Kazan.Models.Unversioned.APIResourceList

list_horizontal_pod_autoscaler_for_all_namespaces(options \\ [])

list or watch objects of kind HorizontalPodAutoscaler

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.V1.HorizontalPodAutoscalerList

list_horizontal_pod_autoscaler_for_all_namespaces!(options \\ [])

list or watch objects of kind HorizontalPodAutoscaler

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.V1.HorizontalPodAutoscalerList

list_namespaced_horizontal_pod_autoscaler(namespace, options \\ [])

list or watch objects of kind HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.V1.HorizontalPodAutoscalerList

list_namespaced_horizontal_pod_autoscaler!(namespace, options \\ [])

list or watch objects of kind HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.V1.HorizontalPodAutoscalerList

patch_namespaced_horizontal_pod_autoscaler(body, namespace, name, options \\ [])

partially update the specified HorizontalPodAutoscaler

Parameters

  • body - See Kazan.Models.Unversioned.Patch.
  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

patch_namespaced_horizontal_pod_autoscaler!(body, namespace, name, options \\ [])

partially update the specified HorizontalPodAutoscaler

Parameters

  • body - See Kazan.Models.Unversioned.Patch.
  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

patch_namespaced_horizontal_pod_autoscaler_status(body, namespace, name, options \\ [])

partially update status of the specified HorizontalPodAutoscaler

Parameters

  • body - See Kazan.Models.Unversioned.Patch.
  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

patch_namespaced_horizontal_pod_autoscaler_status!(body, namespace, name, options \\ [])

partially update status of the specified HorizontalPodAutoscaler

Parameters

  • body - See Kazan.Models.Unversioned.Patch.
  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

read_namespaced_horizontal_pod_autoscaler(namespace, name, options \\ [])

read the specified HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • exact - Should the export be exact. Exact export maintains cluster-specific fields like ‘Namespace’

  • export - Should this value be exported. Export strips fields that a user can not specify.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

read_namespaced_horizontal_pod_autoscaler!(namespace, name, options \\ [])

read the specified HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

  • exact - Should the export be exact. Exact export maintains cluster-specific fields like ‘Namespace’

  • export - Should this value be exported. Export strips fields that a user can not specify.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

read_namespaced_horizontal_pod_autoscaler_status(namespace, name, options \\ [])

read status of the specified HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

read_namespaced_horizontal_pod_autoscaler_status!(namespace, name, options \\ [])

read status of the specified HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

replace_namespaced_horizontal_pod_autoscaler(body, namespace, name, options \\ [])

replace the specified HorizontalPodAutoscaler

Parameters

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

replace_namespaced_horizontal_pod_autoscaler!(body, namespace, name, options \\ [])

replace the specified HorizontalPodAutoscaler

Parameters

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

replace_namespaced_horizontal_pod_autoscaler_status(body, namespace, name, options \\ [])

replace status of the specified HorizontalPodAutoscaler

Parameters

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

replace_namespaced_horizontal_pod_autoscaler_status!(body, namespace, name, options \\ [])

replace status of the specified HorizontalPodAutoscaler

Parameters

Options

  • pretty - If ‘true’, then the output is pretty printed.

Response

See Kazan.Models.V1.HorizontalPodAutoscaler

watch_horizontal_pod_autoscaler_list_for_all_namespaces(options \\ [])

watch individual changes to a list of HorizontalPodAutoscaler

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Versioned.Event

watch_horizontal_pod_autoscaler_list_for_all_namespaces!(options \\ [])

watch individual changes to a list of HorizontalPodAutoscaler

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Versioned.Event

watch_namespaced_horizontal_pod_autoscaler(namespace, name, options \\ [])

watch changes to an object of kind HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Versioned.Event

watch_namespaced_horizontal_pod_autoscaler!(namespace, name, options \\ [])

watch changes to an object of kind HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects
  • name - name of the HorizontalPodAutoscaler

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Versioned.Event

watch_namespaced_horizontal_pod_autoscaler_list(namespace, options \\ [])

watch individual changes to a list of HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Versioned.Event

watch_namespaced_horizontal_pod_autoscaler_list!(namespace, options \\ [])

watch individual changes to a list of HorizontalPodAutoscaler

Parameters

  • namespace - object name and auth scope, such as for teams and projects

Options

  • field_selector - A selector to restrict the list of returned objects by their fields. Defaults to everything.

  • label_selector - A selector to restrict the list of returned objects by their labels. Defaults to everything.

  • pretty - If ‘true’, then the output is pretty printed.

  • resource_version - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.

  • timeout_seconds - Timeout for the list/watch call.

  • watch - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Response

See Kazan.Models.Versioned.Event