You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest_api/kubernetes_v1.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10285,7 +10285,7 @@ FSGroupStrategyOptions is the strategy that will dictate what fs group is used b
10285
10285
=== v1.FinalizerName
10286
10286
=== v1.FlexVolumeSource
10287
10287
:hardbreaks:
10288
-
FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plugin. This is an alpha feature and may change in future.
10288
+
FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plug-in. This is an alpha feature and may change in future.
10289
10289
10290
10290
[options="header"]
10291
10291
|===
@@ -10886,11 +10886,11 @@ PersistentVolumeSpec is the specification of a persistent volume.
10886
10886
|cephfs|CephFS represents a Ceph FS mount on the host that shares a pod's lifetime|false|<<v1.CephFSVolumeSource>>|
10887
10887
|fc|FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.|false|<<v1.FCVolumeSource>>|
10888
10888
|flocker|Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running|false|<<v1.FlockerVolumeSource>>|
10889
-
|flexVolume|FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plugin. This is an alpha feature and may change in future.|false|<<v1.FlexVolumeSource>>|
10889
+
|flexVolume|FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plug-in. This is an alpha feature and may change in future.|false|<<v1.FlexVolumeSource>>|
10890
10890
|azureFile|AzureFile represents an Azure File Service mount on the host and bind mount to the pod.|false|<<v1.AzureFileVolumeSource>>|
10891
10891
|accessModes|AccessModes contains all ways the volume can be mounted. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#access-modes|false|<<v1.PersistentVolumeAccessMode>> array|
10892
10892
|claimRef|ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#binding|false|<<v1.ObjectReference>>|
10893
-
|persistentVolumeReclaimPolicy|What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plugin underlying this persistent volume. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#recycling-policy|false|string|
10893
+
|persistentVolumeReclaimPolicy|What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recyling must be supported by the volume plug-in underlying this persistent volume. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#recycling-policy|false|string|
10894
10894
|===
10895
10895
10896
10896
=== v1.PersistentVolumeStatus
@@ -11342,7 +11342,7 @@ SecurityContextConstraints governs the ability to make requests that affect the
11342
11342
|defaultAddCapabilities|DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities.|true|<<v1.Capability>> array|
11343
11343
|requiredDropCapabilities|RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.|true|<<v1.Capability>> array|
11344
11344
|allowedCapabilities|AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field maybe added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities.|true|<<v1.Capability>> array|
11345
-
|allowHostDirVolumePlugin|AllowHostDirVolumePlugin determines if the policy allow containers to use the HostDir volume plugin|true|boolean|
11345
+
|allowHostDirVolumePlugin|AllowHostDirVolumePlugin determines if the policy allow containers to use the HostDir volume plug-in|true|boolean|
11346
11346
|allowHostNetwork|AllowHostNetwork determines if the policy allows the use of HostNetwork in the pod spec.|true|boolean|
11347
11347
|allowHostPorts|AllowHostPorts determines if the policy allows host ports in the containers.|true|boolean|
11348
11348
|allowHostPID|AllowHostPID determines if the policy allows host pid in the containers.|true|boolean|
@@ -11511,7 +11511,7 @@ Volume represents a named volume in a pod that may be accessed by any container
11511
11511
|glusterfs|Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/release-1.2/examples/glusterfs/README.md|false|<<v1.GlusterfsVolumeSource>>|
11512
11512
|persistentVolumeClaim|PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#persistentvolumeclaims|false|<<v1.PersistentVolumeClaimVolumeSource>>|
11513
11513
|rbd|RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/release-1.2/examples/rbd/README.md|false|<<v1.RBDVolumeSource>>|
11514
-
|flexVolume|FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plugin. This is an alpha feature and may change in future.|false|<<v1.FlexVolumeSource>>|
11514
+
|flexVolume|FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plug-in. This is an alpha feature and may change in future.|false|<<v1.FlexVolumeSource>>|
11515
11515
|cinder|Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/release-1.2/examples/mysql-cinder-pd/README.md|false|<<v1.CinderVolumeSource>>|
11516
11516
|cephfs|CephFS represents a Ceph FS mount on the host that shares a pod's lifetime|false|<<v1.CephFSVolumeSource>>|
11517
11517
|flocker|Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running|false|<<v1.FlockerVolumeSource>>|
Copy file name to clipboardExpand all lines: rest_api/openshift_v1.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10995,7 +10995,7 @@ Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as
10995
10995
=== v1.FinalizerName
10996
10996
=== v1.FlexVolumeSource
10997
10997
:hardbreaks:
10998
-
FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plugin. This is an alpha feature and may change in future.
10998
+
FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plug-in. This is an alpha feature and may change in future.
10999
10999
11000
11000
[options="header"]
11001
11001
|===
@@ -11654,7 +11654,7 @@ NamedTagEventList relates a tag to its image history.
11654
11654
11655
11655
=== v1.NetNamespace
11656
11656
:hardbreaks:
11657
-
NetNamespace represents a segregated network namespace for an entire cluster. When a group of pods, or a project, or a group of projects get a NetNamespace assigned then the openshift-sdn's multitenant plugin ensures network layer isolation of traffic from other NetNamespaces.
11657
+
NetNamespace represents a segregated network namespace for an entire cluster. When a group of pods, or a project, or a group of projects get a NetNamespace assigned then the openshift-sdn's multitenant plug-in ensures network layer isolation of traffic from other NetNamespaces.
11658
11658
11659
11659
[options="header"]
11660
11660
|===
@@ -11668,7 +11668,7 @@ NetNamespace represents a segregated network namespace for an entire cluster. Wh
11668
11668
11669
11669
=== v1.NetNamespaceList
11670
11670
:hardbreaks:
11671
-
NetNamespaceList represents a list of NetNamespace objects. NetNamespace catpures information about a segregated network namespace for an entire cluster. When a group of pods, or a project, or a group of projects get a NetNamespace assigned then the openshift-sdn's multitenant plugin ensures network layer isolation of traffic from other NetNamespaces.
11671
+
NetNamespaceList represents a list of NetNamespace objects. NetNamespace catpures information about a segregated network namespace for an entire cluster. When a group of pods, or a project, or a group of projects get a NetNamespace assigned then the openshift-sdn's multitenant plug-in ensures network layer isolation of traffic from other NetNamespaces.
11672
11672
11673
11673
[options="header"]
11674
11674
|===
@@ -12677,7 +12677,7 @@ Volume represents a named volume in a pod that may be accessed by any container
12677
12677
|glusterfs|Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/release-1.2/examples/glusterfs/README.md|false|<<v1.GlusterfsVolumeSource>>|
12678
12678
|persistentVolumeClaim|PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#persistentvolumeclaims|false|<<v1.PersistentVolumeClaimVolumeSource>>|
12679
12679
|rbd|RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/release-1.2/examples/rbd/README.md|false|<<v1.RBDVolumeSource>>|
12680
-
|flexVolume|FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plugin. This is an alpha feature and may change in future.|false|<<v1.FlexVolumeSource>>|
12680
+
|flexVolume|FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plug-in. This is an alpha feature and may change in future.|false|<<v1.FlexVolumeSource>>|
12681
12681
|cinder|Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/release-1.2/examples/mysql-cinder-pd/README.md|false|<<v1.CinderVolumeSource>>|
12682
12682
|cephfs|CephFS represents a Ceph FS mount on the host that shares a pod's lifetime|false|<<v1.CephFSVolumeSource>>|
12683
12683
|flocker|Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running|false|<<v1.FlockerVolumeSource>>|
Copy file name to clipboardExpand all lines: using_images/other_images/jenkins.adoc
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,16 +127,16 @@ To customize the official OpenShift Jenkins image, you have two options:
127
127
128
128
You can use link:../../architecture/core_concepts/builds_and_image_streams.html#source-build[S2I]
129
129
to copy your custom Jenkins Jobs definitions, additional
130
-
plugins or replace the provided *_config.xml_* file with your own, custom, configuration.
130
+
plug-ins or replace the provided *_config.xml_* file with your own, custom, configuration.
131
131
132
132
In order to include your modifications in the Jenkins image, you need to have a Git
133
133
repository with the following directory structure:
134
134
135
135
*_plugins_*::
136
-
This directory contains those binary Jenkins plugins you want to copy into Jenkins.
136
+
This directory contains those binary Jenkins plug-ins you want to copy into Jenkins.
137
137
138
138
*_plugins.txt_*::
139
-
This file lists the plugins you want to install (see the section above).
139
+
This file lists the plug-ins you want to install (see the section above).
140
140
141
141
*_configuration/jobs_*::
142
142
This directory contains the Jenkins job definitions.
@@ -213,18 +213,18 @@ slave.
213
213
For more details on the sample job included in this image, see this link:https://github.com/openshift/origin/blob/master/examples/jenkins/README.md[tutorial].
214
214
215
215
ifdef::openshift-origin[]
216
-
== OpenShift Pipeline Plugin
216
+
== OpenShift Pipeline Plug-in
217
217
218
-
The Jenkins image's list of pre-installed plugins includes a plugin which assists in the creating of CI/CD workflows that run against
218
+
The Jenkins image's list of pre-installed plug-ins includes a plug-in which assists in the creating of CI/CD workflows that run against
219
219
an OpenShift server. A series of build steps, post-build actions, as well as SCM-style polling are provided which equate to administrative
220
220
and operational actions on the OpenShift server and the API artifacts hosted there.
221
221
222
-
In addition to being accessible from the classic "freestyle" form of Jenkins job, the build steps as of version 1.0.14 of the OpenShift Pipeline Plugin
223
-
are also avaible to Jenkins Pipeline jobs via the DSL extension points provided by the Jenkins Pipeline Plugin.
222
+
In addition to being accessible from the classic "freestyle" form of Jenkins job, the build steps as of version 1.0.14 of the OpenShift Pipeline Plug-in
223
+
are also avaible to Jenkins Pipeline jobs via the DSL extension points provided by the Jenkins Pipeline Plug-in.
224
224
225
-
The https://github.com/openshift/jenkins/tree/master/1/contrib/openshift/configuration/jobs/OpenShift%20Sample[sample Jenkins job] that is pre-configured in the Jenkins image utilizes the OpenShift pipeline plugin and serves as an example of
226
-
how to leverage the plugin for creating CI/CD flows for OpenShift in Jenkins.
225
+
The https://github.com/openshift/jenkins/tree/master/1/contrib/openshift/configuration/jobs/OpenShift%20Sample[sample Jenkins job] that is pre-configured in the Jenkins image utilizes the OpenShift pipeline plug-in and serves as an example of
226
+
how to leverage the plug-in for creating CI/CD flows for OpenShift in Jenkins.
227
227
228
-
See the https://github.com/openshift/jenkins-plugin/[the plugin's README] for a detailed description of what is available.
228
+
See the https://github.com/openshift/jenkins-plugin/[the plug-in's README] for a detailed description of what is available.
0 commit comments