Package org.cdk8s.plus25.k8s
Interface KubeFlowSchemaV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeFlowSchemaV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.638Z") @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 classKubeFlowSchemaV1Beta1Props.BuilderA builder forKubeFlowSchemaV1Beta1Propsstatic classKubeFlowSchemaV1Beta1Props.Jsii$ProxyAn implementation forKubeFlowSchemaV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeFlowSchemaV1Beta1Props.Builderbuilder()default ObjectMetagetMetadata()metadatais the standard object's metadata.default FlowSchemaSpecV1Beta1getSpec()specis the specification of the desired behavior of a FlowSchema.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
metadatais 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()
specis 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.BuilderofKubeFlowSchemaV1Beta1Props
-
-