mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 10:36:16 +00:00
update modules
This commit is contained in:
@@ -85,6 +85,13 @@ options:
|
||||
aliases:
|
||||
- completion_deadline_seconds
|
||||
type: int
|
||||
spec_failed_builds_history_limit:
|
||||
description:
|
||||
- failedBuildsHistoryLimit is the number of old failed builds to retain. If not
|
||||
specified, all failed builds are retained.
|
||||
aliases:
|
||||
- failed_builds_history_limit
|
||||
type: int
|
||||
spec_node_selector:
|
||||
description:
|
||||
- nodeSelector is a selector which must be true for the build pod to fit on a
|
||||
@@ -365,7 +372,7 @@ options:
|
||||
spec_strategy_custom_strategy_env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass into a builder
|
||||
container. ValueFrom is not supported.
|
||||
container.
|
||||
aliases:
|
||||
- strategy_custom_strategy_env
|
||||
type: list
|
||||
@@ -451,7 +458,7 @@ options:
|
||||
spec_strategy_docker_strategy_env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass into a builder
|
||||
container. ValueFrom is not supported.
|
||||
container.
|
||||
aliases:
|
||||
- strategy_docker_strategy_env
|
||||
type: list
|
||||
@@ -489,7 +496,7 @@ options:
|
||||
spec_strategy_jenkins_pipeline_strategy_env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass into a build
|
||||
pipeline. ValueFrom is not supported.
|
||||
pipeline.
|
||||
aliases:
|
||||
- strategy_jenkins_pipeline_strategy_env
|
||||
type: list
|
||||
@@ -551,7 +558,7 @@ options:
|
||||
spec_strategy_source_strategy_env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass into a builder
|
||||
container. ValueFrom is not supported.
|
||||
container.
|
||||
aliases:
|
||||
- strategy_source_strategy_env
|
||||
type: list
|
||||
@@ -635,6 +642,13 @@ options:
|
||||
- type is the kind of build strategy.
|
||||
aliases:
|
||||
- strategy_type
|
||||
spec_successful_builds_history_limit:
|
||||
description:
|
||||
- successfulBuildsHistoryLimit is the number of old successful builds to retain.
|
||||
If not specified, all successful builds are retained.
|
||||
aliases:
|
||||
- successful_builds_history_limit
|
||||
type: int
|
||||
spec_triggers:
|
||||
description:
|
||||
- triggers determine how new Builds can be launched from a BuildConfig. If no
|
||||
@@ -674,7 +688,7 @@ options:
|
||||
- Whether or not to verify the API server's SSL certificates.
|
||||
type: bool
|
||||
requirements:
|
||||
- openshift == 1.0.0-snapshot
|
||||
- openshift == 0.3.1
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
@@ -781,6 +795,150 @@ build_config:
|
||||
- A sequence number representing a specific generation of the desired state.
|
||||
Populated by the system. Read-only.
|
||||
type: int
|
||||
initializers:
|
||||
description:
|
||||
- An initializer is a controller which enforces some system invariant at
|
||||
object creation time. This field is a list of initializers that have not
|
||||
yet acted on this object. If nil or empty, this object has been completely
|
||||
initialized. Otherwise, the object is considered uninitialized and is
|
||||
hidden (in list/watch and get calls) from clients that haven't explicitly
|
||||
asked to observe uninitialized objects. When an object is created, the
|
||||
system will populate this list with the current set of initializers. Only
|
||||
privileged users may set or modify this list. Once it is empty, it may
|
||||
not be modified further by any user.
|
||||
type: complex
|
||||
contains:
|
||||
pending:
|
||||
description:
|
||||
- Pending is a list of initializers that must execute in order before
|
||||
this object is visible. When the last pending initializer is removed,
|
||||
and no failing result is set, the initializers struct will be set
|
||||
to nil and the object is considered as initialized and visible to
|
||||
all clients.
|
||||
type: list
|
||||
contains:
|
||||
name:
|
||||
description:
|
||||
- name of the process that is responsible for initializing this
|
||||
object.
|
||||
type: str
|
||||
result:
|
||||
description:
|
||||
- If result is set with the Failure field, the object will be persisted
|
||||
to storage and then deleted, ensuring that other clients can observe
|
||||
the deletion.
|
||||
type: complex
|
||||
contains:
|
||||
api_version:
|
||||
description:
|
||||
- APIVersion defines the versioned schema of this representation
|
||||
of an object. Servers should convert recognized schemas to the
|
||||
latest internal value, and may reject unrecognized values.
|
||||
type: str
|
||||
code:
|
||||
description:
|
||||
- Suggested HTTP return code for this status, 0 if not set.
|
||||
type: int
|
||||
details:
|
||||
description:
|
||||
- Extended data associated with the reason. Each reason may define
|
||||
its own extended details. This field is optional and the data
|
||||
returned is not guaranteed to conform to any schema except that
|
||||
defined by the reason type.
|
||||
type: complex
|
||||
contains:
|
||||
causes:
|
||||
description:
|
||||
- The Causes array includes more details associated with the
|
||||
StatusReason failure. Not all StatusReasons may provide detailed
|
||||
causes.
|
||||
type: list
|
||||
contains:
|
||||
field:
|
||||
description:
|
||||
- 'The field of the resource that has caused this error,
|
||||
as named by its JSON serialization. May include dot and
|
||||
postfix notation for nested attributes. Arrays are zero-indexed.
|
||||
Fields may appear more than once in an array of causes
|
||||
due to fields having multiple errors. Optional. Examples:
|
||||
"name" - the field "name" on the current resource "items[0].name"
|
||||
- the field "name" on the first array entry in "items"'
|
||||
type: str
|
||||
message:
|
||||
description:
|
||||
- A human-readable description of the cause of the error.
|
||||
This field may be presented as-is to a reader.
|
||||
type: str
|
||||
reason:
|
||||
description:
|
||||
- A machine-readable description of the cause of the error.
|
||||
If this value is empty there is no information available.
|
||||
type: str
|
||||
group:
|
||||
description:
|
||||
- The group attribute of the resource associated with the status
|
||||
StatusReason.
|
||||
type: str
|
||||
kind:
|
||||
description:
|
||||
- The kind attribute of the resource associated with the status
|
||||
StatusReason. On some operations may differ from the requested
|
||||
resource Kind.
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- The name attribute of the resource associated with the status
|
||||
StatusReason (when there is a single name which can be described).
|
||||
type: str
|
||||
retry_after_seconds:
|
||||
description:
|
||||
- If specified, the time in seconds before the operation should
|
||||
be retried.
|
||||
type: int
|
||||
uid:
|
||||
description:
|
||||
- UID of the resource. (when there is a single resource which
|
||||
can be described).
|
||||
type: str
|
||||
kind:
|
||||
description:
|
||||
- Kind is a string value representing the REST resource this object
|
||||
represents. Servers may infer this from the endpoint the client
|
||||
submits requests to. Cannot be updated. In CamelCase.
|
||||
type: str
|
||||
message:
|
||||
description:
|
||||
- A human-readable description of the status of this operation.
|
||||
type: str
|
||||
metadata:
|
||||
description:
|
||||
- Standard list metadata.
|
||||
type: complex
|
||||
contains:
|
||||
resource_version:
|
||||
description:
|
||||
- String that identifies the server's internal version of this
|
||||
object that can be used by clients to determine when objects
|
||||
have changed. Value must be treated as opaque by clients and
|
||||
passed unmodified back to the server. Populated by the system.
|
||||
Read-only.
|
||||
type: str
|
||||
self_link:
|
||||
description:
|
||||
- SelfLink is a URL representing this object. Populated by the
|
||||
system. Read-only.
|
||||
type: str
|
||||
reason:
|
||||
description:
|
||||
- A machine-readable description of why this operation is in the
|
||||
"Failure" status. If this value is empty there is no information
|
||||
available. A Reason clarifies an HTTP status code but does not
|
||||
override it.
|
||||
type: str
|
||||
status:
|
||||
description:
|
||||
- 'Status of the operation. One of: "Success" or "Failure".'
|
||||
type: str
|
||||
labels:
|
||||
description:
|
||||
- Map of string keys and values that can be used to organize and categorize
|
||||
@@ -816,6 +974,14 @@ build_config:
|
||||
description:
|
||||
- API version of the referent.
|
||||
type: str
|
||||
block_owner_deletion:
|
||||
description:
|
||||
- If true, AND if the owner has the "foregroundDeletion" finalizer,
|
||||
then the owner cannot be deleted from the key-value store until this
|
||||
reference is removed. Defaults to false. To set this field, a user
|
||||
needs "delete" permission of the owner, otherwise 422 (Unprocessable
|
||||
Entity) will be returned.
|
||||
type: bool
|
||||
controller:
|
||||
description:
|
||||
- If true, this reference points to the managing controller.
|
||||
@@ -865,6 +1031,11 @@ build_config:
|
||||
build may be active on a node before the system actively tries to terminate
|
||||
the build; value must be positive integer
|
||||
type: int
|
||||
failed_builds_history_limit:
|
||||
description:
|
||||
- failedBuildsHistoryLimit is the number of old failed builds to retain.
|
||||
If not specified, all failed builds are retained.
|
||||
type: int
|
||||
node_selector:
|
||||
description:
|
||||
- nodeSelector is a selector which must be true for the build pod to fit
|
||||
@@ -991,14 +1162,14 @@ build_config:
|
||||
description:
|
||||
- Limits describes the maximum amount of compute resources allowed.
|
||||
type: complex
|
||||
contains: str, ResourceQuantity
|
||||
contains: str, str
|
||||
requests:
|
||||
description:
|
||||
- Requests describes the minimum amount of compute resources required.
|
||||
If Requests is omitted for a container, it defaults to Limits if that
|
||||
is explicitly specified, otherwise to an implementation-defined value.
|
||||
type: complex
|
||||
contains: str, ResourceQuantity
|
||||
contains: str, str
|
||||
revision:
|
||||
description:
|
||||
- revision is the information from the source for a specific repo snapshot.
|
||||
@@ -1196,7 +1367,9 @@ build_config:
|
||||
source_path:
|
||||
description:
|
||||
- sourcePath is the absolute path of the file or directory inside
|
||||
the image to copy to the build directory.
|
||||
the image to copy to the build directory. If the source path
|
||||
ends in /. then the content of the directory will be copied,
|
||||
but the directory itself will not be created at the destination.
|
||||
type: str
|
||||
pull_secret:
|
||||
description:
|
||||
@@ -1314,7 +1487,7 @@ build_config:
|
||||
env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass
|
||||
into a builder container. ValueFrom is not supported.
|
||||
into a builder container.
|
||||
type: list
|
||||
contains:
|
||||
name:
|
||||
@@ -1350,11 +1523,16 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the ConfigMap or it's key must be
|
||||
defined
|
||||
type: bool
|
||||
field_ref:
|
||||
description:
|
||||
- 'Selects a field of the pod: supports metadata.name, metadata.namespace,
|
||||
metadata.labels, metadata.annotations, spec.nodeName,
|
||||
spec.serviceAccountName, status.podIP.'
|
||||
spec.serviceAccountName, status.hostIP, status.podIP.'
|
||||
type: complex
|
||||
contains:
|
||||
api_version:
|
||||
@@ -1382,8 +1560,7 @@ build_config:
|
||||
description:
|
||||
- Specifies the output format of the exposed resources,
|
||||
defaults to "1"
|
||||
type: complex
|
||||
contains: {}
|
||||
type: str
|
||||
resource:
|
||||
description:
|
||||
- 'Required: resource to select'
|
||||
@@ -1402,6 +1579,10 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the Secret or it's key must be defined
|
||||
type: bool
|
||||
expose_docker_socket:
|
||||
description:
|
||||
- exposeDockerSocket will allow running Docker commands (and build
|
||||
@@ -1532,11 +1713,16 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the ConfigMap or it's key must be
|
||||
defined
|
||||
type: bool
|
||||
field_ref:
|
||||
description:
|
||||
- 'Selects a field of the pod: supports metadata.name, metadata.namespace,
|
||||
metadata.labels, metadata.annotations, spec.nodeName,
|
||||
spec.serviceAccountName, status.podIP.'
|
||||
spec.serviceAccountName, status.hostIP, status.podIP.'
|
||||
type: complex
|
||||
contains:
|
||||
api_version:
|
||||
@@ -1564,8 +1750,7 @@ build_config:
|
||||
description:
|
||||
- Specifies the output format of the exposed resources,
|
||||
defaults to "1"
|
||||
type: complex
|
||||
contains: {}
|
||||
type: str
|
||||
resource:
|
||||
description:
|
||||
- 'Required: resource to select'
|
||||
@@ -1584,6 +1769,10 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the Secret or it's key must be defined
|
||||
type: bool
|
||||
dockerfile_path:
|
||||
description:
|
||||
- dockerfilePath is the path of the Dockerfile that will be used
|
||||
@@ -1593,7 +1782,7 @@ build_config:
|
||||
env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass
|
||||
into a builder container. ValueFrom is not supported.
|
||||
into a builder container.
|
||||
type: list
|
||||
contains:
|
||||
name:
|
||||
@@ -1629,11 +1818,16 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the ConfigMap or it's key must be
|
||||
defined
|
||||
type: bool
|
||||
field_ref:
|
||||
description:
|
||||
- 'Selects a field of the pod: supports metadata.name, metadata.namespace,
|
||||
metadata.labels, metadata.annotations, spec.nodeName,
|
||||
spec.serviceAccountName, status.podIP.'
|
||||
spec.serviceAccountName, status.hostIP, status.podIP.'
|
||||
type: complex
|
||||
contains:
|
||||
api_version:
|
||||
@@ -1661,8 +1855,7 @@ build_config:
|
||||
description:
|
||||
- Specifies the output format of the exposed resources,
|
||||
defaults to "1"
|
||||
type: complex
|
||||
contains: {}
|
||||
type: str
|
||||
resource:
|
||||
description:
|
||||
- 'Required: resource to select'
|
||||
@@ -1681,6 +1874,10 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the Secret or it's key must be defined
|
||||
type: bool
|
||||
force_pull:
|
||||
description:
|
||||
- forcePull describes if the builder should pull the images from
|
||||
@@ -1724,7 +1921,7 @@ build_config:
|
||||
env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass
|
||||
into a build pipeline. ValueFrom is not supported.
|
||||
into a build pipeline.
|
||||
type: list
|
||||
contains:
|
||||
name:
|
||||
@@ -1760,11 +1957,16 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the ConfigMap or it's key must be
|
||||
defined
|
||||
type: bool
|
||||
field_ref:
|
||||
description:
|
||||
- 'Selects a field of the pod: supports metadata.name, metadata.namespace,
|
||||
metadata.labels, metadata.annotations, spec.nodeName,
|
||||
spec.serviceAccountName, status.podIP.'
|
||||
spec.serviceAccountName, status.hostIP, status.podIP.'
|
||||
type: complex
|
||||
contains:
|
||||
api_version:
|
||||
@@ -1792,8 +1994,7 @@ build_config:
|
||||
description:
|
||||
- Specifies the output format of the exposed resources,
|
||||
defaults to "1"
|
||||
type: complex
|
||||
contains: {}
|
||||
type: str
|
||||
resource:
|
||||
description:
|
||||
- 'Required: resource to select'
|
||||
@@ -1812,6 +2013,10 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the Secret or it's key must be defined
|
||||
type: bool
|
||||
jenkinsfile:
|
||||
description:
|
||||
- Jenkinsfile defines the optional raw contents of a Jenkinsfile
|
||||
@@ -1877,7 +2082,7 @@ build_config:
|
||||
env:
|
||||
description:
|
||||
- env contains additional environment variables you want to pass
|
||||
into a builder container. ValueFrom is not supported.
|
||||
into a builder container.
|
||||
type: list
|
||||
contains:
|
||||
name:
|
||||
@@ -1913,11 +2118,16 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the ConfigMap or it's key must be
|
||||
defined
|
||||
type: bool
|
||||
field_ref:
|
||||
description:
|
||||
- 'Selects a field of the pod: supports metadata.name, metadata.namespace,
|
||||
metadata.labels, metadata.annotations, spec.nodeName,
|
||||
spec.serviceAccountName, status.podIP.'
|
||||
spec.serviceAccountName, status.hostIP, status.podIP.'
|
||||
type: complex
|
||||
contains:
|
||||
api_version:
|
||||
@@ -1945,8 +2155,7 @@ build_config:
|
||||
description:
|
||||
- Specifies the output format of the exposed resources,
|
||||
defaults to "1"
|
||||
type: complex
|
||||
contains: {}
|
||||
type: str
|
||||
resource:
|
||||
description:
|
||||
- 'Required: resource to select'
|
||||
@@ -1965,6 +2174,10 @@ build_config:
|
||||
description:
|
||||
- Name of the referent.
|
||||
type: str
|
||||
optional:
|
||||
description:
|
||||
- Specify whether the Secret or it's key must be defined
|
||||
type: bool
|
||||
force_pull:
|
||||
description:
|
||||
- forcePull describes if the builder should pull the images from
|
||||
@@ -2005,7 +2218,9 @@ build_config:
|
||||
source_path:
|
||||
description:
|
||||
- sourcePath is the absolute path of the file or directory inside
|
||||
the image to copy to the build directory.
|
||||
the image to copy to the build directory. If the source path
|
||||
ends in /. then the content of the directory will be copied,
|
||||
but the directory itself will not be created at the destination.
|
||||
type: str
|
||||
runtime_image:
|
||||
description:
|
||||
@@ -2064,6 +2279,11 @@ build_config:
|
||||
description:
|
||||
- type is the kind of build strategy.
|
||||
type: str
|
||||
successful_builds_history_limit:
|
||||
description:
|
||||
- successfulBuildsHistoryLimit is the number of old successful builds to
|
||||
retain. If not specified, all successful builds are retained.
|
||||
type: int
|
||||
triggers:
|
||||
description:
|
||||
- triggers determine how new Builds can be launched from a BuildConfig.
|
||||
@@ -2071,6 +2291,21 @@ build_config:
|
||||
an explicit client build creation.
|
||||
type: list
|
||||
contains:
|
||||
bitbucket:
|
||||
description:
|
||||
- BitbucketWebHook contains the parameters for a Bitbucket webhook type
|
||||
of trigger
|
||||
type: complex
|
||||
contains:
|
||||
allow_env:
|
||||
description:
|
||||
- allowEnv determines whether the webhook can set environment variables;
|
||||
can only be set to true for GenericWebHook.
|
||||
type: bool
|
||||
secret:
|
||||
description:
|
||||
- secret used to validate requests.
|
||||
type: str
|
||||
generic:
|
||||
description:
|
||||
- generic contains the parameters for a Generic webhook type of trigger
|
||||
@@ -2099,6 +2334,21 @@ build_config:
|
||||
description:
|
||||
- secret used to validate requests.
|
||||
type: str
|
||||
gitlab:
|
||||
description:
|
||||
- GitLabWebHook contains the parameters for a GitLab webhook type of
|
||||
trigger
|
||||
type: complex
|
||||
contains:
|
||||
allow_env:
|
||||
description:
|
||||
- allowEnv determines whether the webhook can set environment variables;
|
||||
can only be set to true for GenericWebHook.
|
||||
type: bool
|
||||
secret:
|
||||
description:
|
||||
- secret used to validate requests.
|
||||
type: str
|
||||
image_change:
|
||||
description:
|
||||
- imageChange contains parameters for an ImageChange type of trigger
|
||||
|
||||
Reference in New Issue
Block a user