Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowCreateOnUpdater ¶
type AllowCreateOnUpdater interface {
AllowCreateOnUpdate() bool
}
AllowCreateOnUpdater controls whether a resource can be created via PUT.
type AllowUnconditionalUpdater ¶
type AllowUnconditionalUpdater interface {
AllowUnconditionalUpdate() bool
}
AllowUnconditionalUpdater controls whether unconditional updates are allowed.
type Canonicalizer ¶
type Canonicalizer interface {
Canonicalize()
}
Canonicalizer is invoked before an object is stored to canonicalize its format.
type Defaulter ¶
type Defaulter interface {
Default()
}
Defaulter is invoked when deserializing an object to set default values.
type PrepareForCreater ¶
PrepareForCreater is invoked before an object is stored during creation.
type PrepareForUpdater ¶
PrepareForUpdater is invoked before an object is stored during update.
type TableConverter ¶
type TableConverter interface {
ConvertToTable(ctx context.Context, tableOptions runtime.Object) (*metav1.Table, error)
}
TableConverter converts a resource to table format for kubectl output.
Click to show internal directories.
Click to hide internal directories.