From 63b8e39c5c2933cdb3f4f315e7dbc52d12599050 Mon Sep 17 00:00:00 2001
From: kairen
Read / Write Status: Read or Update the Status for a resource object. The Status can only changed through these update operations.
Worloads resources are responsible for managing and running your containers on the cluster. Containers are created +
Workloads resources are responsible for managing and running your containers on the cluster. Containers are created by Controllers through Pods. Pods run Containers and provide environmental dependencies such as shared or persistent storage Volumes and Configuration or Secret data injected into the container.
diff --git a/docs/api-reference/v1.6/index.html b/docs/api-reference/v1.6/index.html index 37d5d7f9c2..aa9b0133a8 100644 --- a/docs/api-reference/v1.6/index.html +++ b/docs/api-reference/v1.6/index.html @@ -74,7 +74,7 @@ notes on specific resource objects for details.Read / Write Status: Read or Update the Status for a resource object. The Status can only changed through these update operations.
Worloads resources are responsible for managing and running your containers on the cluster. Containers are created +
Workloads resources are responsible for managing and running your containers on the cluster. Containers are created by Controllers through Pods. Pods run Containers and provide environmental dependencies such as shared or persistent storage Volumes and Configuration or Secret data injected into the container.
diff --git a/docs/api-reference/v1.7/index.html b/docs/api-reference/v1.7/index.html index 575999d8cd..32f37051b1 100644 --- a/docs/api-reference/v1.7/index.html +++ b/docs/api-reference/v1.7/index.html @@ -74,7 +74,7 @@ notes on specific resource objects for details.Read / Write Status: Read or Update the Status for a resource object. The Status can only changed through these update operations.
Worloads resources are responsible for managing and running your containers on the cluster. Containers are created +
Workloads resources are responsible for managing and running your containers on the cluster. Containers are created by Controllers through Pods. Pods run Containers and provide environmental dependencies such as shared or persistent storage Volumes and Configuration or Secret data injected into the container.
diff --git a/docs/resources-reference/v1.5/index.html b/docs/resources-reference/v1.5/index.html index 186d452d46..36a50de98e 100644 --- a/docs/resources-reference/v1.5/index.html +++ b/docs/resources-reference/v1.5/index.html @@ -15,7 +15,7 @@Worloads resources are responsible for managing and running your containers on the cluster. Containers are created +
Workloads resources are responsible for managing and running your containers on the cluster. Containers are created by Controllers through Pods. Pods run Containers and provide environmental dependencies such as shared or persistent storage Volumes and Configuration or Secret data injected into the container.
diff --git a/docs/resources-reference/v1.6/index.html b/docs/resources-reference/v1.6/index.html index 563418f892..fa2c13c0c9 100644 --- a/docs/resources-reference/v1.6/index.html +++ b/docs/resources-reference/v1.6/index.html @@ -15,7 +15,7 @@Worloads resources are responsible for managing and running your containers on the cluster. Containers are created +
Workloads resources are responsible for managing and running your containers on the cluster. Containers are created by Controllers through Pods. Pods run Containers and provide environmental dependencies such as shared or persistent storage Volumes and Configuration or Secret data injected into the container.
diff --git a/docs/resources-reference/v1.7/index.html b/docs/resources-reference/v1.7/index.html index da873a0724..9b6e230640 100644 --- a/docs/resources-reference/v1.7/index.html +++ b/docs/resources-reference/v1.7/index.html @@ -15,7 +15,7 @@Worloads resources are responsible for managing and running your containers on the cluster. Containers are created +
Workloads resources are responsible for managing and running your containers on the cluster. Containers are created by Controllers through Pods. Pods run Containers and provide environmental dependencies such as shared or persistent storage Volumes and Configuration or Secret data injected into the container.
From 45d92f805f8bff8f0f5f6a56e1c2722fb2737979 Mon Sep 17 00:00:00 2001 From: Sam Hagan