From 0db3446aea29eec8e48e82a911c10cb25582c9bb Mon Sep 17 00:00:00 2001 From: Justin Edwins Date: Thu, 28 Mar 2024 21:40:55 +0000 Subject: [PATCH] Regenerated files. --- api/jobset/v1alpha2/openapi_generated.go | 2 +- config/components/crd/bases/jobset.x-k8s.io_jobsets.yaml | 2 +- hack/python-sdk/swagger.json | 2 +- sdk/python/docs/JobsetV1alpha2JobSetSpec.md | 2 +- sdk/python/jobset/models/jobset_v1alpha2_job_set_spec.py | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/jobset/v1alpha2/openapi_generated.go b/api/jobset/v1alpha2/openapi_generated.go index 2a1e14a29..47dcc8f5c 100644 --- a/api/jobset/v1alpha2/openapi_generated.go +++ b/api/jobset/v1alpha2/openapi_generated.go @@ -216,7 +216,7 @@ func schema_jobset_api_jobset_v1alpha2_JobSetSpec(ref common.ReferenceCallback) }, "managedBy": { SchemaProps: spec.SchemaProps{ - Description: "ManagedBy is used to indicate the controller or entity that manages an JobSet", + Description: "ManagedBy is used to indicate the controller or entity that manages a JobSet", Type: []string{"string"}, Format: "", }, diff --git a/config/components/crd/bases/jobset.x-k8s.io_jobsets.yaml b/config/components/crd/bases/jobset.x-k8s.io_jobsets.yaml index 88d7cc982..9479ebf08 100644 --- a/config/components/crd/bases/jobset.x-k8s.io_jobsets.yaml +++ b/config/components/crd/bases/jobset.x-k8s.io_jobsets.yaml @@ -74,7 +74,7 @@ spec: rule: self == oldSelf managedBy: description: ManagedBy is used to indicate the controller or entity - that manages an JobSet + that manages a JobSet type: string network: description: Network defines the networking options for the jobset. diff --git a/hack/python-sdk/swagger.json b/hack/python-sdk/swagger.json index 95885a3b2..b7f7c8d24 100644 --- a/hack/python-sdk/swagger.json +++ b/hack/python-sdk/swagger.json @@ -80,7 +80,7 @@ "$ref": "#/definitions/jobset.v1alpha2.FailurePolicy" }, "managedBy": { - "description": "ManagedBy is used to indicate the controller or entity that manages an JobSet", + "description": "ManagedBy is used to indicate the controller or entity that manages a JobSet", "type": "string" }, "network": { diff --git a/sdk/python/docs/JobsetV1alpha2JobSetSpec.md b/sdk/python/docs/JobsetV1alpha2JobSetSpec.md index ca8e4c4f5..bddb6040a 100644 --- a/sdk/python/docs/JobsetV1alpha2JobSetSpec.md +++ b/sdk/python/docs/JobsetV1alpha2JobSetSpec.md @@ -5,7 +5,7 @@ JobSetSpec defines the desired state of JobSet Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **failure_policy** | [**JobsetV1alpha2FailurePolicy**](JobsetV1alpha2FailurePolicy.md) | | [optional] -**managed_by** | **str** | ManagedBy is used to indicate the controller or entity that manages an JobSet | [optional] +**managed_by** | **str** | ManagedBy is used to indicate the controller or entity that manages a JobSet | [optional] **network** | [**JobsetV1alpha2Network**](JobsetV1alpha2Network.md) | | [optional] **replicated_jobs** | [**list[JobsetV1alpha2ReplicatedJob]**](JobsetV1alpha2ReplicatedJob.md) | ReplicatedJobs is the group of jobs that will form the set. | [optional] **startup_policy** | [**JobsetV1alpha2StartupPolicy**](JobsetV1alpha2StartupPolicy.md) | | [optional] diff --git a/sdk/python/jobset/models/jobset_v1alpha2_job_set_spec.py b/sdk/python/jobset/models/jobset_v1alpha2_job_set_spec.py index 7889db43b..2a2f8b6f4 100644 --- a/sdk/python/jobset/models/jobset_v1alpha2_job_set_spec.py +++ b/sdk/python/jobset/models/jobset_v1alpha2_job_set_spec.py @@ -107,7 +107,7 @@ def failure_policy(self, failure_policy): def managed_by(self): """Gets the managed_by of this JobsetV1alpha2JobSetSpec. # noqa: E501 - ManagedBy is used to indicate the controller or entity that manages an JobSet # noqa: E501 + ManagedBy is used to indicate the controller or entity that manages a JobSet # noqa: E501 :return: The managed_by of this JobsetV1alpha2JobSetSpec. # noqa: E501 :rtype: str @@ -118,7 +118,7 @@ def managed_by(self): def managed_by(self, managed_by): """Sets the managed_by of this JobsetV1alpha2JobSetSpec. - ManagedBy is used to indicate the controller or entity that manages an JobSet # noqa: E501 + ManagedBy is used to indicate the controller or entity that manages a JobSet # noqa: E501 :param managed_by: The managed_by of this JobsetV1alpha2JobSetSpec. # noqa: E501 :type: str