Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckoutKind = pvpoolv1alpha1.CheckoutKind
View Source
var PoolKind = pvpoolv1alpha1.PoolKind
Functions ¶
func NewCheckoutPatcher ¶
func NewPoolPatcher ¶
Types ¶
type Checkout ¶
type Checkout struct {
*helper.NamespaceScopedAPIObject
Key client.ObjectKey
Object *pvpoolv1alpha1.Checkout
}
func NewCheckout ¶
func NewCheckoutFromObject ¶
func NewCheckoutFromObject(obj *pvpoolv1alpha1.Checkout) *Checkout
func (*Checkout) Condition ¶
func (c *Checkout) Condition(typ pvpoolv1alpha1.CheckoutConditionType) (pvpoolv1alpha1.CheckoutCondition, bool)
type Pool ¶
type Pool struct {
*helper.NamespaceScopedAPIObject
Key client.ObjectKey
Object *pvpoolv1alpha1.Pool
}
func NewPoolFromObject ¶
func NewPoolFromObject(obj *pvpoolv1alpha1.Pool) *Pool
func (*Pool) Condition ¶
func (p *Pool) Condition(typ pvpoolv1alpha1.PoolConditionType) (pvpoolv1alpha1.PoolCondition, bool)
Click to show internal directories.
Click to hide internal directories.