Package org.cdk8s.plus24.k8s
Interface KubeFlowSchemaV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeFlowSchemaV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-28T00:25:44.051Z") @Stability(Stable) public interface KubeFlowSchemaV1Beta1Props extends software.amazon.jsii.JsiiSerializable
FlowSchema defines the schema of a group of flows.Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeFlowSchemaV1Beta1Props.Builder
A builder forKubeFlowSchemaV1Beta1Props
static class
KubeFlowSchemaV1Beta1Props.Jsii$Proxy
An implementation forKubeFlowSchemaV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeFlowSchemaV1Beta1Props.Builder
builder()
default ObjectMeta
getMetadata()
metadata
is the standard object's metadata.default FlowSchemaSpecV1Beta1
getSpec()
spec
is the specification of the desired behavior of a FlowSchema.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
metadata
is the standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default FlowSchemaSpecV1Beta1 getSpec()
spec
is the specification of the desired behavior of a FlowSchema.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeFlowSchemaV1Beta1Props.Builder builder()
- Returns:
- a
KubeFlowSchemaV1Beta1Props.Builder
ofKubeFlowSchemaV1Beta1Props
-
-