Interface KubernetesCustomResourceActionBuilder
public interface KubernetesCustomResourceActionBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Create custom resource instance.Delete custom resource instance.verify()Verify that given custom resource matches a condition.default KubernetesCustomResourceVerifyActionBuilder<?,?> Verify that given custom resource matches a condition.default KubernetesCustomResourceVerifyActionBuilder<?,?> Verify that given custom resource matches a condition.default KubernetesCustomResourceVerifyActionBuilder<?,?> Verify that given custom resource matches a condition.default KubernetesCustomResourceVerifyActionBuilder<?,?> Verify that given custom resource matches a condition.
-
Method Details
-
create
KubernetesCustomResourceCreateActionBuilder<?,?> create()Create custom resource instance. -
delete
Delete custom resource instance.- Parameters:
name- the name of the Kubernetes custom resource.
-
verify
KubernetesCustomResourceVerifyActionBuilder<?,?> verify()Verify that given custom resource matches a condition. -
verify
Verify that given custom resource matches a condition.- Parameters:
resourceType- the type of the customer resource.
-
verify
Verify that given custom resource matches a condition.- Parameters:
name- the name of the custom resource.resourceType- the type of the customer resource.
-
verify
Verify that given custom resource matches a condition.- Parameters:
name- the name of the custom resource.
-
verify
Verify that given custom resource matches a condition.- Parameters:
label- the label to filter results.value- the value of the label.
-