Autogenerated

Kubernetes-commit: d63b79ec47171a1b83fea162e26f7ba521e3c20e
This commit is contained in:
Wojciech Tyczyński
2022-01-19 17:55:39 +01:00
committed by Kubernetes Publisher
parent b74c541cff
commit dd71ff2e39
109 changed files with 0 additions and 981 deletions

View File

@@ -127,15 +127,6 @@ func (b *PriorityClassApplyConfiguration) WithNamespace(value string) *PriorityC
return b
}
// WithSelfLink sets the SelfLink 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 SelfLink field is set to the value of the last call.
func (b *PriorityClassApplyConfiguration) WithSelfLink(value string) *PriorityClassApplyConfiguration {
b.ensureObjectMetaApplyConfigurationExists()
b.SelfLink = &value
return b
}
// 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.