Documentation ¶
Index ¶
- type SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithAPIVersion(value string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithAnnotations(entries map[string]string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithCreationTimestamp(value metav1.Time) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithFinalizers(values ...string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithGenerateName(value string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithGeneration(value int64) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithKind(value string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithLabels(entries map[string]string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithName(value string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithNamespace(value string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithResourceVersion(value string) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithSpec(value *SessionSpecApplyConfiguration) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithStatus(value *SessionStatusApplyConfiguration) *SessionApplyConfiguration
- func (b *SessionApplyConfiguration) WithUID(value types.UID) *SessionApplyConfiguration
- type SessionSpecApplyConfiguration
- type SessionStatusApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionApplyConfiguration ¶
type SessionApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *SessionSpecApplyConfiguration `json:"spec,omitempty"` Status *SessionStatusApplyConfiguration `json:"status,omitempty"` }
SessionApplyConfiguration represents an declarative configuration of the Session type for use with apply.
func Session ¶
func Session(name, namespace string) *SessionApplyConfiguration
Session constructs an declarative configuration of the Session type for use with apply.
func (*SessionApplyConfiguration) WithAPIVersion ¶
func (b *SessionApplyConfiguration) WithAPIVersion(value string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithAnnotations ¶
func (b *SessionApplyConfiguration) WithAnnotations(entries map[string]string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithCreationTimestamp ¶
func (b *SessionApplyConfiguration) WithCreationTimestamp(value metav1.Time) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *SessionApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithDeletionTimestamp ¶
func (b *SessionApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithFinalizers ¶
func (b *SessionApplyConfiguration) WithFinalizers(values ...string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithGenerateName ¶
func (b *SessionApplyConfiguration) WithGenerateName(value string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithGeneration ¶
func (b *SessionApplyConfiguration) WithGeneration(value int64) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithKind ¶
func (b *SessionApplyConfiguration) WithKind(value string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithLabels ¶
func (b *SessionApplyConfiguration) WithLabels(entries map[string]string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithName ¶
func (b *SessionApplyConfiguration) WithName(value string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithNamespace ¶
func (b *SessionApplyConfiguration) WithNamespace(value string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithOwnerReferences ¶
func (b *SessionApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithResourceVersion ¶
func (b *SessionApplyConfiguration) WithResourceVersion(value string) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithSpec ¶
func (b *SessionApplyConfiguration) WithSpec(value *SessionSpecApplyConfiguration) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithStatus ¶
func (b *SessionApplyConfiguration) WithStatus(value *SessionStatusApplyConfiguration) *SessionApplyConfiguration
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 (*SessionApplyConfiguration) WithUID ¶
func (b *SessionApplyConfiguration) WithUID(value types.UID) *SessionApplyConfiguration
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 SessionSpecApplyConfiguration ¶
type SessionSpecApplyConfiguration struct {
Data *string `json:"data,omitempty"`
}
SessionSpecApplyConfiguration represents an declarative configuration of the SessionSpec type for use with apply.
func SessionSpec ¶
func SessionSpec() *SessionSpecApplyConfiguration
SessionSpecApplyConfiguration constructs an declarative configuration of the SessionSpec type for use with apply.
func (*SessionSpecApplyConfiguration) WithData ¶
func (b *SessionSpecApplyConfiguration) WithData(value string) *SessionSpecApplyConfiguration
WithData sets the Data 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 Data field is set to the value of the last call.
type SessionStatusApplyConfiguration ¶
SessionStatusApplyConfiguration represents an declarative configuration of the SessionStatus type for use with apply.
func SessionStatus ¶
func SessionStatus() *SessionStatusApplyConfiguration
SessionStatusApplyConfiguration constructs an declarative configuration of the SessionStatus type for use with apply.
func (*SessionStatusApplyConfiguration) WithTTL ¶
func (b *SessionStatusApplyConfiguration) WithTTL(value v1.Time) *SessionStatusApplyConfiguration
WithTTL sets the TTL 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 TTL field is set to the value of the last call.