Documentation
¶
Index ¶
- type CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) GetName() *string
- func (b *CronJobApplyConfiguration) WithAPIVersion(value string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithAnnotations(entries map[string]string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithFinalizers(values ...string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithGenerateName(value string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithGeneration(value int64) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithKind(value string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithLabels(entries map[string]string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithName(value string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithNamespace(value string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithResourceVersion(value string) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithSpec(value *CronJobSpecApplyConfiguration) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithStatus(value *CronJobStatusApplyConfiguration) *CronJobApplyConfiguration
- func (b *CronJobApplyConfiguration) WithUID(value types.UID) *CronJobApplyConfiguration
- type CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithConcurrencyPolicy(value batchv1beta1.ConcurrencyPolicy) *CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithFailedJobsHistoryLimit(value int32) *CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithJobTemplate(value *JobTemplateSpecApplyConfiguration) *CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithSchedule(value string) *CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithStartingDeadlineSeconds(value int64) *CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithSuccessfulJobsHistoryLimit(value int32) *CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithSuspend(value bool) *CronJobSpecApplyConfiguration
- func (b *CronJobSpecApplyConfiguration) WithTimeZone(value string) *CronJobSpecApplyConfiguration
- type CronJobStatusApplyConfiguration
- func (b *CronJobStatusApplyConfiguration) WithActive(values ...*v1.ObjectReferenceApplyConfiguration) *CronJobStatusApplyConfiguration
- func (b *CronJobStatusApplyConfiguration) WithLastScheduleTime(value metav1.Time) *CronJobStatusApplyConfiguration
- func (b *CronJobStatusApplyConfiguration) WithLastSuccessfulTime(value metav1.Time) *CronJobStatusApplyConfiguration
- type JobApplyConfiguration
- func (b *JobApplyConfiguration) GetName() *string
- func (b *JobApplyConfiguration) WithAPIVersion(value string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithAnnotations(entries map[string]string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithCreationTimestamp(value metav1.Time) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithFinalizers(values ...string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithGenerateName(value string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithGeneration(value int64) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithKind(value string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithLabels(entries map[string]string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithName(value string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithNamespace(value string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithResourceVersion(value string) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithSpec(value *JobSpecApplyConfiguration) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithStatus(value *JobStatusApplyConfiguration) *JobApplyConfiguration
- func (b *JobApplyConfiguration) WithUID(value types.UID) *JobApplyConfiguration
- type JobConditionApplyConfiguration
- func (b *JobConditionApplyConfiguration) WithLastProbeTime(value metav1.Time) *JobConditionApplyConfiguration
- func (b *JobConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *JobConditionApplyConfiguration
- func (b *JobConditionApplyConfiguration) WithMessage(value string) *JobConditionApplyConfiguration
- func (b *JobConditionApplyConfiguration) WithReason(value string) *JobConditionApplyConfiguration
- func (b *JobConditionApplyConfiguration) WithStatus(value v1.ConditionStatus) *JobConditionApplyConfiguration
- func (b *JobConditionApplyConfiguration) WithType(value batchv1beta1.JobConditionType) *JobConditionApplyConfiguration
- type JobSpecApplyConfiguration
- func (b *JobSpecApplyConfiguration) WithActiveDeadlineSeconds(value int64) *JobSpecApplyConfiguration
- func (b *JobSpecApplyConfiguration) WithProviderSpec(value runtime.RawExtension) *JobSpecApplyConfiguration
- func (b *JobSpecApplyConfiguration) WithSuspend(value bool) *JobSpecApplyConfiguration
- func (b *JobSpecApplyConfiguration) WithType(value batchv1beta1.JobType) *JobSpecApplyConfiguration
- type JobStatusApplyConfiguration
- func (b *JobStatusApplyConfiguration) WithConditions(values ...*JobConditionApplyConfiguration) *JobStatusApplyConfiguration
- func (b *JobStatusApplyConfiguration) WithEndedAt(value v1.Time) *JobStatusApplyConfiguration
- func (b *JobStatusApplyConfiguration) WithErrorMessage(value string) *JobStatusApplyConfiguration
- func (b *JobStatusApplyConfiguration) WithPhase(value batchv1beta1.JobPhase) *JobStatusApplyConfiguration
- func (b *JobStatusApplyConfiguration) WithProviderStatus(value runtime.RawExtension) *JobStatusApplyConfiguration
- func (b *JobStatusApplyConfiguration) WithStartedAt(value v1.Time) *JobStatusApplyConfiguration
- type JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) GetName() *string
- func (b *JobTemplateSpecApplyConfiguration) WithAnnotations(entries map[string]string) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithCreationTimestamp(value metav1.Time) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithFinalizers(values ...string) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithGenerateName(value string) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithGeneration(value int64) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithLabels(entries map[string]string) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithName(value string) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithNamespace(value string) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithResourceVersion(value string) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithSpec(value *JobSpecApplyConfiguration) *JobTemplateSpecApplyConfiguration
- func (b *JobTemplateSpecApplyConfiguration) WithUID(value types.UID) *JobTemplateSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronJobApplyConfiguration ¶
type CronJobApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"`
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
Spec *CronJobSpecApplyConfiguration `json:"spec,omitempty"`
Status *CronJobStatusApplyConfiguration `json:"status,omitempty"`
}
CronJobApplyConfiguration represents a declarative configuration of the CronJob type for use with apply.
func CronJob ¶
func CronJob(name, namespace string) *CronJobApplyConfiguration
CronJob constructs a declarative configuration of the CronJob type for use with apply.
func ExtractCronJob ¶
func ExtractCronJob(cronJob *batchv1beta1.CronJob, fieldManager string) (*CronJobApplyConfiguration, error)
ExtractCronJob extracts the applied configuration owned by fieldManager from cronJob. If no managedFields are found in cronJob for fieldManager, a CronJobApplyConfiguration is returned with only the Name, Namespace (if applicable), APIVersion and Kind populated. It is possible that no managed fields were found for because other field managers have taken ownership of all the fields previously owned by fieldManager, or because the fieldManager never owned fields any fields. cronJob must be a unmodified CronJob API object that was retrieved from the Kubernetes API. ExtractCronJob provides a way to perform a extract/modify-in-place/apply workflow. Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously applied if another fieldManager has updated or force applied any of the previously applied fields. Experimental!
func ExtractCronJobStatus ¶
func ExtractCronJobStatus(cronJob *batchv1beta1.CronJob, fieldManager string) (*CronJobApplyConfiguration, error)
ExtractCronJobStatus is the same as ExtractCronJob except that it extracts the status subresource applied configuration. Experimental!
func (*CronJobApplyConfiguration) GetName ¶
func (b *CronJobApplyConfiguration) GetName() *string
GetName retrieves the value of the Name field in the declarative configuration.
func (*CronJobApplyConfiguration) WithAPIVersion ¶
func (b *CronJobApplyConfiguration) WithAPIVersion(value string) *CronJobApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithAnnotations ¶
func (b *CronJobApplyConfiguration) WithAnnotations(entries map[string]string) *CronJobApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*CronJobApplyConfiguration) WithCreationTimestamp ¶
func (b *CronJobApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CronJobApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *CronJobApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CronJobApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithDeletionTimestamp ¶
func (b *CronJobApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CronJobApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithFinalizers ¶
func (b *CronJobApplyConfiguration) WithFinalizers(values ...string) *CronJobApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*CronJobApplyConfiguration) WithGenerateName ¶
func (b *CronJobApplyConfiguration) WithGenerateName(value string) *CronJobApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithGeneration ¶
func (b *CronJobApplyConfiguration) WithGeneration(value int64) *CronJobApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithKind ¶
func (b *CronJobApplyConfiguration) WithKind(value string) *CronJobApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithLabels ¶
func (b *CronJobApplyConfiguration) WithLabels(entries map[string]string) *CronJobApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*CronJobApplyConfiguration) WithName ¶
func (b *CronJobApplyConfiguration) WithName(value string) *CronJobApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithNamespace ¶
func (b *CronJobApplyConfiguration) WithNamespace(value string) *CronJobApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithOwnerReferences ¶
func (b *CronJobApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CronJobApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*CronJobApplyConfiguration) WithResourceVersion ¶
func (b *CronJobApplyConfiguration) WithResourceVersion(value string) *CronJobApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithSpec ¶
func (b *CronJobApplyConfiguration) WithSpec(value *CronJobSpecApplyConfiguration) *CronJobApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithStatus ¶
func (b *CronJobApplyConfiguration) WithStatus(value *CronJobStatusApplyConfiguration) *CronJobApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*CronJobApplyConfiguration) WithUID ¶
func (b *CronJobApplyConfiguration) WithUID(value types.UID) *CronJobApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type CronJobSpecApplyConfiguration ¶
type CronJobSpecApplyConfiguration struct {
Schedule *string `json:"schedule,omitempty"`
TimeZone *string `json:"timeZone,omitempty"`
StartingDeadlineSeconds *int64 `json:"startingDeadlineSeconds,omitempty"`
ConcurrencyPolicy *batchv1beta1.ConcurrencyPolicy `json:"concurrencyPolicy,omitempty"`
Suspend *bool `json:"suspend,omitempty"`
JobTemplate *JobTemplateSpecApplyConfiguration `json:"jobTemplate,omitempty"`
SuccessfulJobsHistoryLimit *int32 `json:"successfulJobsHistoryLimit,omitempty"`
FailedJobsHistoryLimit *int32 `json:"failedJobsHistoryLimit,omitempty"`
}
CronJobSpecApplyConfiguration represents a declarative configuration of the CronJobSpec type for use with apply.
func CronJobSpec ¶
func CronJobSpec() *CronJobSpecApplyConfiguration
CronJobSpecApplyConfiguration constructs a declarative configuration of the CronJobSpec type for use with apply.
func (*CronJobSpecApplyConfiguration) WithConcurrencyPolicy ¶
func (b *CronJobSpecApplyConfiguration) WithConcurrencyPolicy(value batchv1beta1.ConcurrencyPolicy) *CronJobSpecApplyConfiguration
WithConcurrencyPolicy sets the ConcurrencyPolicy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ConcurrencyPolicy field is set to the value of the last call.
func (*CronJobSpecApplyConfiguration) WithFailedJobsHistoryLimit ¶
func (b *CronJobSpecApplyConfiguration) WithFailedJobsHistoryLimit(value int32) *CronJobSpecApplyConfiguration
WithFailedJobsHistoryLimit sets the FailedJobsHistoryLimit field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the FailedJobsHistoryLimit field is set to the value of the last call.
func (*CronJobSpecApplyConfiguration) WithJobTemplate ¶
func (b *CronJobSpecApplyConfiguration) WithJobTemplate(value *JobTemplateSpecApplyConfiguration) *CronJobSpecApplyConfiguration
WithJobTemplate sets the JobTemplate field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the JobTemplate field is set to the value of the last call.
func (*CronJobSpecApplyConfiguration) WithSchedule ¶
func (b *CronJobSpecApplyConfiguration) WithSchedule(value string) *CronJobSpecApplyConfiguration
WithSchedule sets the Schedule field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Schedule field is set to the value of the last call.
func (*CronJobSpecApplyConfiguration) WithStartingDeadlineSeconds ¶
func (b *CronJobSpecApplyConfiguration) WithStartingDeadlineSeconds(value int64) *CronJobSpecApplyConfiguration
WithStartingDeadlineSeconds sets the StartingDeadlineSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the StartingDeadlineSeconds field is set to the value of the last call.
func (*CronJobSpecApplyConfiguration) WithSuccessfulJobsHistoryLimit ¶
func (b *CronJobSpecApplyConfiguration) WithSuccessfulJobsHistoryLimit(value int32) *CronJobSpecApplyConfiguration
WithSuccessfulJobsHistoryLimit sets the SuccessfulJobsHistoryLimit field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SuccessfulJobsHistoryLimit field is set to the value of the last call.
func (*CronJobSpecApplyConfiguration) WithSuspend ¶
func (b *CronJobSpecApplyConfiguration) WithSuspend(value bool) *CronJobSpecApplyConfiguration
WithSuspend sets the Suspend field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Suspend field is set to the value of the last call.
func (*CronJobSpecApplyConfiguration) WithTimeZone ¶
func (b *CronJobSpecApplyConfiguration) WithTimeZone(value string) *CronJobSpecApplyConfiguration
WithTimeZone sets the TimeZone field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the TimeZone field is set to the value of the last call.
type CronJobStatusApplyConfiguration ¶
type CronJobStatusApplyConfiguration struct {
Active []v1.ObjectReferenceApplyConfiguration `json:"active,omitempty"`
LastScheduleTime *metav1.Time `json:"lastScheduleTime,omitempty"`
LastSuccessfulTime *metav1.Time `json:"lastSuccessfulTime,omitempty"`
}
CronJobStatusApplyConfiguration represents a declarative configuration of the CronJobStatus type for use with apply.
func CronJobStatus ¶
func CronJobStatus() *CronJobStatusApplyConfiguration
CronJobStatusApplyConfiguration constructs a declarative configuration of the CronJobStatus type for use with apply.
func (*CronJobStatusApplyConfiguration) WithActive ¶
func (b *CronJobStatusApplyConfiguration) WithActive(values ...*v1.ObjectReferenceApplyConfiguration) *CronJobStatusApplyConfiguration
WithActive adds the given value to the Active field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Active field.
func (*CronJobStatusApplyConfiguration) WithLastScheduleTime ¶
func (b *CronJobStatusApplyConfiguration) WithLastScheduleTime(value metav1.Time) *CronJobStatusApplyConfiguration
WithLastScheduleTime sets the LastScheduleTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastScheduleTime field is set to the value of the last call.
func (*CronJobStatusApplyConfiguration) WithLastSuccessfulTime ¶
func (b *CronJobStatusApplyConfiguration) WithLastSuccessfulTime(value metav1.Time) *CronJobStatusApplyConfiguration
WithLastSuccessfulTime sets the LastSuccessfulTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastSuccessfulTime field is set to the value of the last call.
type JobApplyConfiguration ¶
type JobApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"`
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
Spec *JobSpecApplyConfiguration `json:"spec,omitempty"`
Status *JobStatusApplyConfiguration `json:"status,omitempty"`
}
JobApplyConfiguration represents a declarative configuration of the Job type for use with apply.
func ExtractJob ¶
func ExtractJob(job *batchv1beta1.Job, fieldManager string) (*JobApplyConfiguration, error)
ExtractJob extracts the applied configuration owned by fieldManager from job. If no managedFields are found in job for fieldManager, a JobApplyConfiguration is returned with only the Name, Namespace (if applicable), APIVersion and Kind populated. It is possible that no managed fields were found for because other field managers have taken ownership of all the fields previously owned by fieldManager, or because the fieldManager never owned fields any fields. job must be a unmodified Job API object that was retrieved from the Kubernetes API. ExtractJob provides a way to perform a extract/modify-in-place/apply workflow. Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously applied if another fieldManager has updated or force applied any of the previously applied fields. Experimental!
func ExtractJobStatus ¶
func ExtractJobStatus(job *batchv1beta1.Job, fieldManager string) (*JobApplyConfiguration, error)
ExtractJobStatus is the same as ExtractJob except that it extracts the status subresource applied configuration. Experimental!
func Job ¶
func Job(name, namespace string) *JobApplyConfiguration
Job constructs a declarative configuration of the Job type for use with apply.
func (*JobApplyConfiguration) GetName ¶
func (b *JobApplyConfiguration) GetName() *string
GetName retrieves the value of the Name field in the declarative configuration.
func (*JobApplyConfiguration) WithAPIVersion ¶
func (b *JobApplyConfiguration) WithAPIVersion(value string) *JobApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*JobApplyConfiguration) WithAnnotations ¶
func (b *JobApplyConfiguration) WithAnnotations(entries map[string]string) *JobApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*JobApplyConfiguration) WithCreationTimestamp ¶
func (b *JobApplyConfiguration) WithCreationTimestamp(value metav1.Time) *JobApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*JobApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *JobApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *JobApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*JobApplyConfiguration) WithDeletionTimestamp ¶
func (b *JobApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *JobApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*JobApplyConfiguration) WithFinalizers ¶
func (b *JobApplyConfiguration) WithFinalizers(values ...string) *JobApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*JobApplyConfiguration) WithGenerateName ¶
func (b *JobApplyConfiguration) WithGenerateName(value string) *JobApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*JobApplyConfiguration) WithGeneration ¶
func (b *JobApplyConfiguration) WithGeneration(value int64) *JobApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*JobApplyConfiguration) WithKind ¶
func (b *JobApplyConfiguration) WithKind(value string) *JobApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*JobApplyConfiguration) WithLabels ¶
func (b *JobApplyConfiguration) WithLabels(entries map[string]string) *JobApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*JobApplyConfiguration) WithName ¶
func (b *JobApplyConfiguration) WithName(value string) *JobApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*JobApplyConfiguration) WithNamespace ¶
func (b *JobApplyConfiguration) WithNamespace(value string) *JobApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*JobApplyConfiguration) WithOwnerReferences ¶
func (b *JobApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *JobApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*JobApplyConfiguration) WithResourceVersion ¶
func (b *JobApplyConfiguration) WithResourceVersion(value string) *JobApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*JobApplyConfiguration) WithSpec ¶
func (b *JobApplyConfiguration) WithSpec(value *JobSpecApplyConfiguration) *JobApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*JobApplyConfiguration) WithStatus ¶
func (b *JobApplyConfiguration) WithStatus(value *JobStatusApplyConfiguration) *JobApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*JobApplyConfiguration) WithUID ¶
func (b *JobApplyConfiguration) WithUID(value types.UID) *JobApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type JobConditionApplyConfiguration ¶
type JobConditionApplyConfiguration struct {
Type *batchv1beta1.JobConditionType `json:"type,omitempty"`
Status *v1.ConditionStatus `json:"status,omitempty"`
LastProbeTime *metav1.Time `json:"lastProbeTime,omitempty"`
LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"`
Reason *string `json:"reason,omitempty"`
Message *string `json:"message,omitempty"`
}
JobConditionApplyConfiguration represents a declarative configuration of the JobCondition type for use with apply.
func JobCondition ¶
func JobCondition() *JobConditionApplyConfiguration
JobConditionApplyConfiguration constructs a declarative configuration of the JobCondition type for use with apply.
func (*JobConditionApplyConfiguration) WithLastProbeTime ¶
func (b *JobConditionApplyConfiguration) WithLastProbeTime(value metav1.Time) *JobConditionApplyConfiguration
WithLastProbeTime sets the LastProbeTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastProbeTime field is set to the value of the last call.
func (*JobConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *JobConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *JobConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*JobConditionApplyConfiguration) WithMessage ¶
func (b *JobConditionApplyConfiguration) WithMessage(value string) *JobConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*JobConditionApplyConfiguration) WithReason ¶
func (b *JobConditionApplyConfiguration) WithReason(value string) *JobConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*JobConditionApplyConfiguration) WithStatus ¶
func (b *JobConditionApplyConfiguration) WithStatus(value v1.ConditionStatus) *JobConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*JobConditionApplyConfiguration) WithType ¶
func (b *JobConditionApplyConfiguration) WithType(value batchv1beta1.JobConditionType) *JobConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type JobSpecApplyConfiguration ¶
type JobSpecApplyConfiguration struct {
Type *batchv1beta1.JobType `json:"type,omitempty"`
Suspend *bool `json:"suspend,omitempty"`
ActiveDeadlineSeconds *int64 `json:"activeDeadlineSeconds,omitempty"`
ProviderSpec *runtime.RawExtension `json:"providerSpec,omitempty"`
}
JobSpecApplyConfiguration represents a declarative configuration of the JobSpec type for use with apply.
func JobSpec ¶
func JobSpec() *JobSpecApplyConfiguration
JobSpecApplyConfiguration constructs a declarative configuration of the JobSpec type for use with apply.
func (*JobSpecApplyConfiguration) WithActiveDeadlineSeconds ¶
func (b *JobSpecApplyConfiguration) WithActiveDeadlineSeconds(value int64) *JobSpecApplyConfiguration
WithActiveDeadlineSeconds sets the ActiveDeadlineSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ActiveDeadlineSeconds field is set to the value of the last call.
func (*JobSpecApplyConfiguration) WithProviderSpec ¶
func (b *JobSpecApplyConfiguration) WithProviderSpec(value runtime.RawExtension) *JobSpecApplyConfiguration
WithProviderSpec sets the ProviderSpec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ProviderSpec field is set to the value of the last call.
func (*JobSpecApplyConfiguration) WithSuspend ¶
func (b *JobSpecApplyConfiguration) WithSuspend(value bool) *JobSpecApplyConfiguration
WithSuspend sets the Suspend field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Suspend field is set to the value of the last call.
func (*JobSpecApplyConfiguration) WithType ¶
func (b *JobSpecApplyConfiguration) WithType(value batchv1beta1.JobType) *JobSpecApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type JobStatusApplyConfiguration ¶
type JobStatusApplyConfiguration struct {
Conditions []JobConditionApplyConfiguration `json:"conditions,omitempty"`
StartedAt *v1.Time `json:"startedAt,omitempty"`
EndedAt *v1.Time `json:"endedAt,omitempty"`
Phase *batchv1beta1.JobPhase `json:"phase,omitempty"`
ErrorMessage *string `json:"errorMessage,omitempty"`
ProviderStatus *runtime.RawExtension `json:"providerStatus,omitempty"`
}
JobStatusApplyConfiguration represents a declarative configuration of the JobStatus type for use with apply.
func JobStatus ¶
func JobStatus() *JobStatusApplyConfiguration
JobStatusApplyConfiguration constructs a declarative configuration of the JobStatus type for use with apply.
func (*JobStatusApplyConfiguration) WithConditions ¶
func (b *JobStatusApplyConfiguration) WithConditions(values ...*JobConditionApplyConfiguration) *JobStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*JobStatusApplyConfiguration) WithEndedAt ¶
func (b *JobStatusApplyConfiguration) WithEndedAt(value v1.Time) *JobStatusApplyConfiguration
WithEndedAt sets the EndedAt field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the EndedAt field is set to the value of the last call.
func (*JobStatusApplyConfiguration) WithErrorMessage ¶
func (b *JobStatusApplyConfiguration) WithErrorMessage(value string) *JobStatusApplyConfiguration
WithErrorMessage sets the ErrorMessage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ErrorMessage field is set to the value of the last call.
func (*JobStatusApplyConfiguration) WithPhase ¶
func (b *JobStatusApplyConfiguration) WithPhase(value batchv1beta1.JobPhase) *JobStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*JobStatusApplyConfiguration) WithProviderStatus ¶
func (b *JobStatusApplyConfiguration) WithProviderStatus(value runtime.RawExtension) *JobStatusApplyConfiguration
WithProviderStatus sets the ProviderStatus field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ProviderStatus field is set to the value of the last call.
func (*JobStatusApplyConfiguration) WithStartedAt ¶
func (b *JobStatusApplyConfiguration) WithStartedAt(value v1.Time) *JobStatusApplyConfiguration
WithStartedAt sets the StartedAt field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the StartedAt field is set to the value of the last call.
type JobTemplateSpecApplyConfiguration ¶
type JobTemplateSpecApplyConfiguration struct {
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
Spec *JobSpecApplyConfiguration `json:"spec,omitempty"`
}
JobTemplateSpecApplyConfiguration represents a declarative configuration of the JobTemplateSpec type for use with apply.
func JobTemplateSpec ¶
func JobTemplateSpec() *JobTemplateSpecApplyConfiguration
JobTemplateSpecApplyConfiguration constructs a declarative configuration of the JobTemplateSpec type for use with apply.
func (*JobTemplateSpecApplyConfiguration) GetName ¶
func (b *JobTemplateSpecApplyConfiguration) GetName() *string
GetName retrieves the value of the Name field in the declarative configuration.
func (*JobTemplateSpecApplyConfiguration) WithAnnotations ¶
func (b *JobTemplateSpecApplyConfiguration) WithAnnotations(entries map[string]string) *JobTemplateSpecApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*JobTemplateSpecApplyConfiguration) WithCreationTimestamp ¶
func (b *JobTemplateSpecApplyConfiguration) WithCreationTimestamp(value metav1.Time) *JobTemplateSpecApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *JobTemplateSpecApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *JobTemplateSpecApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithDeletionTimestamp ¶
func (b *JobTemplateSpecApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *JobTemplateSpecApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithFinalizers ¶
func (b *JobTemplateSpecApplyConfiguration) WithFinalizers(values ...string) *JobTemplateSpecApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*JobTemplateSpecApplyConfiguration) WithGenerateName ¶
func (b *JobTemplateSpecApplyConfiguration) WithGenerateName(value string) *JobTemplateSpecApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithGeneration ¶
func (b *JobTemplateSpecApplyConfiguration) WithGeneration(value int64) *JobTemplateSpecApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithLabels ¶
func (b *JobTemplateSpecApplyConfiguration) WithLabels(entries map[string]string) *JobTemplateSpecApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*JobTemplateSpecApplyConfiguration) WithName ¶
func (b *JobTemplateSpecApplyConfiguration) WithName(value string) *JobTemplateSpecApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithNamespace ¶
func (b *JobTemplateSpecApplyConfiguration) WithNamespace(value string) *JobTemplateSpecApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithOwnerReferences ¶
func (b *JobTemplateSpecApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *JobTemplateSpecApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*JobTemplateSpecApplyConfiguration) WithResourceVersion ¶
func (b *JobTemplateSpecApplyConfiguration) WithResourceVersion(value string) *JobTemplateSpecApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithSpec ¶
func (b *JobTemplateSpecApplyConfiguration) WithSpec(value *JobSpecApplyConfiguration) *JobTemplateSpecApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*JobTemplateSpecApplyConfiguration) WithUID ¶
func (b *JobTemplateSpecApplyConfiguration) WithUID(value types.UID) *JobTemplateSpecApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.