Kazan v0.2.0 Kazan.Apis.CertificatesV1alpha1

Contains functions for the CertificatesV1alpha1 API.

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

Summary

Functions

create a CertificateSigningRequest

delete collection of CertificateSigningRequest

delete collection of CertificateSigningRequest

get available resources

get available resources

list or watch objects of kind CertificateSigningRequest

list or watch objects of kind CertificateSigningRequest

partially update the specified CertificateSigningRequest

partially update the specified CertificateSigningRequest

read the specified CertificateSigningRequest

read the specified CertificateSigningRequest

replace the specified CertificateSigningRequest

replace the specified CertificateSigningRequest

replace approval of the specified CertificateSigningRequest

replace approval of the specified CertificateSigningRequest

replace status of the specified CertificateSigningRequest

replace status of the specified CertificateSigningRequest

watch changes to an object of kind CertificateSigningRequest

watch changes to an object of kind CertificateSigningRequest

watch individual changes to a list of CertificateSigningRequest

watch individual changes to a list of CertificateSigningRequest

Functions

create_certificate_signing_request(body, options \\ [])

create a CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

create_certificate_signing_request!(body, options \\ [])

create a CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

delete_certificate_signing_request(body, name, options \\ [])

delete a CertificateSigningRequest

Parameters

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_certificate_signing_request!(body, name, options \\ [])

delete a CertificateSigningRequest

Parameters

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_collection_certificate_signing_request(options \\ [])

delete collection of CertificateSigningRequest

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_certificate_signing_request!(options \\ [])

delete collection of CertificateSigningRequest

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

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_certificate_signing_request(options \\ [])

list or watch objects of kind CertificateSigningRequest

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.V1alpha1.CertificateSigningRequestList

list_certificate_signing_request!(options \\ [])

list or watch objects of kind CertificateSigningRequest

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.V1alpha1.CertificateSigningRequestList

patch_certificate_signing_request(body, name, options \\ [])

partially update the specified CertificateSigningRequest

Parameters

  • body - See Kazan.Models.Unversioned.Patch.
  • name - name of the CertificateSigningRequest

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

patch_certificate_signing_request!(body, name, options \\ [])

partially update the specified CertificateSigningRequest

Parameters

  • body - See Kazan.Models.Unversioned.Patch.
  • name - name of the CertificateSigningRequest

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

read_certificate_signing_request(name, options \\ [])

read the specified CertificateSigningRequest

Parameters

  • name - name of the CertificateSigningRequest

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.V1alpha1.CertificateSigningRequest

read_certificate_signing_request!(name, options \\ [])

read the specified CertificateSigningRequest

Parameters

  • name - name of the CertificateSigningRequest

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.V1alpha1.CertificateSigningRequest

replace_certificate_signing_request(body, name, options \\ [])

replace the specified CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

replace_certificate_signing_request!(body, name, options \\ [])

replace the specified CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

replace_certificate_signing_request_approval(body, name, options \\ [])

replace approval of the specified CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

replace_certificate_signing_request_approval!(body, name, options \\ [])

replace approval of the specified CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

replace_certificate_signing_request_status(body, name, options \\ [])

replace status of the specified CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

replace_certificate_signing_request_status!(body, name, options \\ [])

replace status of the specified CertificateSigningRequest

Parameters

Options

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

Response

See Kazan.Models.V1alpha1.CertificateSigningRequest

watch_certificate_signing_request(name, options \\ [])

watch changes to an object of kind CertificateSigningRequest

Parameters

  • name - name of the CertificateSigningRequest

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_certificate_signing_request!(name, options \\ [])

watch changes to an object of kind CertificateSigningRequest

Parameters

  • name - name of the CertificateSigningRequest

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_certificate_signing_request_list(options \\ [])

watch individual changes to a list of CertificateSigningRequest

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_certificate_signing_request_list!(options \\ [])

watch individual changes to a list of CertificateSigningRequest

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