updated vendor
This commit is contained in:
+3
-1
@@ -38,7 +38,7 @@ message CronJob {
|
||||
|
||||
// Specification of the desired behavior of a cron job, including the schedule.
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
// +optional
|
||||
// +required
|
||||
optional CronJobSpec spec = 2;
|
||||
|
||||
// Current status of a cron job.
|
||||
@@ -61,6 +61,8 @@ message CronJobList {
|
||||
// CronJobSpec describes how the job execution will look like and when it will actually run.
|
||||
message CronJobSpec {
|
||||
// The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
optional string schedule = 1;
|
||||
|
||||
// The time zone name for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
|
||||
|
||||
-56
@@ -1,56 +0,0 @@
|
||||
//go:build kubernetes_protomessage_one_more_release
|
||||
// +build kubernetes_protomessage_one_more_release
|
||||
|
||||
/*
|
||||
Copyright The Kubernetes Authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// Code generated by go-to-protobuf. DO NOT EDIT.
|
||||
|
||||
package v1
|
||||
|
||||
func (*CronJob) ProtoMessage() {}
|
||||
|
||||
func (*CronJobList) ProtoMessage() {}
|
||||
|
||||
func (*CronJobSpec) ProtoMessage() {}
|
||||
|
||||
func (*CronJobStatus) ProtoMessage() {}
|
||||
|
||||
func (*Job) ProtoMessage() {}
|
||||
|
||||
func (*JobCondition) ProtoMessage() {}
|
||||
|
||||
func (*JobList) ProtoMessage() {}
|
||||
|
||||
func (*JobSpec) ProtoMessage() {}
|
||||
|
||||
func (*JobStatus) ProtoMessage() {}
|
||||
|
||||
func (*JobTemplateSpec) ProtoMessage() {}
|
||||
|
||||
func (*PodFailurePolicy) ProtoMessage() {}
|
||||
|
||||
func (*PodFailurePolicyOnExitCodesRequirement) ProtoMessage() {}
|
||||
|
||||
func (*PodFailurePolicyOnPodConditionsPattern) ProtoMessage() {}
|
||||
|
||||
func (*PodFailurePolicyRule) ProtoMessage() {}
|
||||
|
||||
func (*SuccessPolicy) ProtoMessage() {}
|
||||
|
||||
func (*SuccessPolicyRule) ProtoMessage() {}
|
||||
|
||||
func (*UncountedTerminatedPods) ProtoMessage() {}
|
||||
+3
-1
@@ -686,7 +686,7 @@ type CronJob struct {
|
||||
|
||||
// Specification of the desired behavior of a cron job, including the schedule.
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
// +optional
|
||||
// +required
|
||||
Spec CronJobSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
|
||||
|
||||
// Current status of a cron job.
|
||||
@@ -715,6 +715,8 @@ type CronJobList struct {
|
||||
type CronJobSpec struct {
|
||||
|
||||
// The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
Schedule string `json:"schedule" protobuf:"bytes,1,opt,name=schedule"`
|
||||
|
||||
// The time zone name for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
|
||||
|
||||
Reference in New Issue
Block a user