Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marshalable ¶
type Marshalable interface {
MustMarshal() []byte
}
Marshalable is an object which can be easily marshaled
type Reviewable ¶
type Reviewable interface {
Marshalable
RawExtension() runtime.RawExtension
GetName() string
GetNamespace() string
GetObjectKind() schema.ObjectKind
}
Reviewable is the interface which contains the minimum methods on an object which can be tested in an admission review
Click to show internal directories.
Click to hide internal directories.