Documentation ¶
Index ¶
- func WaitForBindingCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error
- func WaitForBindingToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error
- func WaitForBrokerCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, ...) error
- func WaitForBrokerToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string) error
- func WaitForClusterServiceClassToExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string) error
- func WaitForClusterServiceClassToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string) error
- func WaitForInstanceCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error
- func WaitForInstanceReconciledGeneration(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error
- func WaitForInstanceToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForBindingCondition ¶
func WaitForBindingCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, namespace, name string, condition v1beta1.ServiceBindingCondition) error
WaitForBindingCondition waits for the status of the named binding to contain a condition whose type and status matches the supplied one.
func WaitForBindingToNotExist ¶
func WaitForBindingToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, namespace, name string) error
WaitForBindingToNotExist waits for the Binding with the given name to no longer exist.
func WaitForBrokerCondition ¶
func WaitForBrokerCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, condition v1beta1.ServiceBrokerCondition) error
WaitForBrokerCondition waits for the status of the named broker to contain a condition whose type and status matches the supplied one.
func WaitForBrokerToNotExist ¶
func WaitForBrokerToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string) error
WaitForBrokerToNotExist waits for the Broker with the given name to no longer exist.
func WaitForClusterServiceClassToExist ¶ added in v0.1.0
func WaitForClusterServiceClassToExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string) error
WaitForClusterServiceClassToExist waits for the ClusterServiceClass with the given name to exist.
func WaitForClusterServiceClassToNotExist ¶ added in v0.1.0
func WaitForClusterServiceClassToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string) error
WaitForClusterServiceClassToNotExist waits for the ClusterServiceClass with the given name to no longer exist.
func WaitForInstanceCondition ¶
func WaitForInstanceCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, namespace, name string, condition v1beta1.ServiceInstanceCondition) error
WaitForInstanceCondition waits for the status of the named instance to contain a condition whose type and status matches the supplied one.
func WaitForInstanceReconciledGeneration ¶ added in v0.1.0
func WaitForInstanceReconciledGeneration(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, namespace, name string, reconciledGeneration int64) error
WaitForInstanceReconciledGeneration waits for the status of the named instance to have the specified reconciled generation.
func WaitForInstanceToNotExist ¶
func WaitForInstanceToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, namespace, name string) error
WaitForInstanceToNotExist waits for the Instance with the given name to no longer exist.
Types ¶
This section is empty.