save_config_argoptional boolean
If true
, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future.client_certoptional string
The client certificate required when auth_type
is set to CERTS
.client_keyoptional string
The client key required when auth_type
is set to CERTS
.record_argoptional string
Record current kubectl command in the resource annotation. Can be one of TRUE
, FALSE
or NOT_SET
. If set to false, do not record the command. If set to true
, record the command. If not set, default to updating the existing annotation value only if one already exists.leave_afteroptional boolean
Defines whether to leave the Pod or delete it after the action finishes.config_pathoptional string
The repository path to the configuration file. One of config_path
or content
must be specified.kubectl_versionoptional string
Version of the kubectl used in the action. Default is “latest”.