Documentation
¶
Index ¶
- type AddonTraitApplyConfiguration
- type ArtifactApplyConfiguration
- func (b *ArtifactApplyConfiguration) WithChecksum(value string) *ArtifactApplyConfiguration
- func (b *ArtifactApplyConfiguration) WithID(value string) *ArtifactApplyConfiguration
- func (b *ArtifactApplyConfiguration) WithLocation(value string) *ArtifactApplyConfiguration
- func (b *ArtifactApplyConfiguration) WithTarget(value string) *ArtifactApplyConfiguration
- type BaseTaskApplyConfiguration
- type BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithAPIVersion(value string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithAnnotations(entries map[string]string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithCreationTimestamp(value metav1.Time) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithFinalizers(values ...string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithGenerateName(value string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithGeneration(value int64) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithKind(value string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithLabels(entries map[string]string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithName(value string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithNamespace(value string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithResourceVersion(value string) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithSpec(value *BuildSpecApplyConfiguration) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithStatus(value *BuildStatusApplyConfiguration) *BuildApplyConfiguration
- func (b *BuildApplyConfiguration) WithUID(value types.UID) *BuildApplyConfiguration
- type BuildConditionApplyConfiguration
- func (b *BuildConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *BuildConditionApplyConfiguration
- func (b *BuildConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *BuildConditionApplyConfiguration
- func (b *BuildConditionApplyConfiguration) WithMessage(value string) *BuildConditionApplyConfiguration
- func (b *BuildConditionApplyConfiguration) WithReason(value string) *BuildConditionApplyConfiguration
- func (b *BuildConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *BuildConditionApplyConfiguration
- func (b *BuildConditionApplyConfiguration) WithType(value v1.BuildConditionType) *BuildConditionApplyConfiguration
- type BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithAnnotations(entries map[string]string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithBuilderPodNamespace(value string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithImagePlatforms(values ...string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithLimitCPU(value string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithLimitMemory(value string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithNodeSelector(entries map[string]string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithOrderStrategy(value v1.BuildOrderStrategy) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithRequestCPU(value string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithRequestMemory(value string) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithStrategy(value v1.BuildStrategy) *BuildConfigurationApplyConfiguration
- func (b *BuildConfigurationApplyConfiguration) WithToolImage(value string) *BuildConfigurationApplyConfiguration
- type BuildSpecApplyConfiguration
- func (b *BuildSpecApplyConfiguration) WithBuilderPodNamespace(value string) *BuildSpecApplyConfiguration
- func (b *BuildSpecApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *BuildSpecApplyConfiguration
- func (b *BuildSpecApplyConfiguration) WithMaxRunningBuilds(value int32) *BuildSpecApplyConfiguration
- func (b *BuildSpecApplyConfiguration) WithTasks(values ...*TaskApplyConfiguration) *BuildSpecApplyConfiguration
- func (b *BuildSpecApplyConfiguration) WithTimeout(value metav1.Duration) *BuildSpecApplyConfiguration
- func (b *BuildSpecApplyConfiguration) WithToolImage(value string) *BuildSpecApplyConfiguration
- type BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithArtifacts(values ...*ArtifactApplyConfiguration) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithBaseImage(value string) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithConditions(values ...*BuildConditionApplyConfiguration) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithDigest(value string) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithDuration(value string) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithError(value string) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithFailure(value *FailureApplyConfiguration) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithImage(value string) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithObservedGeneration(value int64) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithPhase(value v1.BuildPhase) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithRootImage(value string) *BuildStatusApplyConfiguration
- func (b *BuildStatusApplyConfiguration) WithStartedAt(value metav1.Time) *BuildStatusApplyConfiguration
- type BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithBaseImage(value string) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithContextDir(value string) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithExecutorImage(value string) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithImage(value string) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithName(value string) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithPlatform(value string) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *BuildahTaskApplyConfiguration
- func (b *BuildahTaskApplyConfiguration) WithVerbose(value bool) *BuildahTaskApplyConfiguration
- type BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithBaseImage(value string) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithBuildDir(value string) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithDependencies(values ...string) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithMaven(value *MavenBuildSpecApplyConfiguration) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithName(value string) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithRuntime(value *RuntimeSpecApplyConfiguration) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *BuilderTaskApplyConfiguration
- func (b *BuilderTaskApplyConfiguration) WithSteps(values ...string) *BuilderTaskApplyConfiguration
- type CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithArtifactID(value string) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithClassifier(value string) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithDataFormats(values ...string) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithDependencies(values ...*CamelArtifactDependencyApplyConfiguration) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithExclusions(values ...*CamelArtifactExclusionApplyConfiguration) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithGroupID(value string) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithJavaTypes(values ...string) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithLanguages(values ...string) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithSchemes(values ...*CamelSchemeApplyConfiguration) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithType(value string) *CamelArtifactApplyConfiguration
- func (b *CamelArtifactApplyConfiguration) WithVersion(value string) *CamelArtifactApplyConfiguration
- type CamelArtifactDependencyApplyConfiguration
- func (b *CamelArtifactDependencyApplyConfiguration) WithArtifactID(value string) *CamelArtifactDependencyApplyConfiguration
- func (b *CamelArtifactDependencyApplyConfiguration) WithClassifier(value string) *CamelArtifactDependencyApplyConfiguration
- func (b *CamelArtifactDependencyApplyConfiguration) WithExclusions(values ...*CamelArtifactExclusionApplyConfiguration) *CamelArtifactDependencyApplyConfiguration
- func (b *CamelArtifactDependencyApplyConfiguration) WithGroupID(value string) *CamelArtifactDependencyApplyConfiguration
- func (b *CamelArtifactDependencyApplyConfiguration) WithType(value string) *CamelArtifactDependencyApplyConfiguration
- func (b *CamelArtifactDependencyApplyConfiguration) WithVersion(value string) *CamelArtifactDependencyApplyConfiguration
- type CamelArtifactExclusionApplyConfiguration
- type CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithAPIVersion(value string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithAnnotations(entries map[string]string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithFinalizers(values ...string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithGenerateName(value string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithGeneration(value int64) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithKind(value string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithLabels(entries map[string]string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithName(value string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithNamespace(value string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithResourceVersion(value string) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithSpec(value *CamelCatalogSpecApplyConfiguration) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithStatus(value *CamelCatalogStatusApplyConfiguration) *CamelCatalogApplyConfiguration
- func (b *CamelCatalogApplyConfiguration) WithUID(value types.UID) *CamelCatalogApplyConfiguration
- type CamelCatalogConditionApplyConfiguration
- func (b *CamelCatalogConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *CamelCatalogConditionApplyConfiguration
- func (b *CamelCatalogConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *CamelCatalogConditionApplyConfiguration
- func (b *CamelCatalogConditionApplyConfiguration) WithMessage(value string) *CamelCatalogConditionApplyConfiguration
- func (b *CamelCatalogConditionApplyConfiguration) WithReason(value string) *CamelCatalogConditionApplyConfiguration
- func (b *CamelCatalogConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *CamelCatalogConditionApplyConfiguration
- func (b *CamelCatalogConditionApplyConfiguration) WithType(value v1.CamelCatalogConditionType) *CamelCatalogConditionApplyConfiguration
- type CamelCatalogSpecApplyConfiguration
- func (b *CamelCatalogSpecApplyConfiguration) WithArtifacts(entries map[string]CamelArtifactApplyConfiguration) *CamelCatalogSpecApplyConfiguration
- func (b *CamelCatalogSpecApplyConfiguration) WithLoaders(entries map[string]CamelLoaderApplyConfiguration) *CamelCatalogSpecApplyConfiguration
- func (b *CamelCatalogSpecApplyConfiguration) WithRuntime(value *RuntimeSpecApplyConfiguration) *CamelCatalogSpecApplyConfiguration
- type CamelCatalogStatusApplyConfiguration
- func (b *CamelCatalogStatusApplyConfiguration) WithConditions(values ...*CamelCatalogConditionApplyConfiguration) *CamelCatalogStatusApplyConfiguration
- func (b *CamelCatalogStatusApplyConfiguration) WithImage(value string) *CamelCatalogStatusApplyConfiguration
- func (b *CamelCatalogStatusApplyConfiguration) WithObservedGeneration(value int64) *CamelCatalogStatusApplyConfiguration
- func (b *CamelCatalogStatusApplyConfiguration) WithPhase(value v1.CamelCatalogPhase) *CamelCatalogStatusApplyConfiguration
- type CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithArtifactID(value string) *CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithClassifier(value string) *CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithDependencies(values ...*MavenArtifactApplyConfiguration) *CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithGroupID(value string) *CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithLanguages(values ...string) *CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithMetadata(entries map[string]string) *CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithType(value string) *CamelLoaderApplyConfiguration
- func (b *CamelLoaderApplyConfiguration) WithVersion(value string) *CamelLoaderApplyConfiguration
- type CamelPropertyApplyConfiguration
- type CamelSchemeApplyConfiguration
- func (b *CamelSchemeApplyConfiguration) WithConsumer(value *CamelSchemeScopeApplyConfiguration) *CamelSchemeApplyConfiguration
- func (b *CamelSchemeApplyConfiguration) WithHTTP(value bool) *CamelSchemeApplyConfiguration
- func (b *CamelSchemeApplyConfiguration) WithID(value string) *CamelSchemeApplyConfiguration
- func (b *CamelSchemeApplyConfiguration) WithPassive(value bool) *CamelSchemeApplyConfiguration
- func (b *CamelSchemeApplyConfiguration) WithProducer(value *CamelSchemeScopeApplyConfiguration) *CamelSchemeApplyConfiguration
- type CamelSchemeScopeApplyConfiguration
- type CapabilityApplyConfiguration
- func (b *CapabilityApplyConfiguration) WithBuildTimeProperties(values ...*CamelPropertyApplyConfiguration) *CapabilityApplyConfiguration
- func (b *CapabilityApplyConfiguration) WithDependencies(values ...*MavenArtifactApplyConfiguration) *CapabilityApplyConfiguration
- func (b *CapabilityApplyConfiguration) WithMetadata(entries map[string]string) *CapabilityApplyConfiguration
- func (b *CapabilityApplyConfiguration) WithRuntimeProperties(values ...*CamelPropertyApplyConfiguration) *CapabilityApplyConfiguration
- type CatalogApplyConfiguration
- type ConfigurationSpecApplyConfiguration
- type DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithCompression(value bool) *DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithContent(value string) *DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithContentKey(value string) *DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithContentRef(value string) *DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithContentType(value string) *DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithName(value string) *DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithPath(value string) *DataSpecApplyConfiguration
- func (b *DataSpecApplyConfiguration) WithRawContent(values ...byte) *DataSpecApplyConfiguration
- type DataTypeReferenceApplyConfiguration
- type DataTypeSpecApplyConfiguration
- func (b *DataTypeSpecApplyConfiguration) WithDependencies(values ...string) *DataTypeSpecApplyConfiguration
- func (b *DataTypeSpecApplyConfiguration) WithDescription(value string) *DataTypeSpecApplyConfiguration
- func (b *DataTypeSpecApplyConfiguration) WithFormat(value string) *DataTypeSpecApplyConfiguration
- func (b *DataTypeSpecApplyConfiguration) WithHeaders(entries map[string]HeaderSpecApplyConfiguration) *DataTypeSpecApplyConfiguration
- func (b *DataTypeSpecApplyConfiguration) WithMediaType(value string) *DataTypeSpecApplyConfiguration
- func (b *DataTypeSpecApplyConfiguration) WithSchema(value *JSONSchemaPropsApplyConfiguration) *DataTypeSpecApplyConfiguration
- func (b *DataTypeSpecApplyConfiguration) WithScheme(value string) *DataTypeSpecApplyConfiguration
- type DataTypesSpecApplyConfiguration
- func (b *DataTypesSpecApplyConfiguration) WithDefault(value string) *DataTypesSpecApplyConfiguration
- func (b *DataTypesSpecApplyConfiguration) WithHeaders(entries map[string]HeaderSpecApplyConfiguration) *DataTypesSpecApplyConfiguration
- func (b *DataTypesSpecApplyConfiguration) WithTypes(entries map[string]DataTypeSpecApplyConfiguration) *DataTypesSpecApplyConfiguration
- type EndpointApplyConfiguration
- func (b *EndpointApplyConfiguration) WithDataTypes(entries map[apiscamelv1.TypeSlot]DataTypeReferenceApplyConfiguration) *EndpointApplyConfiguration
- func (b *EndpointApplyConfiguration) WithProperties(value *EndpointPropertiesApplyConfiguration) *EndpointApplyConfiguration
- func (b *EndpointApplyConfiguration) WithRef(value v1.ObjectReference) *EndpointApplyConfiguration
- func (b *EndpointApplyConfiguration) WithURI(value string) *EndpointApplyConfiguration
- type EndpointPropertiesApplyConfiguration
- type ErrorHandlerSpecApplyConfiguration
- type EventTypeSpecApplyConfiguration
- type ExternalDocumentationApplyConfiguration
- type FailureApplyConfiguration
- type FailureRecoveryApplyConfiguration
- func (b *FailureRecoveryApplyConfiguration) WithAttempt(value int) *FailureRecoveryApplyConfiguration
- func (b *FailureRecoveryApplyConfiguration) WithAttemptMax(value int) *FailureRecoveryApplyConfiguration
- func (b *FailureRecoveryApplyConfiguration) WithAttemptTime(value v1.Time) *FailureRecoveryApplyConfiguration
- type FlowApplyConfiguration
- type HeaderSpecApplyConfiguration
- func (b *HeaderSpecApplyConfiguration) WithDefault(value string) *HeaderSpecApplyConfiguration
- func (b *HeaderSpecApplyConfiguration) WithDescription(value string) *HeaderSpecApplyConfiguration
- func (b *HeaderSpecApplyConfiguration) WithRequired(value bool) *HeaderSpecApplyConfiguration
- func (b *HeaderSpecApplyConfiguration) WithTitle(value string) *HeaderSpecApplyConfiguration
- func (b *HeaderSpecApplyConfiguration) WithType(value string) *HeaderSpecApplyConfiguration
- type HealthCheckResponseApplyConfiguration
- func (b *HealthCheckResponseApplyConfiguration) WithData(value v1.RawMessage) *HealthCheckResponseApplyConfiguration
- func (b *HealthCheckResponseApplyConfiguration) WithName(value string) *HealthCheckResponseApplyConfiguration
- func (b *HealthCheckResponseApplyConfiguration) WithStatus(value v1.HealthCheckStatus) *HealthCheckResponseApplyConfiguration
- type IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithAPIVersion(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithFinalizers(values ...string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithGenerateName(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithGeneration(value int64) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithKind(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithLabels(entries map[string]string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithName(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithNamespace(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithResourceVersion(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithSpec(value *IntegrationSpecApplyConfiguration) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithStatus(value *IntegrationStatusApplyConfiguration) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithUID(value types.UID) *IntegrationApplyConfiguration
- type IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithFirstTruthyTime(value metav1.Time) *IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithMessage(value string) *IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithPods(values ...*PodConditionApplyConfiguration) *IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithReason(value string) *IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationConditionApplyConfiguration
- func (b *IntegrationConditionApplyConfiguration) WithType(value v1.IntegrationConditionType) *IntegrationConditionApplyConfiguration
- type IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithAPIVersion(value string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithFinalizers(values ...string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithGenerateName(value string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithGeneration(value int64) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithKind(value string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithLabels(entries map[string]string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithName(value string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithNamespace(value string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithResourceVersion(value string) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithSpec(value *IntegrationKitSpecApplyConfiguration) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithStatus(value *IntegrationKitStatusApplyConfiguration) *IntegrationKitApplyConfiguration
- func (b *IntegrationKitApplyConfiguration) WithUID(value types.UID) *IntegrationKitApplyConfiguration
- type IntegrationKitConditionApplyConfiguration
- func (b *IntegrationKitConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationKitConditionApplyConfiguration
- func (b *IntegrationKitConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationKitConditionApplyConfiguration
- func (b *IntegrationKitConditionApplyConfiguration) WithMessage(value string) *IntegrationKitConditionApplyConfiguration
- func (b *IntegrationKitConditionApplyConfiguration) WithReason(value string) *IntegrationKitConditionApplyConfiguration
- func (b *IntegrationKitConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationKitConditionApplyConfiguration
- func (b *IntegrationKitConditionApplyConfiguration) WithType(value v1.IntegrationKitConditionType) *IntegrationKitConditionApplyConfiguration
- type IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithCapabilities(values ...string) *IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithDependencies(values ...string) *IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithImage(value string) *IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithProfile(value v1.TraitProfile) *IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithRepositories(values ...string) *IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *IntegrationKitSpecApplyConfiguration
- func (b *IntegrationKitSpecApplyConfiguration) WithTraits(value *IntegrationKitTraitsApplyConfiguration) *IntegrationKitSpecApplyConfiguration
- type IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithArtifacts(values ...*ArtifactApplyConfiguration) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithBaseImage(value string) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithCatalog(value *CatalogApplyConfiguration) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithConditions(values ...*IntegrationKitConditionApplyConfiguration) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithDigest(value string) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithFailure(value *FailureApplyConfiguration) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithImage(value string) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithPhase(value v1.IntegrationKitPhase) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithPlatform(value string) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithRootImage(value string) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithRuntimeProvider(value v1.RuntimeProvider) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithRuntimeVersion(value string) *IntegrationKitStatusApplyConfiguration
- func (b *IntegrationKitStatusApplyConfiguration) WithVersion(value string) *IntegrationKitStatusApplyConfiguration
- type IntegrationKitTraitsApplyConfiguration
- func (b *IntegrationKitTraitsApplyConfiguration) WithAddons(entries map[string]AddonTraitApplyConfiguration) *IntegrationKitTraitsApplyConfiguration
- func (b *IntegrationKitTraitsApplyConfiguration) WithBuilder(value trait.BuilderTrait) *IntegrationKitTraitsApplyConfiguration
- func (b *IntegrationKitTraitsApplyConfiguration) WithCamel(value trait.CamelTrait) *IntegrationKitTraitsApplyConfiguration
- func (b *IntegrationKitTraitsApplyConfiguration) WithQuarkus(value trait.QuarkusTrait) *IntegrationKitTraitsApplyConfiguration
- func (b *IntegrationKitTraitsApplyConfiguration) WithRegistry(value trait.RegistryTrait) *IntegrationKitTraitsApplyConfiguration
- type IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithAPIVersion(value string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithFinalizers(values ...string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithGenerateName(value string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithGeneration(value int64) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithKind(value string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithLabels(entries map[string]string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithName(value string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithNamespace(value string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithResourceVersion(value string) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithSpec(value *IntegrationPlatformSpecApplyConfiguration) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithStatus(value *IntegrationPlatformStatusApplyConfiguration) *IntegrationPlatformApplyConfiguration
- func (b *IntegrationPlatformApplyConfiguration) WithUID(value types.UID) *IntegrationPlatformApplyConfiguration
- type IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithBaseImage(value string) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithBuildCatalogToolTimeout(value metav1.Duration) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithBuildConfiguration(value *BuildConfigurationApplyConfiguration) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithMaven(value *MavenSpecApplyConfiguration) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithMaxRunningBuilds(value int32) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithPublishStrategy(value camelv1.IntegrationPlatformBuildPublishStrategy) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithPublishStrategyOptions(entries map[string]string) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeCoreVersion(value string) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeProvider(value camelv1.RuntimeProvider) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeVersion(value string) *IntegrationPlatformBuildSpecApplyConfiguration
- func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithTimeout(value metav1.Duration) *IntegrationPlatformBuildSpecApplyConfiguration
- type IntegrationPlatformConditionApplyConfiguration
- func (b *IntegrationPlatformConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationPlatformConditionApplyConfiguration
- func (b *IntegrationPlatformConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationPlatformConditionApplyConfiguration
- func (b *IntegrationPlatformConditionApplyConfiguration) WithMessage(value string) *IntegrationPlatformConditionApplyConfiguration
- func (b *IntegrationPlatformConditionApplyConfiguration) WithReason(value string) *IntegrationPlatformConditionApplyConfiguration
- func (b *IntegrationPlatformConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationPlatformConditionApplyConfiguration
- func (b *IntegrationPlatformConditionApplyConfiguration) WithType(value v1.IntegrationPlatformConditionType) *IntegrationPlatformConditionApplyConfiguration
- type IntegrationPlatformKameletSpecApplyConfiguration
- type IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithBaseImage(value string) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithBuildCatalogToolTimeout(value metav1.Duration) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithBuildConfiguration(value *BuildConfigurationApplyConfiguration) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithMaven(value *MavenSpecApplyConfiguration) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithMaxRunningPipelines(value int32) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithPublishStrategy(value camelv1.IntegrationPlatformBuildPublishStrategy) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithPublishStrategyOptions(entries map[string]string) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithRuntimeProvider(value camelv1.RuntimeProvider) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithRuntimeVersion(value string) *IntegrationPlatformPipelineSpecApplyConfiguration
- func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithTimeout(value metav1.Duration) *IntegrationPlatformPipelineSpecApplyConfiguration
- type IntegrationPlatformSpecApplyConfiguration
- func (b *IntegrationPlatformSpecApplyConfiguration) WithBuild(value *IntegrationPlatformBuildSpecApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
- func (b *IntegrationPlatformSpecApplyConfiguration) WithCluster(value v1.IntegrationPlatformCluster) *IntegrationPlatformSpecApplyConfiguration
- func (b *IntegrationPlatformSpecApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
- func (b *IntegrationPlatformSpecApplyConfiguration) WithKamelet(value *IntegrationPlatformKameletSpecApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
- func (b *IntegrationPlatformSpecApplyConfiguration) WithProfile(value v1.TraitProfile) *IntegrationPlatformSpecApplyConfiguration
- func (b *IntegrationPlatformSpecApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
- type IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithBuild(value *IntegrationPlatformBuildSpecApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithCluster(value camelv1.IntegrationPlatformCluster) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithConditions(values ...*IntegrationPlatformConditionApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithInfo(entries map[string]string) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithKamelet(value *IntegrationPlatformKameletSpecApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithPhase(value camelv1.IntegrationPlatformPhase) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithProfile(value camelv1.TraitProfile) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
- func (b *IntegrationPlatformStatusApplyConfiguration) WithVersion(value string) *IntegrationPlatformStatusApplyConfiguration
- type IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithAPIVersion(value string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithFinalizers(values ...string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithGenerateName(value string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithGeneration(value int64) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithKind(value string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithLabels(entries map[string]string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithName(value string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithNamespace(value string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithResourceVersion(value string) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithSpec(value *IntegrationProfileSpecApplyConfiguration) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithStatus(value *IntegrationProfileStatusApplyConfiguration) *IntegrationProfileApplyConfiguration
- func (b *IntegrationProfileApplyConfiguration) WithUID(value types.UID) *IntegrationProfileApplyConfiguration
- type IntegrationProfileBuildSpecApplyConfiguration
- func (b *IntegrationProfileBuildSpecApplyConfiguration) WithBaseImage(value string) *IntegrationProfileBuildSpecApplyConfiguration
- func (b *IntegrationProfileBuildSpecApplyConfiguration) WithMaven(value *MavenSpecApplyConfiguration) *IntegrationProfileBuildSpecApplyConfiguration
- func (b *IntegrationProfileBuildSpecApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *IntegrationProfileBuildSpecApplyConfiguration
- func (b *IntegrationProfileBuildSpecApplyConfiguration) WithRuntimeProvider(value v1.RuntimeProvider) *IntegrationProfileBuildSpecApplyConfiguration
- func (b *IntegrationProfileBuildSpecApplyConfiguration) WithRuntimeVersion(value string) *IntegrationProfileBuildSpecApplyConfiguration
- func (b *IntegrationProfileBuildSpecApplyConfiguration) WithTimeout(value metav1.Duration) *IntegrationProfileBuildSpecApplyConfiguration
- type IntegrationProfileConditionApplyConfiguration
- func (b *IntegrationProfileConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationProfileConditionApplyConfiguration
- func (b *IntegrationProfileConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationProfileConditionApplyConfiguration
- func (b *IntegrationProfileConditionApplyConfiguration) WithMessage(value string) *IntegrationProfileConditionApplyConfiguration
- func (b *IntegrationProfileConditionApplyConfiguration) WithReason(value string) *IntegrationProfileConditionApplyConfiguration
- func (b *IntegrationProfileConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationProfileConditionApplyConfiguration
- func (b *IntegrationProfileConditionApplyConfiguration) WithType(value v1.IntegrationProfileConditionType) *IntegrationProfileConditionApplyConfiguration
- type IntegrationProfileKameletSpecApplyConfiguration
- type IntegrationProfileSpecApplyConfiguration
- func (b *IntegrationProfileSpecApplyConfiguration) WithBuild(value *IntegrationProfileBuildSpecApplyConfiguration) *IntegrationProfileSpecApplyConfiguration
- func (b *IntegrationProfileSpecApplyConfiguration) WithKamelet(value *IntegrationProfileKameletSpecApplyConfiguration) *IntegrationProfileSpecApplyConfiguration
- func (b *IntegrationProfileSpecApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationProfileSpecApplyConfiguration
- type IntegrationProfileStatusApplyConfiguration
- func (b *IntegrationProfileStatusApplyConfiguration) WithBuild(value *IntegrationProfileBuildSpecApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
- func (b *IntegrationProfileStatusApplyConfiguration) WithConditions(values ...*IntegrationProfileConditionApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
- func (b *IntegrationProfileStatusApplyConfiguration) WithKamelet(value *IntegrationProfileKameletSpecApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
- func (b *IntegrationProfileStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationProfileStatusApplyConfiguration
- func (b *IntegrationProfileStatusApplyConfiguration) WithPhase(value camelv1.IntegrationProfilePhase) *IntegrationProfileStatusApplyConfiguration
- func (b *IntegrationProfileStatusApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
- type IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithDependencies(values ...string) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithFlows(values ...*FlowApplyConfiguration) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithIntegrationKit(value corev1.ObjectReference) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithPodTemplate(value *PodSpecTemplateApplyConfiguration) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithProfile(value camelv1.TraitProfile) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithReplicas(value int32) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithRepositories(values ...string) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithServiceAccountName(value string) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *IntegrationSpecApplyConfiguration
- func (b *IntegrationSpecApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationSpecApplyConfiguration
- type IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithCapabilities(values ...string) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithCatalog(value *CatalogApplyConfiguration) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithConditions(values ...*IntegrationConditionApplyConfiguration) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithDependencies(values ...string) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithDigest(value string) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithGeneratedSources(values ...*SourceSpecApplyConfiguration) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithImage(value string) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithInitializationTimestamp(value metav1.Time) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithIntegrationKit(value corev1.ObjectReference) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithPhase(value v1.IntegrationPhase) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithPlatform(value string) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithProfile(value v1.TraitProfile) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithReplicas(value int32) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithRuntimeProvider(value v1.RuntimeProvider) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithRuntimeVersion(value string) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithSelector(value string) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithVersion(value string) *IntegrationStatusApplyConfiguration
- type JSONApplyConfiguration
- type JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithDefault(value *JSONApplyConfiguration) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithDeprecated(value bool) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithDescription(value string) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithEnum(values ...*JSONApplyConfiguration) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithExample(value *JSONApplyConfiguration) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithExclusiveMaximum(value bool) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithExclusiveMinimum(value bool) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithFormat(value string) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithID(value string) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMaxItems(value int64) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMaxLength(value int64) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMaxProperties(value int64) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMaximum(value json.Number) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMinItems(value int64) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMinLength(value int64) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMinProperties(value int64) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMinimum(value json.Number) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithMultipleOf(value json.Number) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithNullable(value bool) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithPattern(value string) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithTitle(value string) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithType(value string) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithUniqueItems(value bool) *JSONSchemaPropApplyConfiguration
- func (b *JSONSchemaPropApplyConfiguration) WithXDescriptors(values ...string) *JSONSchemaPropApplyConfiguration
- type JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithDescription(value string) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithExample(value *JSONApplyConfiguration) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithExternalDocs(value *ExternalDocumentationApplyConfiguration) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithID(value string) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithProperties(entries map[string]JSONSchemaPropApplyConfiguration) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithRequired(values ...string) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithSchema(value camelv1.JSONSchemaURL) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithTitle(value string) *JSONSchemaPropsApplyConfiguration
- func (b *JSONSchemaPropsApplyConfiguration) WithType(value string) *JSONSchemaPropsApplyConfiguration
- type JibTaskApplyConfiguration
- func (b *JibTaskApplyConfiguration) WithBaseImage(value string) *JibTaskApplyConfiguration
- func (b *JibTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *JibTaskApplyConfiguration
- func (b *JibTaskApplyConfiguration) WithContextDir(value string) *JibTaskApplyConfiguration
- func (b *JibTaskApplyConfiguration) WithImage(value string) *JibTaskApplyConfiguration
- func (b *JibTaskApplyConfiguration) WithName(value string) *JibTaskApplyConfiguration
- func (b *JibTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *JibTaskApplyConfiguration
- type KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithAPIVersion(value string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithAnnotations(entries map[string]string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithCreationTimestamp(value metav1.Time) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithFinalizers(values ...string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithGenerateName(value string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithGeneration(value int64) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithKind(value string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithLabels(entries map[string]string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithName(value string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithNamespace(value string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithResourceVersion(value string) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithSpec(value *KameletSpecApplyConfiguration) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithStatus(value *KameletStatusApplyConfiguration) *KameletApplyConfiguration
- func (b *KameletApplyConfiguration) WithUID(value types.UID) *KameletApplyConfiguration
- type KameletConditionApplyConfiguration
- func (b *KameletConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *KameletConditionApplyConfiguration
- func (b *KameletConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *KameletConditionApplyConfiguration
- func (b *KameletConditionApplyConfiguration) WithMessage(value string) *KameletConditionApplyConfiguration
- func (b *KameletConditionApplyConfiguration) WithReason(value string) *KameletConditionApplyConfiguration
- func (b *KameletConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *KameletConditionApplyConfiguration
- func (b *KameletConditionApplyConfiguration) WithType(value v1.KameletConditionType) *KameletConditionApplyConfiguration
- type KameletPropertyApplyConfiguration
- type KameletRepositorySpecApplyConfiguration
- type KameletSpecApplyConfiguration
- func (b *KameletSpecApplyConfiguration) WithDataTypes(entries map[camelv1.TypeSlot]DataTypesSpecApplyConfiguration) *KameletSpecApplyConfiguration
- func (b *KameletSpecApplyConfiguration) WithDefinition(value *JSONSchemaPropsApplyConfiguration) *KameletSpecApplyConfiguration
- func (b *KameletSpecApplyConfiguration) WithDependencies(values ...string) *KameletSpecApplyConfiguration
- func (b *KameletSpecApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *KameletSpecApplyConfiguration
- func (b *KameletSpecApplyConfiguration) WithTemplate(value *TemplateApplyConfiguration) *KameletSpecApplyConfiguration
- func (b *KameletSpecApplyConfiguration) WithTypes(entries map[camelv1.TypeSlot]EventTypeSpecApplyConfiguration) *KameletSpecApplyConfiguration
- func (b *KameletSpecApplyConfiguration) WithVersions(entries map[string]KameletSpecBaseApplyConfiguration) *KameletSpecApplyConfiguration
- type KameletSpecBaseApplyConfiguration
- func (b *KameletSpecBaseApplyConfiguration) WithDataTypes(entries map[camelv1.TypeSlot]DataTypesSpecApplyConfiguration) *KameletSpecBaseApplyConfiguration
- func (b *KameletSpecBaseApplyConfiguration) WithDefinition(value *JSONSchemaPropsApplyConfiguration) *KameletSpecBaseApplyConfiguration
- func (b *KameletSpecBaseApplyConfiguration) WithDependencies(values ...string) *KameletSpecBaseApplyConfiguration
- func (b *KameletSpecBaseApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *KameletSpecBaseApplyConfiguration
- func (b *KameletSpecBaseApplyConfiguration) WithTemplate(value *TemplateApplyConfiguration) *KameletSpecBaseApplyConfiguration
- func (b *KameletSpecBaseApplyConfiguration) WithTypes(entries map[camelv1.TypeSlot]EventTypeSpecApplyConfiguration) *KameletSpecBaseApplyConfiguration
- type KameletStatusApplyConfiguration
- func (b *KameletStatusApplyConfiguration) WithConditions(values ...*KameletConditionApplyConfiguration) *KameletStatusApplyConfiguration
- func (b *KameletStatusApplyConfiguration) WithObservedGeneration(value int64) *KameletStatusApplyConfiguration
- func (b *KameletStatusApplyConfiguration) WithPhase(value v1.KameletPhase) *KameletStatusApplyConfiguration
- func (b *KameletStatusApplyConfiguration) WithProperties(values ...*KameletPropertyApplyConfiguration) *KameletStatusApplyConfiguration
- type KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithBaseImage(value string) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithCache(value *KanikoTaskCacheApplyConfiguration) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithContextDir(value string) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithExecutorImage(value string) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithImage(value string) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithName(value string) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *KanikoTaskApplyConfiguration
- func (b *KanikoTaskApplyConfiguration) WithVerbose(value bool) *KanikoTaskApplyConfiguration
- type KanikoTaskCacheApplyConfiguration
- type MavenArtifactApplyConfiguration
- func (b *MavenArtifactApplyConfiguration) WithArtifactID(value string) *MavenArtifactApplyConfiguration
- func (b *MavenArtifactApplyConfiguration) WithClassifier(value string) *MavenArtifactApplyConfiguration
- func (b *MavenArtifactApplyConfiguration) WithGroupID(value string) *MavenArtifactApplyConfiguration
- func (b *MavenArtifactApplyConfiguration) WithType(value string) *MavenArtifactApplyConfiguration
- func (b *MavenArtifactApplyConfiguration) WithVersion(value string) *MavenArtifactApplyConfiguration
- type MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithCASecrets(values ...corev1.SecretKeySelector) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithCLIOptions(values ...string) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithExtension(values ...*MavenArtifactApplyConfiguration) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithLocalRepository(value string) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithProfiles(values ...*ValueSourceApplyConfiguration) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithProperties(entries map[string]string) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithRepositories(values ...*RepositoryApplyConfiguration) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithServers(values ...*ServerApplyConfiguration) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithSettings(value *ValueSourceApplyConfiguration) *MavenBuildSpecApplyConfiguration
- func (b *MavenBuildSpecApplyConfiguration) WithSettingsSecurity(value *ValueSourceApplyConfiguration) *MavenBuildSpecApplyConfiguration
- type MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithCASecrets(values ...corev1.SecretKeySelector) *MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithCLIOptions(values ...string) *MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithExtension(values ...*MavenArtifactApplyConfiguration) *MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithLocalRepository(value string) *MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithProfiles(values ...*ValueSourceApplyConfiguration) *MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithProperties(entries map[string]string) *MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithSettings(value *ValueSourceApplyConfiguration) *MavenSpecApplyConfiguration
- func (b *MavenSpecApplyConfiguration) WithSettingsSecurity(value *ValueSourceApplyConfiguration) *MavenSpecApplyConfiguration
- type PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithAPIVersion(value string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithAnnotations(entries map[string]string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithCreationTimestamp(value metav1.Time) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithFinalizers(values ...string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithGenerateName(value string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithGeneration(value int64) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithKind(value string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithLabels(entries map[string]string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithName(value string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithNamespace(value string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithResourceVersion(value string) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithSpec(value *PipeSpecApplyConfiguration) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithStatus(value *PipeStatusApplyConfiguration) *PipeApplyConfiguration
- func (b *PipeApplyConfiguration) WithUID(value types.UID) *PipeApplyConfiguration
- type PipeConditionApplyConfiguration
- func (b *PipeConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *PipeConditionApplyConfiguration
- func (b *PipeConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *PipeConditionApplyConfiguration
- func (b *PipeConditionApplyConfiguration) WithMessage(value string) *PipeConditionApplyConfiguration
- func (b *PipeConditionApplyConfiguration) WithPods(values ...*PodConditionApplyConfiguration) *PipeConditionApplyConfiguration
- func (b *PipeConditionApplyConfiguration) WithReason(value string) *PipeConditionApplyConfiguration
- func (b *PipeConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *PipeConditionApplyConfiguration
- func (b *PipeConditionApplyConfiguration) WithType(value v1.PipeConditionType) *PipeConditionApplyConfiguration
- type PipeSpecApplyConfiguration
- func (b *PipeSpecApplyConfiguration) WithErrorHandler(value *ErrorHandlerSpecApplyConfiguration) *PipeSpecApplyConfiguration
- func (b *PipeSpecApplyConfiguration) WithIntegration(value *IntegrationSpecApplyConfiguration) *PipeSpecApplyConfiguration
- func (b *PipeSpecApplyConfiguration) WithReplicas(value int32) *PipeSpecApplyConfiguration
- func (b *PipeSpecApplyConfiguration) WithServiceAccountName(value string) *PipeSpecApplyConfiguration
- func (b *PipeSpecApplyConfiguration) WithSink(value *EndpointApplyConfiguration) *PipeSpecApplyConfiguration
- func (b *PipeSpecApplyConfiguration) WithSource(value *EndpointApplyConfiguration) *PipeSpecApplyConfiguration
- func (b *PipeSpecApplyConfiguration) WithSteps(values ...*EndpointApplyConfiguration) *PipeSpecApplyConfiguration
- type PipeStatusApplyConfiguration
- func (b *PipeStatusApplyConfiguration) WithConditions(values ...*PipeConditionApplyConfiguration) *PipeStatusApplyConfiguration
- func (b *PipeStatusApplyConfiguration) WithObservedGeneration(value int64) *PipeStatusApplyConfiguration
- func (b *PipeStatusApplyConfiguration) WithPhase(value v1.PipePhase) *PipeStatusApplyConfiguration
- func (b *PipeStatusApplyConfiguration) WithReplicas(value int32) *PipeStatusApplyConfiguration
- func (b *PipeStatusApplyConfiguration) WithSelector(value string) *PipeStatusApplyConfiguration
- type PipelineSpecApplyConfiguration
- type PodConditionApplyConfiguration
- func (b *PodConditionApplyConfiguration) WithCondition(value v1.PodCondition) *PodConditionApplyConfiguration
- func (b *PodConditionApplyConfiguration) WithHealth(values ...*HealthCheckResponseApplyConfiguration) *PodConditionApplyConfiguration
- func (b *PodConditionApplyConfiguration) WithName(value string) *PodConditionApplyConfiguration
- type PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithActiveDeadlineSeconds(value int64) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithAutomountServiceAccountToken(value bool) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithContainers(values ...v1.Container) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithDNSPolicy(value v1.DNSPolicy) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithEphemeralContainers(values ...v1.EphemeralContainer) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithInitContainers(values ...v1.Container) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithNodeSelector(entries map[string]string) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithRestartPolicy(value v1.RestartPolicy) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithSecurityContext(value v1.PodSecurityContext) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithTerminationGracePeriodSeconds(value int64) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithTopologySpreadConstraints(values ...v1.TopologySpreadConstraint) *PodSpecApplyConfiguration
- func (b *PodSpecApplyConfiguration) WithVolumes(values ...v1.Volume) *PodSpecApplyConfiguration
- type PodSpecTemplateApplyConfiguration
- type PublishTaskApplyConfiguration
- func (b *PublishTaskApplyConfiguration) WithBaseImage(value string) *PublishTaskApplyConfiguration
- func (b *PublishTaskApplyConfiguration) WithContextDir(value string) *PublishTaskApplyConfiguration
- func (b *PublishTaskApplyConfiguration) WithImage(value string) *PublishTaskApplyConfiguration
- func (b *PublishTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *PublishTaskApplyConfiguration
- type RegistrySpecApplyConfiguration
- func (b *RegistrySpecApplyConfiguration) WithAddress(value string) *RegistrySpecApplyConfiguration
- func (b *RegistrySpecApplyConfiguration) WithCA(value string) *RegistrySpecApplyConfiguration
- func (b *RegistrySpecApplyConfiguration) WithInsecure(value bool) *RegistrySpecApplyConfiguration
- func (b *RegistrySpecApplyConfiguration) WithOrganization(value string) *RegistrySpecApplyConfiguration
- func (b *RegistrySpecApplyConfiguration) WithSecret(value string) *RegistrySpecApplyConfiguration
- type RepositoryApplyConfiguration
- func (b *RepositoryApplyConfiguration) WithID(value string) *RepositoryApplyConfiguration
- func (b *RepositoryApplyConfiguration) WithName(value string) *RepositoryApplyConfiguration
- func (b *RepositoryApplyConfiguration) WithReleases(value *RepositoryPolicyApplyConfiguration) *RepositoryApplyConfiguration
- func (b *RepositoryApplyConfiguration) WithSnapshots(value *RepositoryPolicyApplyConfiguration) *RepositoryApplyConfiguration
- func (b *RepositoryApplyConfiguration) WithURL(value string) *RepositoryApplyConfiguration
- type RepositoryPolicyApplyConfiguration
- func (b *RepositoryPolicyApplyConfiguration) WithChecksumPolicy(value string) *RepositoryPolicyApplyConfiguration
- func (b *RepositoryPolicyApplyConfiguration) WithEnabled(value bool) *RepositoryPolicyApplyConfiguration
- func (b *RepositoryPolicyApplyConfiguration) WithUpdatePolicy(value string) *RepositoryPolicyApplyConfiguration
- type RuntimeSpecApplyConfiguration
- func (b *RuntimeSpecApplyConfiguration) WithApplicationClass(value string) *RuntimeSpecApplyConfiguration
- func (b *RuntimeSpecApplyConfiguration) WithCapabilities(entries map[string]CapabilityApplyConfiguration) *RuntimeSpecApplyConfiguration
- func (b *RuntimeSpecApplyConfiguration) WithDependencies(values ...*MavenArtifactApplyConfiguration) *RuntimeSpecApplyConfiguration
- func (b *RuntimeSpecApplyConfiguration) WithMetadata(entries map[string]string) *RuntimeSpecApplyConfiguration
- func (b *RuntimeSpecApplyConfiguration) WithProvider(value v1.RuntimeProvider) *RuntimeSpecApplyConfiguration
- func (b *RuntimeSpecApplyConfiguration) WithVersion(value string) *RuntimeSpecApplyConfiguration
- type S2iTaskApplyConfiguration
- func (b *S2iTaskApplyConfiguration) WithBaseImage(value string) *S2iTaskApplyConfiguration
- func (b *S2iTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *S2iTaskApplyConfiguration
- func (b *S2iTaskApplyConfiguration) WithContextDir(value string) *S2iTaskApplyConfiguration
- func (b *S2iTaskApplyConfiguration) WithImage(value string) *S2iTaskApplyConfiguration
- func (b *S2iTaskApplyConfiguration) WithName(value string) *S2iTaskApplyConfiguration
- func (b *S2iTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *S2iTaskApplyConfiguration
- func (b *S2iTaskApplyConfiguration) WithTag(value string) *S2iTaskApplyConfiguration
- type ServerApplyConfiguration
- func (b *ServerApplyConfiguration) WithConfiguration(value v1.Properties) *ServerApplyConfiguration
- func (b *ServerApplyConfiguration) WithID(value string) *ServerApplyConfiguration
- func (b *ServerApplyConfiguration) WithPassword(value string) *ServerApplyConfiguration
- func (b *ServerApplyConfiguration) WithUsername(value string) *ServerApplyConfiguration
- type SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithCompression(value bool) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithContent(value string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithContentKey(value string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithContentRef(value string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithContentType(value string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithFromKamelet(value bool) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithInterceptors(values ...string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithLanguage(value camelv1.Language) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithLoader(value string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithName(value string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithPath(value string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithPropertyNames(values ...string) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithRawContent(values ...byte) *SourceSpecApplyConfiguration
- func (b *SourceSpecApplyConfiguration) WithType(value camelv1.SourceType) *SourceSpecApplyConfiguration
- type SpectrumTaskApplyConfiguration
- func (b *SpectrumTaskApplyConfiguration) WithBaseImage(value string) *SpectrumTaskApplyConfiguration
- func (b *SpectrumTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *SpectrumTaskApplyConfiguration
- func (b *SpectrumTaskApplyConfiguration) WithContextDir(value string) *SpectrumTaskApplyConfiguration
- func (b *SpectrumTaskApplyConfiguration) WithImage(value string) *SpectrumTaskApplyConfiguration
- func (b *SpectrumTaskApplyConfiguration) WithName(value string) *SpectrumTaskApplyConfiguration
- func (b *SpectrumTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *SpectrumTaskApplyConfiguration
- type TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithBuildah(value *BuildahTaskApplyConfiguration) *TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithBuilder(value *BuilderTaskApplyConfiguration) *TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithCustom(value *UserTaskApplyConfiguration) *TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithJib(value *JibTaskApplyConfiguration) *TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithKaniko(value *KanikoTaskApplyConfiguration) *TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithPackage(value *BuilderTaskApplyConfiguration) *TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithS2i(value *S2iTaskApplyConfiguration) *TaskApplyConfiguration
- func (b *TaskApplyConfiguration) WithSpectrum(value *SpectrumTaskApplyConfiguration) *TaskApplyConfiguration
- type TemplateApplyConfiguration
- type TraitConfigurationApplyConfiguration
- type TraitSpecApplyConfiguration
- type TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithAddons(entries map[string]AddonTraitApplyConfiguration) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithAffinity(value trait.AffinityTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithBuilder(value trait.BuilderTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithCamel(value trait.CamelTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithContainer(value trait.ContainerTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithCron(value trait.CronTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithDependencies(value trait.DependenciesTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithDeployer(value trait.DeployerTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithDeployment(value trait.DeploymentTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithEnvironment(value trait.EnvironmentTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithErrorHandler(value trait.ErrorHandlerTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithGC(value trait.GCTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithHealth(value trait.HealthTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithIngress(value trait.IngressTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithIstio(value trait.IstioTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithJVM(value trait.JVMTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithJolokia(value trait.JolokiaTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithKamelets(value trait.KameletsTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithKeda(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithKnative(value trait.KnativeTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithKnativeService(value trait.KnativeServiceTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithLogging(value trait.LoggingTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithMaster(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithMount(value trait.MountTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithOpenAPI(value trait.OpenAPITrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithOwner(value trait.OwnerTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithPDB(value trait.PDBTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithPlatform(value trait.PlatformTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithPod(value trait.PodTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithPrometheus(value trait.PrometheusTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithPullSecret(value trait.PullSecretTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithQuarkus(value trait.QuarkusTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithRegistry(value trait.RegistryTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithRoute(value trait.RouteTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithSecurityContext(value trait.SecurityContextTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithService(value trait.ServiceTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithServiceBinding(value trait.ServiceBindingTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithStrimzi(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithTelemetry(value trait.TelemetryTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithThreeScale(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithToleration(value trait.TolerationTrait) *TraitsApplyConfiguration
- func (b *TraitsApplyConfiguration) WithTracing(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
- type UserTaskApplyConfiguration
- func (b *UserTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *UserTaskApplyConfiguration
- func (b *UserTaskApplyConfiguration) WithContainerCommand(value string) *UserTaskApplyConfiguration
- func (b *UserTaskApplyConfiguration) WithContainerCommands(values ...string) *UserTaskApplyConfiguration
- func (b *UserTaskApplyConfiguration) WithContainerImage(value string) *UserTaskApplyConfiguration
- func (b *UserTaskApplyConfiguration) WithContainerUserID(value int64) *UserTaskApplyConfiguration
- func (b *UserTaskApplyConfiguration) WithName(value string) *UserTaskApplyConfiguration
- func (b *UserTaskApplyConfiguration) WithPublishingImage(value string) *UserTaskApplyConfiguration
- type ValueSourceApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonTraitApplyConfiguration ¶
type AddonTraitApplyConfiguration struct {
v1.RawMessage `json:",inline"`
}
AddonTraitApplyConfiguration represents an declarative configuration of the AddonTrait type for use with apply.
func AddonTrait ¶
func AddonTrait() *AddonTraitApplyConfiguration
AddonTraitApplyConfiguration constructs an declarative configuration of the AddonTrait type for use with apply.
type ArtifactApplyConfiguration ¶
type ArtifactApplyConfiguration struct { ID *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Target *string `json:"target,omitempty"` Checksum *string `json:"checksum,omitempty"` }
ArtifactApplyConfiguration represents an declarative configuration of the Artifact type for use with apply.
func Artifact ¶
func Artifact() *ArtifactApplyConfiguration
ArtifactApplyConfiguration constructs an declarative configuration of the Artifact type for use with apply.
func (*ArtifactApplyConfiguration) WithChecksum ¶
func (b *ArtifactApplyConfiguration) WithChecksum(value string) *ArtifactApplyConfiguration
WithChecksum sets the Checksum field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Checksum field is set to the value of the last call.
func (*ArtifactApplyConfiguration) WithID ¶
func (b *ArtifactApplyConfiguration) WithID(value string) *ArtifactApplyConfiguration
WithID sets the ID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ID field is set to the value of the last call.
func (*ArtifactApplyConfiguration) WithLocation ¶
func (b *ArtifactApplyConfiguration) WithLocation(value string) *ArtifactApplyConfiguration
WithLocation sets the Location field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Location field is set to the value of the last call.
func (*ArtifactApplyConfiguration) WithTarget ¶
func (b *ArtifactApplyConfiguration) WithTarget(value string) *ArtifactApplyConfiguration
WithTarget sets the Target field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Target field is set to the value of the last call.
type BaseTaskApplyConfiguration ¶
type BaseTaskApplyConfiguration struct { Name *string `json:"name,omitempty"` Configuration *BuildConfigurationApplyConfiguration `json:"configuration,omitempty"` }
BaseTaskApplyConfiguration represents an declarative configuration of the BaseTask type for use with apply.
func BaseTask ¶
func BaseTask() *BaseTaskApplyConfiguration
BaseTaskApplyConfiguration constructs an declarative configuration of the BaseTask type for use with apply.
func (*BaseTaskApplyConfiguration) WithConfiguration ¶ added in v2.1.0
func (b *BaseTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *BaseTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*BaseTaskApplyConfiguration) WithName ¶
func (b *BaseTaskApplyConfiguration) WithName(value string) *BaseTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
type BuildApplyConfiguration ¶
type BuildApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *BuildSpecApplyConfiguration `json:"spec,omitempty"` Status *BuildStatusApplyConfiguration `json:"status,omitempty"` }
BuildApplyConfiguration represents an declarative configuration of the Build type for use with apply.
func Build ¶
func Build(name, namespace string) *BuildApplyConfiguration
Build constructs an declarative configuration of the Build type for use with apply.
func (*BuildApplyConfiguration) WithAPIVersion ¶
func (b *BuildApplyConfiguration) WithAPIVersion(value string) *BuildApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*BuildApplyConfiguration) WithAnnotations ¶
func (b *BuildApplyConfiguration) WithAnnotations(entries map[string]string) *BuildApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*BuildApplyConfiguration) WithCreationTimestamp ¶
func (b *BuildApplyConfiguration) WithCreationTimestamp(value metav1.Time) *BuildApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*BuildApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *BuildApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *BuildApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*BuildApplyConfiguration) WithDeletionTimestamp ¶
func (b *BuildApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *BuildApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*BuildApplyConfiguration) WithFinalizers ¶
func (b *BuildApplyConfiguration) WithFinalizers(values ...string) *BuildApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*BuildApplyConfiguration) WithGenerateName ¶
func (b *BuildApplyConfiguration) WithGenerateName(value string) *BuildApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*BuildApplyConfiguration) WithGeneration ¶
func (b *BuildApplyConfiguration) WithGeneration(value int64) *BuildApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*BuildApplyConfiguration) WithKind ¶
func (b *BuildApplyConfiguration) WithKind(value string) *BuildApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*BuildApplyConfiguration) WithLabels ¶
func (b *BuildApplyConfiguration) WithLabels(entries map[string]string) *BuildApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*BuildApplyConfiguration) WithName ¶
func (b *BuildApplyConfiguration) WithName(value string) *BuildApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*BuildApplyConfiguration) WithNamespace ¶
func (b *BuildApplyConfiguration) WithNamespace(value string) *BuildApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*BuildApplyConfiguration) WithOwnerReferences ¶
func (b *BuildApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *BuildApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*BuildApplyConfiguration) WithResourceVersion ¶
func (b *BuildApplyConfiguration) WithResourceVersion(value string) *BuildApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*BuildApplyConfiguration) WithSpec ¶
func (b *BuildApplyConfiguration) WithSpec(value *BuildSpecApplyConfiguration) *BuildApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*BuildApplyConfiguration) WithStatus ¶
func (b *BuildApplyConfiguration) WithStatus(value *BuildStatusApplyConfiguration) *BuildApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*BuildApplyConfiguration) WithUID ¶
func (b *BuildApplyConfiguration) WithUID(value types.UID) *BuildApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type BuildConditionApplyConfiguration ¶
type BuildConditionApplyConfiguration struct { Type *v1.BuildConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` }
BuildConditionApplyConfiguration represents an declarative configuration of the BuildCondition type for use with apply.
func BuildCondition ¶
func BuildCondition() *BuildConditionApplyConfiguration
BuildConditionApplyConfiguration constructs an declarative configuration of the BuildCondition type for use with apply.
func (*BuildConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *BuildConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *BuildConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*BuildConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *BuildConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *BuildConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*BuildConditionApplyConfiguration) WithMessage ¶
func (b *BuildConditionApplyConfiguration) WithMessage(value string) *BuildConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*BuildConditionApplyConfiguration) WithReason ¶
func (b *BuildConditionApplyConfiguration) WithReason(value string) *BuildConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*BuildConditionApplyConfiguration) WithStatus ¶
func (b *BuildConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *BuildConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*BuildConditionApplyConfiguration) WithType ¶
func (b *BuildConditionApplyConfiguration) WithType(value v1.BuildConditionType) *BuildConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type BuildConfigurationApplyConfiguration ¶
type BuildConfigurationApplyConfiguration struct { ToolImage *string `json:"toolImage,omitempty"` BuilderPodNamespace *string `json:"operatorNamespace,omitempty"` Strategy *v1.BuildStrategy `json:"strategy,omitempty"` OrderStrategy *v1.BuildOrderStrategy `json:"orderStrategy,omitempty"` RequestCPU *string `json:"requestCPU,omitempty"` RequestMemory *string `json:"requestMemory,omitempty"` LimitCPU *string `json:"limitCPU,omitempty"` LimitMemory *string `json:"limitMemory,omitempty"` NodeSelector map[string]string `json:"nodeSelector,omitempty"` Annotations map[string]string `json:"annotations,omitempty"` ImagePlatforms []string `json:"platforms,omitempty"` }
BuildConfigurationApplyConfiguration represents an declarative configuration of the BuildConfiguration type for use with apply.
func BuildConfiguration ¶
func BuildConfiguration() *BuildConfigurationApplyConfiguration
BuildConfigurationApplyConfiguration constructs an declarative configuration of the BuildConfiguration type for use with apply.
func (*BuildConfigurationApplyConfiguration) WithAnnotations ¶ added in v2.3.0
func (b *BuildConfigurationApplyConfiguration) WithAnnotations(entries map[string]string) *BuildConfigurationApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*BuildConfigurationApplyConfiguration) WithBuilderPodNamespace ¶
func (b *BuildConfigurationApplyConfiguration) WithBuilderPodNamespace(value string) *BuildConfigurationApplyConfiguration
WithBuilderPodNamespace sets the BuilderPodNamespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BuilderPodNamespace field is set to the value of the last call.
func (*BuildConfigurationApplyConfiguration) WithImagePlatforms ¶ added in v2.3.0
func (b *BuildConfigurationApplyConfiguration) WithImagePlatforms(values ...string) *BuildConfigurationApplyConfiguration
WithImagePlatforms adds the given value to the ImagePlatforms field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the ImagePlatforms field.
func (*BuildConfigurationApplyConfiguration) WithLimitCPU ¶
func (b *BuildConfigurationApplyConfiguration) WithLimitCPU(value string) *BuildConfigurationApplyConfiguration
WithLimitCPU sets the LimitCPU field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LimitCPU field is set to the value of the last call.
func (*BuildConfigurationApplyConfiguration) WithLimitMemory ¶
func (b *BuildConfigurationApplyConfiguration) WithLimitMemory(value string) *BuildConfigurationApplyConfiguration
WithLimitMemory sets the LimitMemory field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LimitMemory field is set to the value of the last call.
func (*BuildConfigurationApplyConfiguration) WithNodeSelector ¶ added in v2.2.0
func (b *BuildConfigurationApplyConfiguration) WithNodeSelector(entries map[string]string) *BuildConfigurationApplyConfiguration
WithNodeSelector puts the entries into the NodeSelector field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the NodeSelector field, overwriting an existing map entries in NodeSelector field with the same key.
func (*BuildConfigurationApplyConfiguration) WithOrderStrategy ¶
func (b *BuildConfigurationApplyConfiguration) WithOrderStrategy(value v1.BuildOrderStrategy) *BuildConfigurationApplyConfiguration
WithOrderStrategy sets the OrderStrategy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the OrderStrategy field is set to the value of the last call.
func (*BuildConfigurationApplyConfiguration) WithRequestCPU ¶
func (b *BuildConfigurationApplyConfiguration) WithRequestCPU(value string) *BuildConfigurationApplyConfiguration
WithRequestCPU sets the RequestCPU field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RequestCPU field is set to the value of the last call.
func (*BuildConfigurationApplyConfiguration) WithRequestMemory ¶
func (b *BuildConfigurationApplyConfiguration) WithRequestMemory(value string) *BuildConfigurationApplyConfiguration
WithRequestMemory sets the RequestMemory field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RequestMemory field is set to the value of the last call.
func (*BuildConfigurationApplyConfiguration) WithStrategy ¶
func (b *BuildConfigurationApplyConfiguration) WithStrategy(value v1.BuildStrategy) *BuildConfigurationApplyConfiguration
WithStrategy sets the Strategy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Strategy field is set to the value of the last call.
func (*BuildConfigurationApplyConfiguration) WithToolImage ¶
func (b *BuildConfigurationApplyConfiguration) WithToolImage(value string) *BuildConfigurationApplyConfiguration
WithToolImage sets the ToolImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ToolImage field is set to the value of the last call.
type BuildSpecApplyConfiguration ¶
type BuildSpecApplyConfiguration struct { Tasks []TaskApplyConfiguration `json:"tasks,omitempty"` Configuration *BuildConfigurationApplyConfiguration `json:"configuration,omitempty"` ToolImage *string `json:"toolImage,omitempty"` BuilderPodNamespace *string `json:"operatorNamespace,omitempty"` Timeout *metav1.Duration `json:"timeout,omitempty"` MaxRunningBuilds *int32 `json:"maxRunningBuilds,omitempty"` }
BuildSpecApplyConfiguration represents an declarative configuration of the BuildSpec type for use with apply.
func BuildSpec ¶
func BuildSpec() *BuildSpecApplyConfiguration
BuildSpecApplyConfiguration constructs an declarative configuration of the BuildSpec type for use with apply.
func (*BuildSpecApplyConfiguration) WithBuilderPodNamespace ¶
func (b *BuildSpecApplyConfiguration) WithBuilderPodNamespace(value string) *BuildSpecApplyConfiguration
WithBuilderPodNamespace sets the BuilderPodNamespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BuilderPodNamespace field is set to the value of the last call.
func (*BuildSpecApplyConfiguration) WithConfiguration ¶
func (b *BuildSpecApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *BuildSpecApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*BuildSpecApplyConfiguration) WithMaxRunningBuilds ¶
func (b *BuildSpecApplyConfiguration) WithMaxRunningBuilds(value int32) *BuildSpecApplyConfiguration
WithMaxRunningBuilds sets the MaxRunningBuilds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MaxRunningBuilds field is set to the value of the last call.
func (*BuildSpecApplyConfiguration) WithTasks ¶
func (b *BuildSpecApplyConfiguration) WithTasks(values ...*TaskApplyConfiguration) *BuildSpecApplyConfiguration
WithTasks adds the given value to the Tasks field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Tasks field.
func (*BuildSpecApplyConfiguration) WithTimeout ¶
func (b *BuildSpecApplyConfiguration) WithTimeout(value metav1.Duration) *BuildSpecApplyConfiguration
WithTimeout sets the Timeout field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Timeout field is set to the value of the last call.
func (*BuildSpecApplyConfiguration) WithToolImage ¶
func (b *BuildSpecApplyConfiguration) WithToolImage(value string) *BuildSpecApplyConfiguration
WithToolImage sets the ToolImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ToolImage field is set to the value of the last call.
type BuildStatusApplyConfiguration ¶
type BuildStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *v1.BuildPhase `json:"phase,omitempty"` Image *string `json:"image,omitempty"` Digest *string `json:"digest,omitempty"` RootImage *string `json:"rootImage,omitempty"` BaseImage *string `json:"baseImage,omitempty"` Artifacts []ArtifactApplyConfiguration `json:"artifacts,omitempty"` Error *string `json:"error,omitempty"` Failure *FailureApplyConfiguration `json:"failure,omitempty"` StartedAt *metav1.Time `json:"startedAt,omitempty"` Conditions []BuildConditionApplyConfiguration `json:"conditions,omitempty"` Duration *string `json:"duration,omitempty"` }
BuildStatusApplyConfiguration represents an declarative configuration of the BuildStatus type for use with apply.
func BuildStatus ¶
func BuildStatus() *BuildStatusApplyConfiguration
BuildStatusApplyConfiguration constructs an declarative configuration of the BuildStatus type for use with apply.
func (*BuildStatusApplyConfiguration) WithArtifacts ¶
func (b *BuildStatusApplyConfiguration) WithArtifacts(values ...*ArtifactApplyConfiguration) *BuildStatusApplyConfiguration
WithArtifacts adds the given value to the Artifacts field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Artifacts field.
func (*BuildStatusApplyConfiguration) WithBaseImage ¶
func (b *BuildStatusApplyConfiguration) WithBaseImage(value string) *BuildStatusApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithConditions ¶
func (b *BuildStatusApplyConfiguration) WithConditions(values ...*BuildConditionApplyConfiguration) *BuildStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*BuildStatusApplyConfiguration) WithDigest ¶
func (b *BuildStatusApplyConfiguration) WithDigest(value string) *BuildStatusApplyConfiguration
WithDigest sets the Digest field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Digest field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithDuration ¶
func (b *BuildStatusApplyConfiguration) WithDuration(value string) *BuildStatusApplyConfiguration
WithDuration sets the Duration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Duration field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithError ¶
func (b *BuildStatusApplyConfiguration) WithError(value string) *BuildStatusApplyConfiguration
WithError sets the Error field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Error field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithFailure ¶
func (b *BuildStatusApplyConfiguration) WithFailure(value *FailureApplyConfiguration) *BuildStatusApplyConfiguration
WithFailure sets the Failure field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Failure field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithImage ¶
func (b *BuildStatusApplyConfiguration) WithImage(value string) *BuildStatusApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithObservedGeneration ¶
func (b *BuildStatusApplyConfiguration) WithObservedGeneration(value int64) *BuildStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithPhase ¶
func (b *BuildStatusApplyConfiguration) WithPhase(value v1.BuildPhase) *BuildStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithRootImage ¶ added in v2.2.0
func (b *BuildStatusApplyConfiguration) WithRootImage(value string) *BuildStatusApplyConfiguration
WithRootImage sets the RootImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RootImage field is set to the value of the last call.
func (*BuildStatusApplyConfiguration) WithStartedAt ¶
func (b *BuildStatusApplyConfiguration) WithStartedAt(value metav1.Time) *BuildStatusApplyConfiguration
WithStartedAt sets the StartedAt field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the StartedAt field is set to the value of the last call.
type BuildahTaskApplyConfiguration ¶
type BuildahTaskApplyConfiguration struct { BaseTaskApplyConfiguration `json:",inline"` PublishTaskApplyConfiguration `json:",inline"` Platform *string `json:"platform,omitempty"` Verbose *bool `json:"verbose,omitempty"` ExecutorImage *string `json:"executorImage,omitempty"` }
BuildahTaskApplyConfiguration represents an declarative configuration of the BuildahTask type for use with apply.
func BuildahTask ¶
func BuildahTask() *BuildahTaskApplyConfiguration
BuildahTaskApplyConfiguration constructs an declarative configuration of the BuildahTask type for use with apply.
func (*BuildahTaskApplyConfiguration) WithBaseImage ¶
func (b *BuildahTaskApplyConfiguration) WithBaseImage(value string) *BuildahTaskApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithConfiguration ¶ added in v2.1.0
func (b *BuildahTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *BuildahTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithContextDir ¶
func (b *BuildahTaskApplyConfiguration) WithContextDir(value string) *BuildahTaskApplyConfiguration
WithContextDir sets the ContextDir field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContextDir field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithExecutorImage ¶
func (b *BuildahTaskApplyConfiguration) WithExecutorImage(value string) *BuildahTaskApplyConfiguration
WithExecutorImage sets the ExecutorImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ExecutorImage field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithImage ¶
func (b *BuildahTaskApplyConfiguration) WithImage(value string) *BuildahTaskApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithName ¶
func (b *BuildahTaskApplyConfiguration) WithName(value string) *BuildahTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithPlatform ¶
func (b *BuildahTaskApplyConfiguration) WithPlatform(value string) *BuildahTaskApplyConfiguration
WithPlatform sets the Platform field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Platform field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithRegistry ¶
func (b *BuildahTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *BuildahTaskApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
func (*BuildahTaskApplyConfiguration) WithVerbose ¶
func (b *BuildahTaskApplyConfiguration) WithVerbose(value bool) *BuildahTaskApplyConfiguration
WithVerbose sets the Verbose field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Verbose field is set to the value of the last call.
type BuilderTaskApplyConfiguration ¶
type BuilderTaskApplyConfiguration struct { BaseTaskApplyConfiguration `json:",inline"` BaseImage *string `json:"baseImage,omitempty"` Runtime *RuntimeSpecApplyConfiguration `json:"runtime,omitempty"` Dependencies []string `json:"dependencies,omitempty"` Steps []string `json:"steps,omitempty"` Maven *MavenBuildSpecApplyConfiguration `json:"maven,omitempty"` BuildDir *string `json:"buildDir,omitempty"` Sources []SourceSpecApplyConfiguration `json:"sources,omitempty"` }
BuilderTaskApplyConfiguration represents an declarative configuration of the BuilderTask type for use with apply.
func BuilderTask ¶
func BuilderTask() *BuilderTaskApplyConfiguration
BuilderTaskApplyConfiguration constructs an declarative configuration of the BuilderTask type for use with apply.
func (*BuilderTaskApplyConfiguration) WithBaseImage ¶
func (b *BuilderTaskApplyConfiguration) WithBaseImage(value string) *BuilderTaskApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*BuilderTaskApplyConfiguration) WithBuildDir ¶
func (b *BuilderTaskApplyConfiguration) WithBuildDir(value string) *BuilderTaskApplyConfiguration
WithBuildDir sets the BuildDir field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BuildDir field is set to the value of the last call.
func (*BuilderTaskApplyConfiguration) WithConfiguration ¶
func (b *BuilderTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *BuilderTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*BuilderTaskApplyConfiguration) WithDependencies ¶
func (b *BuilderTaskApplyConfiguration) WithDependencies(values ...string) *BuilderTaskApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*BuilderTaskApplyConfiguration) WithMaven ¶
func (b *BuilderTaskApplyConfiguration) WithMaven(value *MavenBuildSpecApplyConfiguration) *BuilderTaskApplyConfiguration
WithMaven sets the Maven field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Maven field is set to the value of the last call.
func (*BuilderTaskApplyConfiguration) WithName ¶
func (b *BuilderTaskApplyConfiguration) WithName(value string) *BuilderTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*BuilderTaskApplyConfiguration) WithRuntime ¶
func (b *BuilderTaskApplyConfiguration) WithRuntime(value *RuntimeSpecApplyConfiguration) *BuilderTaskApplyConfiguration
WithRuntime sets the Runtime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Runtime field is set to the value of the last call.
func (*BuilderTaskApplyConfiguration) WithSources ¶
func (b *BuilderTaskApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *BuilderTaskApplyConfiguration
WithSources adds the given value to the Sources field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Sources field.
func (*BuilderTaskApplyConfiguration) WithSteps ¶
func (b *BuilderTaskApplyConfiguration) WithSteps(values ...string) *BuilderTaskApplyConfiguration
WithSteps adds the given value to the Steps field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Steps field.
type CamelArtifactApplyConfiguration ¶
type CamelArtifactApplyConfiguration struct { CamelArtifactDependencyApplyConfiguration `json:",inline"` Schemes []CamelSchemeApplyConfiguration `json:"schemes,omitempty"` Languages []string `json:"languages,omitempty"` DataFormats []string `json:"dataformats,omitempty"` Dependencies []CamelArtifactDependencyApplyConfiguration `json:"dependencies,omitempty"` JavaTypes []string `json:"javaTypes,omitempty"` }
CamelArtifactApplyConfiguration represents an declarative configuration of the CamelArtifact type for use with apply.
func CamelArtifact ¶
func CamelArtifact() *CamelArtifactApplyConfiguration
CamelArtifactApplyConfiguration constructs an declarative configuration of the CamelArtifact type for use with apply.
func (*CamelArtifactApplyConfiguration) WithArtifactID ¶
func (b *CamelArtifactApplyConfiguration) WithArtifactID(value string) *CamelArtifactApplyConfiguration
WithArtifactID sets the ArtifactID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ArtifactID field is set to the value of the last call.
func (*CamelArtifactApplyConfiguration) WithClassifier ¶ added in v2.3.0
func (b *CamelArtifactApplyConfiguration) WithClassifier(value string) *CamelArtifactApplyConfiguration
WithClassifier sets the Classifier field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Classifier field is set to the value of the last call.
func (*CamelArtifactApplyConfiguration) WithDataFormats ¶
func (b *CamelArtifactApplyConfiguration) WithDataFormats(values ...string) *CamelArtifactApplyConfiguration
WithDataFormats adds the given value to the DataFormats field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the DataFormats field.
func (*CamelArtifactApplyConfiguration) WithDependencies ¶
func (b *CamelArtifactApplyConfiguration) WithDependencies(values ...*CamelArtifactDependencyApplyConfiguration) *CamelArtifactApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*CamelArtifactApplyConfiguration) WithExclusions ¶
func (b *CamelArtifactApplyConfiguration) WithExclusions(values ...*CamelArtifactExclusionApplyConfiguration) *CamelArtifactApplyConfiguration
WithExclusions adds the given value to the Exclusions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Exclusions field.
func (*CamelArtifactApplyConfiguration) WithGroupID ¶
func (b *CamelArtifactApplyConfiguration) WithGroupID(value string) *CamelArtifactApplyConfiguration
WithGroupID sets the GroupID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupID field is set to the value of the last call.
func (*CamelArtifactApplyConfiguration) WithJavaTypes ¶
func (b *CamelArtifactApplyConfiguration) WithJavaTypes(values ...string) *CamelArtifactApplyConfiguration
WithJavaTypes adds the given value to the JavaTypes field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the JavaTypes field.
func (*CamelArtifactApplyConfiguration) WithLanguages ¶
func (b *CamelArtifactApplyConfiguration) WithLanguages(values ...string) *CamelArtifactApplyConfiguration
WithLanguages adds the given value to the Languages field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Languages field.
func (*CamelArtifactApplyConfiguration) WithSchemes ¶
func (b *CamelArtifactApplyConfiguration) WithSchemes(values ...*CamelSchemeApplyConfiguration) *CamelArtifactApplyConfiguration
WithSchemes adds the given value to the Schemes field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Schemes field.
func (*CamelArtifactApplyConfiguration) WithType ¶ added in v2.3.0
func (b *CamelArtifactApplyConfiguration) WithType(value string) *CamelArtifactApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
func (*CamelArtifactApplyConfiguration) WithVersion ¶
func (b *CamelArtifactApplyConfiguration) WithVersion(value string) *CamelArtifactApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type CamelArtifactDependencyApplyConfiguration ¶
type CamelArtifactDependencyApplyConfiguration struct { MavenArtifactApplyConfiguration `json:",inline"` Exclusions []CamelArtifactExclusionApplyConfiguration `json:"exclusions,omitempty"` }
CamelArtifactDependencyApplyConfiguration represents an declarative configuration of the CamelArtifactDependency type for use with apply.
func CamelArtifactDependency ¶
func CamelArtifactDependency() *CamelArtifactDependencyApplyConfiguration
CamelArtifactDependencyApplyConfiguration constructs an declarative configuration of the CamelArtifactDependency type for use with apply.
func (*CamelArtifactDependencyApplyConfiguration) WithArtifactID ¶
func (b *CamelArtifactDependencyApplyConfiguration) WithArtifactID(value string) *CamelArtifactDependencyApplyConfiguration
WithArtifactID sets the ArtifactID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ArtifactID field is set to the value of the last call.
func (*CamelArtifactDependencyApplyConfiguration) WithClassifier ¶ added in v2.3.0
func (b *CamelArtifactDependencyApplyConfiguration) WithClassifier(value string) *CamelArtifactDependencyApplyConfiguration
WithClassifier sets the Classifier field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Classifier field is set to the value of the last call.
func (*CamelArtifactDependencyApplyConfiguration) WithExclusions ¶
func (b *CamelArtifactDependencyApplyConfiguration) WithExclusions(values ...*CamelArtifactExclusionApplyConfiguration) *CamelArtifactDependencyApplyConfiguration
WithExclusions adds the given value to the Exclusions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Exclusions field.
func (*CamelArtifactDependencyApplyConfiguration) WithGroupID ¶
func (b *CamelArtifactDependencyApplyConfiguration) WithGroupID(value string) *CamelArtifactDependencyApplyConfiguration
WithGroupID sets the GroupID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupID field is set to the value of the last call.
func (*CamelArtifactDependencyApplyConfiguration) WithType ¶ added in v2.3.0
func (b *CamelArtifactDependencyApplyConfiguration) WithType(value string) *CamelArtifactDependencyApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
func (*CamelArtifactDependencyApplyConfiguration) WithVersion ¶
func (b *CamelArtifactDependencyApplyConfiguration) WithVersion(value string) *CamelArtifactDependencyApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type CamelArtifactExclusionApplyConfiguration ¶
type CamelArtifactExclusionApplyConfiguration struct { GroupID *string `json:"groupId,omitempty"` ArtifactID *string `json:"artifactId,omitempty"` }
CamelArtifactExclusionApplyConfiguration represents an declarative configuration of the CamelArtifactExclusion type for use with apply.
func CamelArtifactExclusion ¶
func CamelArtifactExclusion() *CamelArtifactExclusionApplyConfiguration
CamelArtifactExclusionApplyConfiguration constructs an declarative configuration of the CamelArtifactExclusion type for use with apply.
func (*CamelArtifactExclusionApplyConfiguration) WithArtifactID ¶
func (b *CamelArtifactExclusionApplyConfiguration) WithArtifactID(value string) *CamelArtifactExclusionApplyConfiguration
WithArtifactID sets the ArtifactID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ArtifactID field is set to the value of the last call.
func (*CamelArtifactExclusionApplyConfiguration) WithGroupID ¶
func (b *CamelArtifactExclusionApplyConfiguration) WithGroupID(value string) *CamelArtifactExclusionApplyConfiguration
WithGroupID sets the GroupID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupID field is set to the value of the last call.
type CamelCatalogApplyConfiguration ¶
type CamelCatalogApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Status *CamelCatalogStatusApplyConfiguration `json:"status,omitempty"` Spec *CamelCatalogSpecApplyConfiguration `json:"spec,omitempty"` }
CamelCatalogApplyConfiguration represents an declarative configuration of the CamelCatalog type for use with apply.
func CamelCatalog ¶
func CamelCatalog(name, namespace string) *CamelCatalogApplyConfiguration
CamelCatalog constructs an declarative configuration of the CamelCatalog type for use with apply.
func (*CamelCatalogApplyConfiguration) WithAPIVersion ¶
func (b *CamelCatalogApplyConfiguration) WithAPIVersion(value string) *CamelCatalogApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithAnnotations ¶
func (b *CamelCatalogApplyConfiguration) WithAnnotations(entries map[string]string) *CamelCatalogApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*CamelCatalogApplyConfiguration) WithCreationTimestamp ¶
func (b *CamelCatalogApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CamelCatalogApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *CamelCatalogApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CamelCatalogApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithDeletionTimestamp ¶
func (b *CamelCatalogApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CamelCatalogApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithFinalizers ¶
func (b *CamelCatalogApplyConfiguration) WithFinalizers(values ...string) *CamelCatalogApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*CamelCatalogApplyConfiguration) WithGenerateName ¶
func (b *CamelCatalogApplyConfiguration) WithGenerateName(value string) *CamelCatalogApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithGeneration ¶
func (b *CamelCatalogApplyConfiguration) WithGeneration(value int64) *CamelCatalogApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithKind ¶
func (b *CamelCatalogApplyConfiguration) WithKind(value string) *CamelCatalogApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithLabels ¶
func (b *CamelCatalogApplyConfiguration) WithLabels(entries map[string]string) *CamelCatalogApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*CamelCatalogApplyConfiguration) WithName ¶
func (b *CamelCatalogApplyConfiguration) WithName(value string) *CamelCatalogApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithNamespace ¶
func (b *CamelCatalogApplyConfiguration) WithNamespace(value string) *CamelCatalogApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithOwnerReferences ¶
func (b *CamelCatalogApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CamelCatalogApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*CamelCatalogApplyConfiguration) WithResourceVersion ¶
func (b *CamelCatalogApplyConfiguration) WithResourceVersion(value string) *CamelCatalogApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithSpec ¶
func (b *CamelCatalogApplyConfiguration) WithSpec(value *CamelCatalogSpecApplyConfiguration) *CamelCatalogApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithStatus ¶
func (b *CamelCatalogApplyConfiguration) WithStatus(value *CamelCatalogStatusApplyConfiguration) *CamelCatalogApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*CamelCatalogApplyConfiguration) WithUID ¶
func (b *CamelCatalogApplyConfiguration) WithUID(value types.UID) *CamelCatalogApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type CamelCatalogConditionApplyConfiguration ¶
type CamelCatalogConditionApplyConfiguration struct { Type *v1.CamelCatalogConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` }
CamelCatalogConditionApplyConfiguration represents an declarative configuration of the CamelCatalogCondition type for use with apply.
func CamelCatalogCondition ¶
func CamelCatalogCondition() *CamelCatalogConditionApplyConfiguration
CamelCatalogConditionApplyConfiguration constructs an declarative configuration of the CamelCatalogCondition type for use with apply.
func (*CamelCatalogConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *CamelCatalogConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *CamelCatalogConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*CamelCatalogConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *CamelCatalogConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *CamelCatalogConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*CamelCatalogConditionApplyConfiguration) WithMessage ¶
func (b *CamelCatalogConditionApplyConfiguration) WithMessage(value string) *CamelCatalogConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*CamelCatalogConditionApplyConfiguration) WithReason ¶
func (b *CamelCatalogConditionApplyConfiguration) WithReason(value string) *CamelCatalogConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*CamelCatalogConditionApplyConfiguration) WithStatus ¶
func (b *CamelCatalogConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *CamelCatalogConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*CamelCatalogConditionApplyConfiguration) WithType ¶
func (b *CamelCatalogConditionApplyConfiguration) WithType(value v1.CamelCatalogConditionType) *CamelCatalogConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type CamelCatalogSpecApplyConfiguration ¶
type CamelCatalogSpecApplyConfiguration struct { Runtime *RuntimeSpecApplyConfiguration `json:"runtime,omitempty"` Artifacts map[string]CamelArtifactApplyConfiguration `json:"artifacts,omitempty"` Loaders map[string]CamelLoaderApplyConfiguration `json:"loaders,omitempty"` }
CamelCatalogSpecApplyConfiguration represents an declarative configuration of the CamelCatalogSpec type for use with apply.
func CamelCatalogSpec ¶
func CamelCatalogSpec() *CamelCatalogSpecApplyConfiguration
CamelCatalogSpecApplyConfiguration constructs an declarative configuration of the CamelCatalogSpec type for use with apply.
func (*CamelCatalogSpecApplyConfiguration) WithArtifacts ¶
func (b *CamelCatalogSpecApplyConfiguration) WithArtifacts(entries map[string]CamelArtifactApplyConfiguration) *CamelCatalogSpecApplyConfiguration
WithArtifacts puts the entries into the Artifacts field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Artifacts field, overwriting an existing map entries in Artifacts field with the same key.
func (*CamelCatalogSpecApplyConfiguration) WithLoaders ¶
func (b *CamelCatalogSpecApplyConfiguration) WithLoaders(entries map[string]CamelLoaderApplyConfiguration) *CamelCatalogSpecApplyConfiguration
WithLoaders puts the entries into the Loaders field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Loaders field, overwriting an existing map entries in Loaders field with the same key.
func (*CamelCatalogSpecApplyConfiguration) WithRuntime ¶
func (b *CamelCatalogSpecApplyConfiguration) WithRuntime(value *RuntimeSpecApplyConfiguration) *CamelCatalogSpecApplyConfiguration
WithRuntime sets the Runtime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Runtime field is set to the value of the last call.
type CamelCatalogStatusApplyConfiguration ¶
type CamelCatalogStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *v1.CamelCatalogPhase `json:"phase,omitempty"` Conditions []CamelCatalogConditionApplyConfiguration `json:"conditions,omitempty"` Image *string `json:"image,omitempty"` }
CamelCatalogStatusApplyConfiguration represents an declarative configuration of the CamelCatalogStatus type for use with apply.
func CamelCatalogStatus ¶
func CamelCatalogStatus() *CamelCatalogStatusApplyConfiguration
CamelCatalogStatusApplyConfiguration constructs an declarative configuration of the CamelCatalogStatus type for use with apply.
func (*CamelCatalogStatusApplyConfiguration) WithConditions ¶
func (b *CamelCatalogStatusApplyConfiguration) WithConditions(values ...*CamelCatalogConditionApplyConfiguration) *CamelCatalogStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*CamelCatalogStatusApplyConfiguration) WithImage ¶
func (b *CamelCatalogStatusApplyConfiguration) WithImage(value string) *CamelCatalogStatusApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*CamelCatalogStatusApplyConfiguration) WithObservedGeneration ¶
func (b *CamelCatalogStatusApplyConfiguration) WithObservedGeneration(value int64) *CamelCatalogStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*CamelCatalogStatusApplyConfiguration) WithPhase ¶
func (b *CamelCatalogStatusApplyConfiguration) WithPhase(value v1.CamelCatalogPhase) *CamelCatalogStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
type CamelLoaderApplyConfiguration ¶
type CamelLoaderApplyConfiguration struct { MavenArtifactApplyConfiguration `json:",inline"` Languages []string `json:"languages,omitempty"` Dependencies []MavenArtifactApplyConfiguration `json:"dependencies,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` }
CamelLoaderApplyConfiguration represents an declarative configuration of the CamelLoader type for use with apply.
func CamelLoader ¶
func CamelLoader() *CamelLoaderApplyConfiguration
CamelLoaderApplyConfiguration constructs an declarative configuration of the CamelLoader type for use with apply.
func (*CamelLoaderApplyConfiguration) WithArtifactID ¶
func (b *CamelLoaderApplyConfiguration) WithArtifactID(value string) *CamelLoaderApplyConfiguration
WithArtifactID sets the ArtifactID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ArtifactID field is set to the value of the last call.
func (*CamelLoaderApplyConfiguration) WithClassifier ¶ added in v2.3.0
func (b *CamelLoaderApplyConfiguration) WithClassifier(value string) *CamelLoaderApplyConfiguration
WithClassifier sets the Classifier field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Classifier field is set to the value of the last call.
func (*CamelLoaderApplyConfiguration) WithDependencies ¶
func (b *CamelLoaderApplyConfiguration) WithDependencies(values ...*MavenArtifactApplyConfiguration) *CamelLoaderApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*CamelLoaderApplyConfiguration) WithGroupID ¶
func (b *CamelLoaderApplyConfiguration) WithGroupID(value string) *CamelLoaderApplyConfiguration
WithGroupID sets the GroupID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupID field is set to the value of the last call.
func (*CamelLoaderApplyConfiguration) WithLanguages ¶
func (b *CamelLoaderApplyConfiguration) WithLanguages(values ...string) *CamelLoaderApplyConfiguration
WithLanguages adds the given value to the Languages field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Languages field.
func (*CamelLoaderApplyConfiguration) WithMetadata ¶
func (b *CamelLoaderApplyConfiguration) WithMetadata(entries map[string]string) *CamelLoaderApplyConfiguration
WithMetadata puts the entries into the Metadata field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Metadata field, overwriting an existing map entries in Metadata field with the same key.
func (*CamelLoaderApplyConfiguration) WithType ¶ added in v2.3.0
func (b *CamelLoaderApplyConfiguration) WithType(value string) *CamelLoaderApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
func (*CamelLoaderApplyConfiguration) WithVersion ¶
func (b *CamelLoaderApplyConfiguration) WithVersion(value string) *CamelLoaderApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type CamelPropertyApplyConfiguration ¶ added in v2.3.0
type CamelPropertyApplyConfiguration struct { Key *string `json:"key,omitempty"` Value *string `json:"value,omitempty"` }
CamelPropertyApplyConfiguration represents an declarative configuration of the CamelProperty type for use with apply.
func CamelProperty ¶ added in v2.3.0
func CamelProperty() *CamelPropertyApplyConfiguration
CamelPropertyApplyConfiguration constructs an declarative configuration of the CamelProperty type for use with apply.
func (*CamelPropertyApplyConfiguration) WithKey ¶ added in v2.3.0
func (b *CamelPropertyApplyConfiguration) WithKey(value string) *CamelPropertyApplyConfiguration
WithKey sets the Key field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Key field is set to the value of the last call.
func (*CamelPropertyApplyConfiguration) WithValue ¶ added in v2.3.0
func (b *CamelPropertyApplyConfiguration) WithValue(value string) *CamelPropertyApplyConfiguration
WithValue sets the Value field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Value field is set to the value of the last call.
type CamelSchemeApplyConfiguration ¶
type CamelSchemeApplyConfiguration struct { ID *string `json:"id,omitempty"` Passive *bool `json:"passive,omitempty"` HTTP *bool `json:"http,omitempty"` Consumer *CamelSchemeScopeApplyConfiguration `json:"consumer,omitempty"` Producer *CamelSchemeScopeApplyConfiguration `json:"producer,omitempty"` }
CamelSchemeApplyConfiguration represents an declarative configuration of the CamelScheme type for use with apply.
func CamelScheme ¶
func CamelScheme() *CamelSchemeApplyConfiguration
CamelSchemeApplyConfiguration constructs an declarative configuration of the CamelScheme type for use with apply.
func (*CamelSchemeApplyConfiguration) WithConsumer ¶
func (b *CamelSchemeApplyConfiguration) WithConsumer(value *CamelSchemeScopeApplyConfiguration) *CamelSchemeApplyConfiguration
WithConsumer sets the Consumer field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Consumer field is set to the value of the last call.
func (*CamelSchemeApplyConfiguration) WithHTTP ¶
func (b *CamelSchemeApplyConfiguration) WithHTTP(value bool) *CamelSchemeApplyConfiguration
WithHTTP sets the HTTP field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the HTTP field is set to the value of the last call.
func (*CamelSchemeApplyConfiguration) WithID ¶
func (b *CamelSchemeApplyConfiguration) WithID(value string) *CamelSchemeApplyConfiguration
WithID sets the ID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ID field is set to the value of the last call.
func (*CamelSchemeApplyConfiguration) WithPassive ¶
func (b *CamelSchemeApplyConfiguration) WithPassive(value bool) *CamelSchemeApplyConfiguration
WithPassive sets the Passive field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Passive field is set to the value of the last call.
func (*CamelSchemeApplyConfiguration) WithProducer ¶
func (b *CamelSchemeApplyConfiguration) WithProducer(value *CamelSchemeScopeApplyConfiguration) *CamelSchemeApplyConfiguration
WithProducer sets the Producer field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Producer field is set to the value of the last call.
type CamelSchemeScopeApplyConfiguration ¶
type CamelSchemeScopeApplyConfiguration struct {
Dependencies []CamelArtifactDependencyApplyConfiguration `json:"dependencies,omitempty"`
}
CamelSchemeScopeApplyConfiguration represents an declarative configuration of the CamelSchemeScope type for use with apply.
func CamelSchemeScope ¶
func CamelSchemeScope() *CamelSchemeScopeApplyConfiguration
CamelSchemeScopeApplyConfiguration constructs an declarative configuration of the CamelSchemeScope type for use with apply.
func (*CamelSchemeScopeApplyConfiguration) WithDependencies ¶
func (b *CamelSchemeScopeApplyConfiguration) WithDependencies(values ...*CamelArtifactDependencyApplyConfiguration) *CamelSchemeScopeApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
type CapabilityApplyConfiguration ¶
type CapabilityApplyConfiguration struct { Dependencies []MavenArtifactApplyConfiguration `json:"dependencies,omitempty"` RuntimeProperties []CamelPropertyApplyConfiguration `json:"runtimeProperties,omitempty"` BuildTimeProperties []CamelPropertyApplyConfiguration `json:"buildTimeProperties,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` }
CapabilityApplyConfiguration represents an declarative configuration of the Capability type for use with apply.
func Capability ¶
func Capability() *CapabilityApplyConfiguration
CapabilityApplyConfiguration constructs an declarative configuration of the Capability type for use with apply.
func (*CapabilityApplyConfiguration) WithBuildTimeProperties ¶ added in v2.3.0
func (b *CapabilityApplyConfiguration) WithBuildTimeProperties(values ...*CamelPropertyApplyConfiguration) *CapabilityApplyConfiguration
WithBuildTimeProperties adds the given value to the BuildTimeProperties field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the BuildTimeProperties field.
func (*CapabilityApplyConfiguration) WithDependencies ¶
func (b *CapabilityApplyConfiguration) WithDependencies(values ...*MavenArtifactApplyConfiguration) *CapabilityApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*CapabilityApplyConfiguration) WithMetadata ¶ added in v2.3.0
func (b *CapabilityApplyConfiguration) WithMetadata(entries map[string]string) *CapabilityApplyConfiguration
WithMetadata puts the entries into the Metadata field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Metadata field, overwriting an existing map entries in Metadata field with the same key.
func (*CapabilityApplyConfiguration) WithRuntimeProperties ¶ added in v2.3.0
func (b *CapabilityApplyConfiguration) WithRuntimeProperties(values ...*CamelPropertyApplyConfiguration) *CapabilityApplyConfiguration
WithRuntimeProperties adds the given value to the RuntimeProperties field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the RuntimeProperties field.
type CatalogApplyConfiguration ¶ added in v2.5.0
type CatalogApplyConfiguration struct { Version *string `json:"version,omitempty"` Provider *v1.RuntimeProvider `json:"provider,omitempty"` }
CatalogApplyConfiguration represents an declarative configuration of the Catalog type for use with apply.
func Catalog ¶ added in v2.5.0
func Catalog() *CatalogApplyConfiguration
CatalogApplyConfiguration constructs an declarative configuration of the Catalog type for use with apply.
func (*CatalogApplyConfiguration) WithProvider ¶ added in v2.5.0
func (b *CatalogApplyConfiguration) WithProvider(value v1.RuntimeProvider) *CatalogApplyConfiguration
WithProvider sets the Provider field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Provider field is set to the value of the last call.
func (*CatalogApplyConfiguration) WithVersion ¶ added in v2.5.0
func (b *CatalogApplyConfiguration) WithVersion(value string) *CatalogApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type ConfigurationSpecApplyConfiguration ¶
type ConfigurationSpecApplyConfiguration struct { Type *string `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
ConfigurationSpecApplyConfiguration represents an declarative configuration of the ConfigurationSpec type for use with apply.
func ConfigurationSpec ¶
func ConfigurationSpec() *ConfigurationSpecApplyConfiguration
ConfigurationSpecApplyConfiguration constructs an declarative configuration of the ConfigurationSpec type for use with apply.
func (*ConfigurationSpecApplyConfiguration) WithType ¶
func (b *ConfigurationSpecApplyConfiguration) WithType(value string) *ConfigurationSpecApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
func (*ConfigurationSpecApplyConfiguration) WithValue ¶
func (b *ConfigurationSpecApplyConfiguration) WithValue(value string) *ConfigurationSpecApplyConfiguration
WithValue sets the Value field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Value field is set to the value of the last call.
type DataSpecApplyConfiguration ¶
type DataSpecApplyConfiguration struct { Name *string `json:"name,omitempty"` Path *string `json:"path,omitempty"` Content *string `json:"content,omitempty"` RawContent []byte `json:"rawContent,omitempty"` ContentRef *string `json:"contentRef,omitempty"` ContentKey *string `json:"contentKey,omitempty"` ContentType *string `json:"contentType,omitempty"` Compression *bool `json:"compression,omitempty"` }
DataSpecApplyConfiguration represents an declarative configuration of the DataSpec type for use with apply.
func DataSpec ¶
func DataSpec() *DataSpecApplyConfiguration
DataSpecApplyConfiguration constructs an declarative configuration of the DataSpec type for use with apply.
func (*DataSpecApplyConfiguration) WithCompression ¶
func (b *DataSpecApplyConfiguration) WithCompression(value bool) *DataSpecApplyConfiguration
WithCompression sets the Compression field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Compression field is set to the value of the last call.
func (*DataSpecApplyConfiguration) WithContent ¶
func (b *DataSpecApplyConfiguration) WithContent(value string) *DataSpecApplyConfiguration
WithContent sets the Content field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Content field is set to the value of the last call.
func (*DataSpecApplyConfiguration) WithContentKey ¶
func (b *DataSpecApplyConfiguration) WithContentKey(value string) *DataSpecApplyConfiguration
WithContentKey sets the ContentKey field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContentKey field is set to the value of the last call.
func (*DataSpecApplyConfiguration) WithContentRef ¶
func (b *DataSpecApplyConfiguration) WithContentRef(value string) *DataSpecApplyConfiguration
WithContentRef sets the ContentRef field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContentRef field is set to the value of the last call.
func (*DataSpecApplyConfiguration) WithContentType ¶
func (b *DataSpecApplyConfiguration) WithContentType(value string) *DataSpecApplyConfiguration
WithContentType sets the ContentType field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContentType field is set to the value of the last call.
func (*DataSpecApplyConfiguration) WithName ¶
func (b *DataSpecApplyConfiguration) WithName(value string) *DataSpecApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*DataSpecApplyConfiguration) WithPath ¶
func (b *DataSpecApplyConfiguration) WithPath(value string) *DataSpecApplyConfiguration
WithPath sets the Path field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Path field is set to the value of the last call.
func (*DataSpecApplyConfiguration) WithRawContent ¶
func (b *DataSpecApplyConfiguration) WithRawContent(values ...byte) *DataSpecApplyConfiguration
WithRawContent adds the given value to the RawContent field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the RawContent field.
type DataTypeReferenceApplyConfiguration ¶
type DataTypeReferenceApplyConfiguration struct { Scheme *string `json:"scheme,omitempty"` Format *string `json:"format,omitempty"` }
DataTypeReferenceApplyConfiguration represents an declarative configuration of the DataTypeReference type for use with apply.
func DataTypeReference ¶
func DataTypeReference() *DataTypeReferenceApplyConfiguration
DataTypeReferenceApplyConfiguration constructs an declarative configuration of the DataTypeReference type for use with apply.
func (*DataTypeReferenceApplyConfiguration) WithFormat ¶
func (b *DataTypeReferenceApplyConfiguration) WithFormat(value string) *DataTypeReferenceApplyConfiguration
WithFormat sets the Format field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Format field is set to the value of the last call.
func (*DataTypeReferenceApplyConfiguration) WithScheme ¶
func (b *DataTypeReferenceApplyConfiguration) WithScheme(value string) *DataTypeReferenceApplyConfiguration
WithScheme sets the Scheme field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Scheme field is set to the value of the last call.
type DataTypeSpecApplyConfiguration ¶
type DataTypeSpecApplyConfiguration struct { Scheme *string `json:"scheme,omitempty"` Format *string `json:"format,omitempty"` Description *string `json:"description,omitempty"` MediaType *string `json:"mediaType,omitempty"` Dependencies []string `json:"dependencies,omitempty"` Headers map[string]HeaderSpecApplyConfiguration `json:"headers,omitempty"` Schema *JSONSchemaPropsApplyConfiguration `json:"schema,omitempty"` }
DataTypeSpecApplyConfiguration represents an declarative configuration of the DataTypeSpec type for use with apply.
func DataTypeSpec ¶
func DataTypeSpec() *DataTypeSpecApplyConfiguration
DataTypeSpecApplyConfiguration constructs an declarative configuration of the DataTypeSpec type for use with apply.
func (*DataTypeSpecApplyConfiguration) WithDependencies ¶
func (b *DataTypeSpecApplyConfiguration) WithDependencies(values ...string) *DataTypeSpecApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*DataTypeSpecApplyConfiguration) WithDescription ¶
func (b *DataTypeSpecApplyConfiguration) WithDescription(value string) *DataTypeSpecApplyConfiguration
WithDescription sets the Description field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Description field is set to the value of the last call.
func (*DataTypeSpecApplyConfiguration) WithFormat ¶
func (b *DataTypeSpecApplyConfiguration) WithFormat(value string) *DataTypeSpecApplyConfiguration
WithFormat sets the Format field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Format field is set to the value of the last call.
func (*DataTypeSpecApplyConfiguration) WithHeaders ¶
func (b *DataTypeSpecApplyConfiguration) WithHeaders(entries map[string]HeaderSpecApplyConfiguration) *DataTypeSpecApplyConfiguration
WithHeaders puts the entries into the Headers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Headers field, overwriting an existing map entries in Headers field with the same key.
func (*DataTypeSpecApplyConfiguration) WithMediaType ¶
func (b *DataTypeSpecApplyConfiguration) WithMediaType(value string) *DataTypeSpecApplyConfiguration
WithMediaType sets the MediaType field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MediaType field is set to the value of the last call.
func (*DataTypeSpecApplyConfiguration) WithSchema ¶
func (b *DataTypeSpecApplyConfiguration) WithSchema(value *JSONSchemaPropsApplyConfiguration) *DataTypeSpecApplyConfiguration
WithSchema sets the Schema field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Schema field is set to the value of the last call.
func (*DataTypeSpecApplyConfiguration) WithScheme ¶
func (b *DataTypeSpecApplyConfiguration) WithScheme(value string) *DataTypeSpecApplyConfiguration
WithScheme sets the Scheme field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Scheme field is set to the value of the last call.
type DataTypesSpecApplyConfiguration ¶
type DataTypesSpecApplyConfiguration struct { Default *string `json:"default,omitempty"` Types map[string]DataTypeSpecApplyConfiguration `json:"types,omitempty"` Headers map[string]HeaderSpecApplyConfiguration `json:"headers,omitempty"` }
DataTypesSpecApplyConfiguration represents an declarative configuration of the DataTypesSpec type for use with apply.
func DataTypesSpec ¶
func DataTypesSpec() *DataTypesSpecApplyConfiguration
DataTypesSpecApplyConfiguration constructs an declarative configuration of the DataTypesSpec type for use with apply.
func (*DataTypesSpecApplyConfiguration) WithDefault ¶
func (b *DataTypesSpecApplyConfiguration) WithDefault(value string) *DataTypesSpecApplyConfiguration
WithDefault sets the Default field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Default field is set to the value of the last call.
func (*DataTypesSpecApplyConfiguration) WithHeaders ¶
func (b *DataTypesSpecApplyConfiguration) WithHeaders(entries map[string]HeaderSpecApplyConfiguration) *DataTypesSpecApplyConfiguration
WithHeaders puts the entries into the Headers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Headers field, overwriting an existing map entries in Headers field with the same key.
func (*DataTypesSpecApplyConfiguration) WithTypes ¶
func (b *DataTypesSpecApplyConfiguration) WithTypes(entries map[string]DataTypeSpecApplyConfiguration) *DataTypesSpecApplyConfiguration
WithTypes puts the entries into the Types field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Types field, overwriting an existing map entries in Types field with the same key.
type EndpointApplyConfiguration ¶
type EndpointApplyConfiguration struct { Ref *v1.ObjectReference `json:"ref,omitempty"` URI *string `json:"uri,omitempty"` Properties *EndpointPropertiesApplyConfiguration `json:"properties,omitempty"` DataTypes map[apiscamelv1.TypeSlot]DataTypeReferenceApplyConfiguration `json:"dataTypes,omitempty"` }
EndpointApplyConfiguration represents an declarative configuration of the Endpoint type for use with apply.
func Endpoint ¶
func Endpoint() *EndpointApplyConfiguration
EndpointApplyConfiguration constructs an declarative configuration of the Endpoint type for use with apply.
func (*EndpointApplyConfiguration) WithDataTypes ¶
func (b *EndpointApplyConfiguration) WithDataTypes(entries map[apiscamelv1.TypeSlot]DataTypeReferenceApplyConfiguration) *EndpointApplyConfiguration
WithDataTypes puts the entries into the DataTypes field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the DataTypes field, overwriting an existing map entries in DataTypes field with the same key.
func (*EndpointApplyConfiguration) WithProperties ¶
func (b *EndpointApplyConfiguration) WithProperties(value *EndpointPropertiesApplyConfiguration) *EndpointApplyConfiguration
WithProperties sets the Properties field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Properties field is set to the value of the last call.
func (*EndpointApplyConfiguration) WithRef ¶
func (b *EndpointApplyConfiguration) WithRef(value v1.ObjectReference) *EndpointApplyConfiguration
WithRef sets the Ref field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Ref field is set to the value of the last call.
func (*EndpointApplyConfiguration) WithURI ¶
func (b *EndpointApplyConfiguration) WithURI(value string) *EndpointApplyConfiguration
WithURI sets the URI field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the URI field is set to the value of the last call.
type EndpointPropertiesApplyConfiguration ¶
type EndpointPropertiesApplyConfiguration struct {
v1.RawMessage `json:",inline"`
}
EndpointPropertiesApplyConfiguration represents an declarative configuration of the EndpointProperties type for use with apply.
func EndpointProperties ¶
func EndpointProperties() *EndpointPropertiesApplyConfiguration
EndpointPropertiesApplyConfiguration constructs an declarative configuration of the EndpointProperties type for use with apply.
type ErrorHandlerSpecApplyConfiguration ¶
type ErrorHandlerSpecApplyConfiguration struct {
v1.RawMessage `json:",omitempty,inline"`
}
ErrorHandlerSpecApplyConfiguration represents an declarative configuration of the ErrorHandlerSpec type for use with apply.
func ErrorHandlerSpec ¶
func ErrorHandlerSpec() *ErrorHandlerSpecApplyConfiguration
ErrorHandlerSpecApplyConfiguration constructs an declarative configuration of the ErrorHandlerSpec type for use with apply.
type EventTypeSpecApplyConfiguration ¶
type EventTypeSpecApplyConfiguration struct { MediaType *string `json:"mediaType,omitempty"` Schema *JSONSchemaPropsApplyConfiguration `json:"schema,omitempty"` }
EventTypeSpecApplyConfiguration represents an declarative configuration of the EventTypeSpec type for use with apply.
func EventTypeSpec ¶
func EventTypeSpec() *EventTypeSpecApplyConfiguration
EventTypeSpecApplyConfiguration constructs an declarative configuration of the EventTypeSpec type for use with apply.
func (*EventTypeSpecApplyConfiguration) WithMediaType ¶
func (b *EventTypeSpecApplyConfiguration) WithMediaType(value string) *EventTypeSpecApplyConfiguration
WithMediaType sets the MediaType field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MediaType field is set to the value of the last call.
func (*EventTypeSpecApplyConfiguration) WithSchema ¶
func (b *EventTypeSpecApplyConfiguration) WithSchema(value *JSONSchemaPropsApplyConfiguration) *EventTypeSpecApplyConfiguration
WithSchema sets the Schema field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Schema field is set to the value of the last call.
type ExternalDocumentationApplyConfiguration ¶
type ExternalDocumentationApplyConfiguration struct { Description *string `json:"description,omitempty"` URL *string `json:"url,omitempty"` }
ExternalDocumentationApplyConfiguration represents an declarative configuration of the ExternalDocumentation type for use with apply.
func ExternalDocumentation ¶
func ExternalDocumentation() *ExternalDocumentationApplyConfiguration
ExternalDocumentationApplyConfiguration constructs an declarative configuration of the ExternalDocumentation type for use with apply.
func (*ExternalDocumentationApplyConfiguration) WithDescription ¶
func (b *ExternalDocumentationApplyConfiguration) WithDescription(value string) *ExternalDocumentationApplyConfiguration
WithDescription sets the Description field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Description field is set to the value of the last call.
func (*ExternalDocumentationApplyConfiguration) WithURL ¶
func (b *ExternalDocumentationApplyConfiguration) WithURL(value string) *ExternalDocumentationApplyConfiguration
WithURL sets the URL field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the URL field is set to the value of the last call.
type FailureApplyConfiguration ¶
type FailureApplyConfiguration struct { Reason *string `json:"reason,omitempty"` Time *v1.Time `json:"time,omitempty"` Recovery *FailureRecoveryApplyConfiguration `json:"recovery,omitempty"` }
FailureApplyConfiguration represents an declarative configuration of the Failure type for use with apply.
func Failure ¶
func Failure() *FailureApplyConfiguration
FailureApplyConfiguration constructs an declarative configuration of the Failure type for use with apply.
func (*FailureApplyConfiguration) WithReason ¶
func (b *FailureApplyConfiguration) WithReason(value string) *FailureApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*FailureApplyConfiguration) WithRecovery ¶
func (b *FailureApplyConfiguration) WithRecovery(value *FailureRecoveryApplyConfiguration) *FailureApplyConfiguration
WithRecovery sets the Recovery field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Recovery field is set to the value of the last call.
func (*FailureApplyConfiguration) WithTime ¶
func (b *FailureApplyConfiguration) WithTime(value v1.Time) *FailureApplyConfiguration
WithTime sets the Time field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Time field is set to the value of the last call.
type FailureRecoveryApplyConfiguration ¶
type FailureRecoveryApplyConfiguration struct { Attempt *int `json:"attempt,omitempty"` AttemptMax *int `json:"attemptMax,omitempty"` AttemptTime *v1.Time `json:"attemptTime,omitempty"` }
FailureRecoveryApplyConfiguration represents an declarative configuration of the FailureRecovery type for use with apply.
func FailureRecovery ¶
func FailureRecovery() *FailureRecoveryApplyConfiguration
FailureRecoveryApplyConfiguration constructs an declarative configuration of the FailureRecovery type for use with apply.
func (*FailureRecoveryApplyConfiguration) WithAttempt ¶
func (b *FailureRecoveryApplyConfiguration) WithAttempt(value int) *FailureRecoveryApplyConfiguration
WithAttempt sets the Attempt field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Attempt field is set to the value of the last call.
func (*FailureRecoveryApplyConfiguration) WithAttemptMax ¶
func (b *FailureRecoveryApplyConfiguration) WithAttemptMax(value int) *FailureRecoveryApplyConfiguration
WithAttemptMax sets the AttemptMax field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the AttemptMax field is set to the value of the last call.
func (*FailureRecoveryApplyConfiguration) WithAttemptTime ¶
func (b *FailureRecoveryApplyConfiguration) WithAttemptTime(value v1.Time) *FailureRecoveryApplyConfiguration
WithAttemptTime sets the AttemptTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the AttemptTime field is set to the value of the last call.
type FlowApplyConfiguration ¶
type FlowApplyConfiguration struct {
v1.RawMessage `json:",inline"`
}
FlowApplyConfiguration represents an declarative configuration of the Flow type for use with apply.
func Flow ¶
func Flow() *FlowApplyConfiguration
FlowApplyConfiguration constructs an declarative configuration of the Flow type for use with apply.
type HeaderSpecApplyConfiguration ¶
type HeaderSpecApplyConfiguration struct { Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` Required *bool `json:"required,omitempty"` Default *string `json:"default,omitempty"` }
HeaderSpecApplyConfiguration represents an declarative configuration of the HeaderSpec type for use with apply.
func HeaderSpec ¶
func HeaderSpec() *HeaderSpecApplyConfiguration
HeaderSpecApplyConfiguration constructs an declarative configuration of the HeaderSpec type for use with apply.
func (*HeaderSpecApplyConfiguration) WithDefault ¶
func (b *HeaderSpecApplyConfiguration) WithDefault(value string) *HeaderSpecApplyConfiguration
WithDefault sets the Default field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Default field is set to the value of the last call.
func (*HeaderSpecApplyConfiguration) WithDescription ¶
func (b *HeaderSpecApplyConfiguration) WithDescription(value string) *HeaderSpecApplyConfiguration
WithDescription sets the Description field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Description field is set to the value of the last call.
func (*HeaderSpecApplyConfiguration) WithRequired ¶
func (b *HeaderSpecApplyConfiguration) WithRequired(value bool) *HeaderSpecApplyConfiguration
WithRequired sets the Required field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Required field is set to the value of the last call.
func (*HeaderSpecApplyConfiguration) WithTitle ¶
func (b *HeaderSpecApplyConfiguration) WithTitle(value string) *HeaderSpecApplyConfiguration
WithTitle sets the Title field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Title field is set to the value of the last call.
func (*HeaderSpecApplyConfiguration) WithType ¶
func (b *HeaderSpecApplyConfiguration) WithType(value string) *HeaderSpecApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type HealthCheckResponseApplyConfiguration ¶
type HealthCheckResponseApplyConfiguration struct { Name *string `json:"name,omitempty"` Status *v1.HealthCheckStatus `json:"status,omitempty"` Data *v1.RawMessage `json:"data,omitempty"` }
HealthCheckResponseApplyConfiguration represents an declarative configuration of the HealthCheckResponse type for use with apply.
func HealthCheckResponse ¶
func HealthCheckResponse() *HealthCheckResponseApplyConfiguration
HealthCheckResponseApplyConfiguration constructs an declarative configuration of the HealthCheckResponse type for use with apply.
func (*HealthCheckResponseApplyConfiguration) WithData ¶
func (b *HealthCheckResponseApplyConfiguration) WithData(value v1.RawMessage) *HealthCheckResponseApplyConfiguration
WithData sets the Data field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Data field is set to the value of the last call.
func (*HealthCheckResponseApplyConfiguration) WithName ¶
func (b *HealthCheckResponseApplyConfiguration) WithName(value string) *HealthCheckResponseApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*HealthCheckResponseApplyConfiguration) WithStatus ¶
func (b *HealthCheckResponseApplyConfiguration) WithStatus(value v1.HealthCheckStatus) *HealthCheckResponseApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
type IntegrationApplyConfiguration ¶
type IntegrationApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *IntegrationSpecApplyConfiguration `json:"spec,omitempty"` Status *IntegrationStatusApplyConfiguration `json:"status,omitempty"` }
IntegrationApplyConfiguration represents an declarative configuration of the Integration type for use with apply.
func Integration ¶
func Integration(name, namespace string) *IntegrationApplyConfiguration
Integration constructs an declarative configuration of the Integration type for use with apply.
func (*IntegrationApplyConfiguration) WithAPIVersion ¶
func (b *IntegrationApplyConfiguration) WithAPIVersion(value string) *IntegrationApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithAnnotations ¶
func (b *IntegrationApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*IntegrationApplyConfiguration) WithCreationTimestamp ¶
func (b *IntegrationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *IntegrationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithDeletionTimestamp ¶
func (b *IntegrationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithFinalizers ¶
func (b *IntegrationApplyConfiguration) WithFinalizers(values ...string) *IntegrationApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*IntegrationApplyConfiguration) WithGenerateName ¶
func (b *IntegrationApplyConfiguration) WithGenerateName(value string) *IntegrationApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithGeneration ¶
func (b *IntegrationApplyConfiguration) WithGeneration(value int64) *IntegrationApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithKind ¶
func (b *IntegrationApplyConfiguration) WithKind(value string) *IntegrationApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithLabels ¶
func (b *IntegrationApplyConfiguration) WithLabels(entries map[string]string) *IntegrationApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*IntegrationApplyConfiguration) WithName ¶
func (b *IntegrationApplyConfiguration) WithName(value string) *IntegrationApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithNamespace ¶
func (b *IntegrationApplyConfiguration) WithNamespace(value string) *IntegrationApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithOwnerReferences ¶
func (b *IntegrationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*IntegrationApplyConfiguration) WithResourceVersion ¶
func (b *IntegrationApplyConfiguration) WithResourceVersion(value string) *IntegrationApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithSpec ¶
func (b *IntegrationApplyConfiguration) WithSpec(value *IntegrationSpecApplyConfiguration) *IntegrationApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithStatus ¶
func (b *IntegrationApplyConfiguration) WithStatus(value *IntegrationStatusApplyConfiguration) *IntegrationApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationApplyConfiguration) WithUID ¶
func (b *IntegrationApplyConfiguration) WithUID(value types.UID) *IntegrationApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type IntegrationConditionApplyConfiguration ¶
type IntegrationConditionApplyConfiguration struct { Type *v1.IntegrationConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` FirstTruthyTime *metav1.Time `json:"firstTruthyTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` Pods []PodConditionApplyConfiguration `json:"pods,omitempty"` }
IntegrationConditionApplyConfiguration represents an declarative configuration of the IntegrationCondition type for use with apply.
func IntegrationCondition ¶
func IntegrationCondition() *IntegrationConditionApplyConfiguration
IntegrationConditionApplyConfiguration constructs an declarative configuration of the IntegrationCondition type for use with apply.
func (*IntegrationConditionApplyConfiguration) WithFirstTruthyTime ¶
func (b *IntegrationConditionApplyConfiguration) WithFirstTruthyTime(value metav1.Time) *IntegrationConditionApplyConfiguration
WithFirstTruthyTime sets the FirstTruthyTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the FirstTruthyTime field is set to the value of the last call.
func (*IntegrationConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *IntegrationConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*IntegrationConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *IntegrationConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*IntegrationConditionApplyConfiguration) WithMessage ¶
func (b *IntegrationConditionApplyConfiguration) WithMessage(value string) *IntegrationConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*IntegrationConditionApplyConfiguration) WithPods ¶
func (b *IntegrationConditionApplyConfiguration) WithPods(values ...*PodConditionApplyConfiguration) *IntegrationConditionApplyConfiguration
WithPods adds the given value to the Pods field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Pods field.
func (*IntegrationConditionApplyConfiguration) WithReason ¶
func (b *IntegrationConditionApplyConfiguration) WithReason(value string) *IntegrationConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*IntegrationConditionApplyConfiguration) WithStatus ¶
func (b *IntegrationConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationConditionApplyConfiguration) WithType ¶
func (b *IntegrationConditionApplyConfiguration) WithType(value v1.IntegrationConditionType) *IntegrationConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type IntegrationKitApplyConfiguration ¶
type IntegrationKitApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *IntegrationKitSpecApplyConfiguration `json:"spec,omitempty"` Status *IntegrationKitStatusApplyConfiguration `json:"status,omitempty"` }
IntegrationKitApplyConfiguration represents an declarative configuration of the IntegrationKit type for use with apply.
func IntegrationKit ¶
func IntegrationKit(name, namespace string) *IntegrationKitApplyConfiguration
IntegrationKit constructs an declarative configuration of the IntegrationKit type for use with apply.
func (*IntegrationKitApplyConfiguration) WithAPIVersion ¶
func (b *IntegrationKitApplyConfiguration) WithAPIVersion(value string) *IntegrationKitApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithAnnotations ¶
func (b *IntegrationKitApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationKitApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*IntegrationKitApplyConfiguration) WithCreationTimestamp ¶
func (b *IntegrationKitApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationKitApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *IntegrationKitApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationKitApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithDeletionTimestamp ¶
func (b *IntegrationKitApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationKitApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithFinalizers ¶
func (b *IntegrationKitApplyConfiguration) WithFinalizers(values ...string) *IntegrationKitApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*IntegrationKitApplyConfiguration) WithGenerateName ¶
func (b *IntegrationKitApplyConfiguration) WithGenerateName(value string) *IntegrationKitApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithGeneration ¶
func (b *IntegrationKitApplyConfiguration) WithGeneration(value int64) *IntegrationKitApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithKind ¶
func (b *IntegrationKitApplyConfiguration) WithKind(value string) *IntegrationKitApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithLabels ¶
func (b *IntegrationKitApplyConfiguration) WithLabels(entries map[string]string) *IntegrationKitApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*IntegrationKitApplyConfiguration) WithName ¶
func (b *IntegrationKitApplyConfiguration) WithName(value string) *IntegrationKitApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithNamespace ¶
func (b *IntegrationKitApplyConfiguration) WithNamespace(value string) *IntegrationKitApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithOwnerReferences ¶
func (b *IntegrationKitApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationKitApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*IntegrationKitApplyConfiguration) WithResourceVersion ¶
func (b *IntegrationKitApplyConfiguration) WithResourceVersion(value string) *IntegrationKitApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithSpec ¶
func (b *IntegrationKitApplyConfiguration) WithSpec(value *IntegrationKitSpecApplyConfiguration) *IntegrationKitApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithStatus ¶
func (b *IntegrationKitApplyConfiguration) WithStatus(value *IntegrationKitStatusApplyConfiguration) *IntegrationKitApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationKitApplyConfiguration) WithUID ¶
func (b *IntegrationKitApplyConfiguration) WithUID(value types.UID) *IntegrationKitApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type IntegrationKitConditionApplyConfiguration ¶
type IntegrationKitConditionApplyConfiguration struct { Type *v1.IntegrationKitConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` }
IntegrationKitConditionApplyConfiguration represents an declarative configuration of the IntegrationKitCondition type for use with apply.
func IntegrationKitCondition ¶
func IntegrationKitCondition() *IntegrationKitConditionApplyConfiguration
IntegrationKitConditionApplyConfiguration constructs an declarative configuration of the IntegrationKitCondition type for use with apply.
func (*IntegrationKitConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *IntegrationKitConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationKitConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*IntegrationKitConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *IntegrationKitConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationKitConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*IntegrationKitConditionApplyConfiguration) WithMessage ¶
func (b *IntegrationKitConditionApplyConfiguration) WithMessage(value string) *IntegrationKitConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*IntegrationKitConditionApplyConfiguration) WithReason ¶
func (b *IntegrationKitConditionApplyConfiguration) WithReason(value string) *IntegrationKitConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*IntegrationKitConditionApplyConfiguration) WithStatus ¶
func (b *IntegrationKitConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationKitConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationKitConditionApplyConfiguration) WithType ¶
func (b *IntegrationKitConditionApplyConfiguration) WithType(value v1.IntegrationKitConditionType) *IntegrationKitConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type IntegrationKitSpecApplyConfiguration ¶
type IntegrationKitSpecApplyConfiguration struct { Image *string `json:"image,omitempty"` Dependencies []string `json:"dependencies,omitempty"` Profile *v1.TraitProfile `json:"profile,omitempty"` Traits *IntegrationKitTraitsApplyConfiguration `json:"traits,omitempty"` Configuration []ConfigurationSpecApplyConfiguration `json:"configuration,omitempty"` Repositories []string `json:"repositories,omitempty"` Sources []SourceSpecApplyConfiguration `json:"sources,omitempty"` Capabilities []string `json:"capabilities,omitempty"` }
IntegrationKitSpecApplyConfiguration represents an declarative configuration of the IntegrationKitSpec type for use with apply.
func IntegrationKitSpec ¶
func IntegrationKitSpec() *IntegrationKitSpecApplyConfiguration
IntegrationKitSpecApplyConfiguration constructs an declarative configuration of the IntegrationKitSpec type for use with apply.
func (*IntegrationKitSpecApplyConfiguration) WithCapabilities ¶ added in v2.3.0
func (b *IntegrationKitSpecApplyConfiguration) WithCapabilities(values ...string) *IntegrationKitSpecApplyConfiguration
WithCapabilities adds the given value to the Capabilities field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Capabilities field.
func (*IntegrationKitSpecApplyConfiguration) WithConfiguration ¶
func (b *IntegrationKitSpecApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationKitSpecApplyConfiguration
WithConfiguration adds the given value to the Configuration field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Configuration field.
func (*IntegrationKitSpecApplyConfiguration) WithDependencies ¶
func (b *IntegrationKitSpecApplyConfiguration) WithDependencies(values ...string) *IntegrationKitSpecApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*IntegrationKitSpecApplyConfiguration) WithImage ¶
func (b *IntegrationKitSpecApplyConfiguration) WithImage(value string) *IntegrationKitSpecApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*IntegrationKitSpecApplyConfiguration) WithProfile ¶
func (b *IntegrationKitSpecApplyConfiguration) WithProfile(value v1.TraitProfile) *IntegrationKitSpecApplyConfiguration
WithProfile sets the Profile field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Profile field is set to the value of the last call.
func (*IntegrationKitSpecApplyConfiguration) WithRepositories ¶
func (b *IntegrationKitSpecApplyConfiguration) WithRepositories(values ...string) *IntegrationKitSpecApplyConfiguration
WithRepositories adds the given value to the Repositories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Repositories field.
func (*IntegrationKitSpecApplyConfiguration) WithSources ¶
func (b *IntegrationKitSpecApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *IntegrationKitSpecApplyConfiguration
WithSources adds the given value to the Sources field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Sources field.
func (*IntegrationKitSpecApplyConfiguration) WithTraits ¶
func (b *IntegrationKitSpecApplyConfiguration) WithTraits(value *IntegrationKitTraitsApplyConfiguration) *IntegrationKitSpecApplyConfiguration
WithTraits sets the Traits field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Traits field is set to the value of the last call.
type IntegrationKitStatusApplyConfiguration ¶
type IntegrationKitStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *v1.IntegrationKitPhase `json:"phase,omitempty"` RootImage *string `json:"rootImage,omitempty"` BaseImage *string `json:"baseImage,omitempty"` Image *string `json:"image,omitempty"` Digest *string `json:"digest,omitempty"` Artifacts []ArtifactApplyConfiguration `json:"artifacts,omitempty"` Failure *FailureApplyConfiguration `json:"failure,omitempty"` RuntimeVersion *string `json:"runtimeVersion,omitempty"` RuntimeProvider *v1.RuntimeProvider `json:"runtimeProvider,omitempty"` Catalog *CatalogApplyConfiguration `json:"catalog,omitempty"` Platform *string `json:"platform,omitempty"` Version *string `json:"version,omitempty"` Conditions []IntegrationKitConditionApplyConfiguration `json:"conditions,omitempty"` }
IntegrationKitStatusApplyConfiguration represents an declarative configuration of the IntegrationKitStatus type for use with apply.
func IntegrationKitStatus ¶
func IntegrationKitStatus() *IntegrationKitStatusApplyConfiguration
IntegrationKitStatusApplyConfiguration constructs an declarative configuration of the IntegrationKitStatus type for use with apply.
func (*IntegrationKitStatusApplyConfiguration) WithArtifacts ¶
func (b *IntegrationKitStatusApplyConfiguration) WithArtifacts(values ...*ArtifactApplyConfiguration) *IntegrationKitStatusApplyConfiguration
WithArtifacts adds the given value to the Artifacts field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Artifacts field.
func (*IntegrationKitStatusApplyConfiguration) WithBaseImage ¶
func (b *IntegrationKitStatusApplyConfiguration) WithBaseImage(value string) *IntegrationKitStatusApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithCatalog ¶ added in v2.5.0
func (b *IntegrationKitStatusApplyConfiguration) WithCatalog(value *CatalogApplyConfiguration) *IntegrationKitStatusApplyConfiguration
WithCatalog sets the Catalog field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Catalog field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithConditions ¶
func (b *IntegrationKitStatusApplyConfiguration) WithConditions(values ...*IntegrationKitConditionApplyConfiguration) *IntegrationKitStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*IntegrationKitStatusApplyConfiguration) WithDigest ¶
func (b *IntegrationKitStatusApplyConfiguration) WithDigest(value string) *IntegrationKitStatusApplyConfiguration
WithDigest sets the Digest field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Digest field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithFailure ¶
func (b *IntegrationKitStatusApplyConfiguration) WithFailure(value *FailureApplyConfiguration) *IntegrationKitStatusApplyConfiguration
WithFailure sets the Failure field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Failure field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithImage ¶
func (b *IntegrationKitStatusApplyConfiguration) WithImage(value string) *IntegrationKitStatusApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithObservedGeneration ¶
func (b *IntegrationKitStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationKitStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithPhase ¶
func (b *IntegrationKitStatusApplyConfiguration) WithPhase(value v1.IntegrationKitPhase) *IntegrationKitStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithPlatform ¶
func (b *IntegrationKitStatusApplyConfiguration) WithPlatform(value string) *IntegrationKitStatusApplyConfiguration
WithPlatform sets the Platform field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Platform field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithRootImage ¶ added in v2.2.0
func (b *IntegrationKitStatusApplyConfiguration) WithRootImage(value string) *IntegrationKitStatusApplyConfiguration
WithRootImage sets the RootImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RootImage field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithRuntimeProvider ¶
func (b *IntegrationKitStatusApplyConfiguration) WithRuntimeProvider(value v1.RuntimeProvider) *IntegrationKitStatusApplyConfiguration
WithRuntimeProvider sets the RuntimeProvider field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeProvider field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithRuntimeVersion ¶
func (b *IntegrationKitStatusApplyConfiguration) WithRuntimeVersion(value string) *IntegrationKitStatusApplyConfiguration
WithRuntimeVersion sets the RuntimeVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeVersion field is set to the value of the last call.
func (*IntegrationKitStatusApplyConfiguration) WithVersion ¶
func (b *IntegrationKitStatusApplyConfiguration) WithVersion(value string) *IntegrationKitStatusApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type IntegrationKitTraitsApplyConfiguration ¶
type IntegrationKitTraitsApplyConfiguration struct { Builder *trait.BuilderTrait `json:"builder,omitempty"` Camel *trait.CamelTrait `json:"camel,omitempty"` Quarkus *trait.QuarkusTrait `json:"quarkus,omitempty"` Registry *trait.RegistryTrait `json:"registry,omitempty"` Addons map[string]AddonTraitApplyConfiguration `json:"addons,omitempty"` }
IntegrationKitTraitsApplyConfiguration represents an declarative configuration of the IntegrationKitTraits type for use with apply.
func IntegrationKitTraits ¶
func IntegrationKitTraits() *IntegrationKitTraitsApplyConfiguration
IntegrationKitTraitsApplyConfiguration constructs an declarative configuration of the IntegrationKitTraits type for use with apply.
func (*IntegrationKitTraitsApplyConfiguration) WithAddons ¶
func (b *IntegrationKitTraitsApplyConfiguration) WithAddons(entries map[string]AddonTraitApplyConfiguration) *IntegrationKitTraitsApplyConfiguration
WithAddons puts the entries into the Addons field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Addons field, overwriting an existing map entries in Addons field with the same key.
func (*IntegrationKitTraitsApplyConfiguration) WithBuilder ¶
func (b *IntegrationKitTraitsApplyConfiguration) WithBuilder(value trait.BuilderTrait) *IntegrationKitTraitsApplyConfiguration
WithBuilder sets the Builder field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Builder field is set to the value of the last call.
func (*IntegrationKitTraitsApplyConfiguration) WithCamel ¶
func (b *IntegrationKitTraitsApplyConfiguration) WithCamel(value trait.CamelTrait) *IntegrationKitTraitsApplyConfiguration
WithCamel sets the Camel field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Camel field is set to the value of the last call.
func (*IntegrationKitTraitsApplyConfiguration) WithQuarkus ¶
func (b *IntegrationKitTraitsApplyConfiguration) WithQuarkus(value trait.QuarkusTrait) *IntegrationKitTraitsApplyConfiguration
WithQuarkus sets the Quarkus field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Quarkus field is set to the value of the last call.
func (*IntegrationKitTraitsApplyConfiguration) WithRegistry ¶
func (b *IntegrationKitTraitsApplyConfiguration) WithRegistry(value trait.RegistryTrait) *IntegrationKitTraitsApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
type IntegrationPlatformApplyConfiguration ¶
type IntegrationPlatformApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *IntegrationPlatformSpecApplyConfiguration `json:"spec,omitempty"` Status *IntegrationPlatformStatusApplyConfiguration `json:"status,omitempty"` }
IntegrationPlatformApplyConfiguration represents an declarative configuration of the IntegrationPlatform type for use with apply.
func IntegrationPlatform ¶
func IntegrationPlatform(name, namespace string) *IntegrationPlatformApplyConfiguration
IntegrationPlatform constructs an declarative configuration of the IntegrationPlatform type for use with apply.
func (*IntegrationPlatformApplyConfiguration) WithAPIVersion ¶
func (b *IntegrationPlatformApplyConfiguration) WithAPIVersion(value string) *IntegrationPlatformApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithAnnotations ¶
func (b *IntegrationPlatformApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationPlatformApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*IntegrationPlatformApplyConfiguration) WithCreationTimestamp ¶
func (b *IntegrationPlatformApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationPlatformApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *IntegrationPlatformApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationPlatformApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithDeletionTimestamp ¶
func (b *IntegrationPlatformApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationPlatformApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithFinalizers ¶
func (b *IntegrationPlatformApplyConfiguration) WithFinalizers(values ...string) *IntegrationPlatformApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*IntegrationPlatformApplyConfiguration) WithGenerateName ¶
func (b *IntegrationPlatformApplyConfiguration) WithGenerateName(value string) *IntegrationPlatformApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithGeneration ¶
func (b *IntegrationPlatformApplyConfiguration) WithGeneration(value int64) *IntegrationPlatformApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithKind ¶
func (b *IntegrationPlatformApplyConfiguration) WithKind(value string) *IntegrationPlatformApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithLabels ¶
func (b *IntegrationPlatformApplyConfiguration) WithLabels(entries map[string]string) *IntegrationPlatformApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*IntegrationPlatformApplyConfiguration) WithName ¶
func (b *IntegrationPlatformApplyConfiguration) WithName(value string) *IntegrationPlatformApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithNamespace ¶
func (b *IntegrationPlatformApplyConfiguration) WithNamespace(value string) *IntegrationPlatformApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithOwnerReferences ¶
func (b *IntegrationPlatformApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationPlatformApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*IntegrationPlatformApplyConfiguration) WithResourceVersion ¶
func (b *IntegrationPlatformApplyConfiguration) WithResourceVersion(value string) *IntegrationPlatformApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithSpec ¶
func (b *IntegrationPlatformApplyConfiguration) WithSpec(value *IntegrationPlatformSpecApplyConfiguration) *IntegrationPlatformApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithStatus ¶
func (b *IntegrationPlatformApplyConfiguration) WithStatus(value *IntegrationPlatformStatusApplyConfiguration) *IntegrationPlatformApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationPlatformApplyConfiguration) WithUID ¶
func (b *IntegrationPlatformApplyConfiguration) WithUID(value types.UID) *IntegrationPlatformApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type IntegrationPlatformBuildSpecApplyConfiguration ¶
type IntegrationPlatformBuildSpecApplyConfiguration struct { BuildConfiguration *BuildConfigurationApplyConfiguration `json:"buildConfiguration,omitempty"` PublishStrategy *camelv1.IntegrationPlatformBuildPublishStrategy `json:"publishStrategy,omitempty"` RuntimeVersion *string `json:"runtimeVersion,omitempty"` RuntimeProvider *camelv1.RuntimeProvider `json:"runtimeProvider,omitempty"` RuntimeCoreVersion *string `json:"runtimeCoreVersion,omitempty"` BaseImage *string `json:"baseImage,omitempty"` Registry *RegistrySpecApplyConfiguration `json:"registry,omitempty"` BuildCatalogToolTimeout *metav1.Duration `json:"buildCatalogToolTimeout,omitempty"` Timeout *metav1.Duration `json:"timeout,omitempty"` Maven *MavenSpecApplyConfiguration `json:"maven,omitempty"` PublishStrategyOptions map[string]string `json:"PublishStrategyOptions,omitempty"` MaxRunningBuilds *int32 `json:"maxRunningBuilds,omitempty"` }
IntegrationPlatformBuildSpecApplyConfiguration represents an declarative configuration of the IntegrationPlatformBuildSpec type for use with apply.
func IntegrationPlatformBuildSpec ¶
func IntegrationPlatformBuildSpec() *IntegrationPlatformBuildSpecApplyConfiguration
IntegrationPlatformBuildSpecApplyConfiguration constructs an declarative configuration of the IntegrationPlatformBuildSpec type for use with apply.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithBaseImage ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithBaseImage(value string) *IntegrationPlatformBuildSpecApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithBuildCatalogToolTimeout ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithBuildCatalogToolTimeout(value metav1.Duration) *IntegrationPlatformBuildSpecApplyConfiguration
WithBuildCatalogToolTimeout sets the BuildCatalogToolTimeout field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BuildCatalogToolTimeout field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithBuildConfiguration ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithBuildConfiguration(value *BuildConfigurationApplyConfiguration) *IntegrationPlatformBuildSpecApplyConfiguration
WithBuildConfiguration sets the BuildConfiguration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BuildConfiguration field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithMaven ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithMaven(value *MavenSpecApplyConfiguration) *IntegrationPlatformBuildSpecApplyConfiguration
WithMaven sets the Maven field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Maven field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithMaxRunningBuilds ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithMaxRunningBuilds(value int32) *IntegrationPlatformBuildSpecApplyConfiguration
WithMaxRunningBuilds sets the MaxRunningBuilds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MaxRunningBuilds field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithPublishStrategy ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithPublishStrategy(value camelv1.IntegrationPlatformBuildPublishStrategy) *IntegrationPlatformBuildSpecApplyConfiguration
WithPublishStrategy sets the PublishStrategy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the PublishStrategy field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithPublishStrategyOptions ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithPublishStrategyOptions(entries map[string]string) *IntegrationPlatformBuildSpecApplyConfiguration
WithPublishStrategyOptions puts the entries into the PublishStrategyOptions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the PublishStrategyOptions field, overwriting an existing map entries in PublishStrategyOptions field with the same key.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithRegistry ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *IntegrationPlatformBuildSpecApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeCoreVersion ¶ added in v2.5.0
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeCoreVersion(value string) *IntegrationPlatformBuildSpecApplyConfiguration
WithRuntimeCoreVersion sets the RuntimeCoreVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeCoreVersion field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeProvider ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeProvider(value camelv1.RuntimeProvider) *IntegrationPlatformBuildSpecApplyConfiguration
WithRuntimeProvider sets the RuntimeProvider field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeProvider field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeVersion ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithRuntimeVersion(value string) *IntegrationPlatformBuildSpecApplyConfiguration
WithRuntimeVersion sets the RuntimeVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeVersion field is set to the value of the last call.
func (*IntegrationPlatformBuildSpecApplyConfiguration) WithTimeout ¶
func (b *IntegrationPlatformBuildSpecApplyConfiguration) WithTimeout(value metav1.Duration) *IntegrationPlatformBuildSpecApplyConfiguration
WithTimeout sets the Timeout field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Timeout field is set to the value of the last call.
type IntegrationPlatformConditionApplyConfiguration ¶
type IntegrationPlatformConditionApplyConfiguration struct { Type *v1.IntegrationPlatformConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` }
IntegrationPlatformConditionApplyConfiguration represents an declarative configuration of the IntegrationPlatformCondition type for use with apply.
func IntegrationPlatformCondition ¶
func IntegrationPlatformCondition() *IntegrationPlatformConditionApplyConfiguration
IntegrationPlatformConditionApplyConfiguration constructs an declarative configuration of the IntegrationPlatformCondition type for use with apply.
func (*IntegrationPlatformConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *IntegrationPlatformConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationPlatformConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*IntegrationPlatformConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *IntegrationPlatformConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationPlatformConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*IntegrationPlatformConditionApplyConfiguration) WithMessage ¶
func (b *IntegrationPlatformConditionApplyConfiguration) WithMessage(value string) *IntegrationPlatformConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*IntegrationPlatformConditionApplyConfiguration) WithReason ¶
func (b *IntegrationPlatformConditionApplyConfiguration) WithReason(value string) *IntegrationPlatformConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*IntegrationPlatformConditionApplyConfiguration) WithStatus ¶
func (b *IntegrationPlatformConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationPlatformConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationPlatformConditionApplyConfiguration) WithType ¶
func (b *IntegrationPlatformConditionApplyConfiguration) WithType(value v1.IntegrationPlatformConditionType) *IntegrationPlatformConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type IntegrationPlatformKameletSpecApplyConfiguration ¶
type IntegrationPlatformKameletSpecApplyConfiguration struct {
Repositories []KameletRepositorySpecApplyConfiguration `json:"repositories,omitempty"`
}
IntegrationPlatformKameletSpecApplyConfiguration represents an declarative configuration of the IntegrationPlatformKameletSpec type for use with apply.
func IntegrationPlatformKameletSpec ¶
func IntegrationPlatformKameletSpec() *IntegrationPlatformKameletSpecApplyConfiguration
IntegrationPlatformKameletSpecApplyConfiguration constructs an declarative configuration of the IntegrationPlatformKameletSpec type for use with apply.
func (*IntegrationPlatformKameletSpecApplyConfiguration) WithRepositories ¶
func (b *IntegrationPlatformKameletSpecApplyConfiguration) WithRepositories(values ...*KameletRepositorySpecApplyConfiguration) *IntegrationPlatformKameletSpecApplyConfiguration
WithRepositories adds the given value to the Repositories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Repositories field.
type IntegrationPlatformPipelineSpecApplyConfiguration ¶
type IntegrationPlatformPipelineSpecApplyConfiguration struct { BuildConfiguration *BuildConfigurationApplyConfiguration `json:"buildConfiguration,omitempty"` PublishStrategy *camelv1.IntegrationPlatformBuildPublishStrategy `json:"publishStrategy,omitempty"` RuntimeVersion *string `json:"runtimeVersion,omitempty"` RuntimeProvider *camelv1.RuntimeProvider `json:"runtimeProvider,omitempty"` BaseImage *string `json:"baseImage,omitempty"` Registry *RegistrySpecApplyConfiguration `json:"registry,omitempty"` BuildCatalogToolTimeout *metav1.Duration `json:"buildCatalogToolTimeout,omitempty"` Timeout *metav1.Duration `json:"timeout,omitempty"` Maven *MavenSpecApplyConfiguration `json:"maven,omitempty"` PublishStrategyOptions map[string]string `json:"PublishStrategyOptions,omitempty"` MaxRunningPipelines *int32 `json:"maxRunningPipelines,omitempty"` }
IntegrationPlatformPipelineSpecApplyConfiguration represents an declarative configuration of the IntegrationPlatformPipelineSpec type for use with apply.
func IntegrationPlatformPipelineSpec ¶
func IntegrationPlatformPipelineSpec() *IntegrationPlatformPipelineSpecApplyConfiguration
IntegrationPlatformPipelineSpecApplyConfiguration constructs an declarative configuration of the IntegrationPlatformPipelineSpec type for use with apply.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithBaseImage ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithBaseImage(value string) *IntegrationPlatformPipelineSpecApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithBuildCatalogToolTimeout ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithBuildCatalogToolTimeout(value metav1.Duration) *IntegrationPlatformPipelineSpecApplyConfiguration
WithBuildCatalogToolTimeout sets the BuildCatalogToolTimeout field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BuildCatalogToolTimeout field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithBuildConfiguration ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithBuildConfiguration(value *BuildConfigurationApplyConfiguration) *IntegrationPlatformPipelineSpecApplyConfiguration
WithBuildConfiguration sets the BuildConfiguration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BuildConfiguration field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithMaven ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithMaven(value *MavenSpecApplyConfiguration) *IntegrationPlatformPipelineSpecApplyConfiguration
WithMaven sets the Maven field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Maven field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithMaxRunningPipelines ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithMaxRunningPipelines(value int32) *IntegrationPlatformPipelineSpecApplyConfiguration
WithMaxRunningPipelines sets the MaxRunningPipelines field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MaxRunningPipelines field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithPublishStrategy ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithPublishStrategy(value camelv1.IntegrationPlatformBuildPublishStrategy) *IntegrationPlatformPipelineSpecApplyConfiguration
WithPublishStrategy sets the PublishStrategy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the PublishStrategy field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithPublishStrategyOptions ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithPublishStrategyOptions(entries map[string]string) *IntegrationPlatformPipelineSpecApplyConfiguration
WithPublishStrategyOptions puts the entries into the PublishStrategyOptions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the PublishStrategyOptions field, overwriting an existing map entries in PublishStrategyOptions field with the same key.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithRegistry ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *IntegrationPlatformPipelineSpecApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithRuntimeProvider ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithRuntimeProvider(value camelv1.RuntimeProvider) *IntegrationPlatformPipelineSpecApplyConfiguration
WithRuntimeProvider sets the RuntimeProvider field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeProvider field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithRuntimeVersion ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithRuntimeVersion(value string) *IntegrationPlatformPipelineSpecApplyConfiguration
WithRuntimeVersion sets the RuntimeVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeVersion field is set to the value of the last call.
func (*IntegrationPlatformPipelineSpecApplyConfiguration) WithTimeout ¶
func (b *IntegrationPlatformPipelineSpecApplyConfiguration) WithTimeout(value metav1.Duration) *IntegrationPlatformPipelineSpecApplyConfiguration
WithTimeout sets the Timeout field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Timeout field is set to the value of the last call.
type IntegrationPlatformSpecApplyConfiguration ¶
type IntegrationPlatformSpecApplyConfiguration struct { Cluster *v1.IntegrationPlatformCluster `json:"cluster,omitempty"` Profile *v1.TraitProfile `json:"profile,omitempty"` Build *IntegrationPlatformBuildSpecApplyConfiguration `json:"build,omitempty"` Traits *TraitsApplyConfiguration `json:"traits,omitempty"` Configuration []ConfigurationSpecApplyConfiguration `json:"configuration,omitempty"` Kamelet *IntegrationPlatformKameletSpecApplyConfiguration `json:"kamelet,omitempty"` }
IntegrationPlatformSpecApplyConfiguration represents an declarative configuration of the IntegrationPlatformSpec type for use with apply.
func IntegrationPlatformSpec ¶
func IntegrationPlatformSpec() *IntegrationPlatformSpecApplyConfiguration
IntegrationPlatformSpecApplyConfiguration constructs an declarative configuration of the IntegrationPlatformSpec type for use with apply.
func (*IntegrationPlatformSpecApplyConfiguration) WithBuild ¶
func (b *IntegrationPlatformSpecApplyConfiguration) WithBuild(value *IntegrationPlatformBuildSpecApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
WithBuild sets the Build field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Build field is set to the value of the last call.
func (*IntegrationPlatformSpecApplyConfiguration) WithCluster ¶
func (b *IntegrationPlatformSpecApplyConfiguration) WithCluster(value v1.IntegrationPlatformCluster) *IntegrationPlatformSpecApplyConfiguration
WithCluster sets the Cluster field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Cluster field is set to the value of the last call.
func (*IntegrationPlatformSpecApplyConfiguration) WithConfiguration ¶
func (b *IntegrationPlatformSpecApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
WithConfiguration adds the given value to the Configuration field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Configuration field.
func (*IntegrationPlatformSpecApplyConfiguration) WithKamelet ¶
func (b *IntegrationPlatformSpecApplyConfiguration) WithKamelet(value *IntegrationPlatformKameletSpecApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
WithKamelet sets the Kamelet field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kamelet field is set to the value of the last call.
func (*IntegrationPlatformSpecApplyConfiguration) WithProfile ¶
func (b *IntegrationPlatformSpecApplyConfiguration) WithProfile(value v1.TraitProfile) *IntegrationPlatformSpecApplyConfiguration
WithProfile sets the Profile field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Profile field is set to the value of the last call.
func (*IntegrationPlatformSpecApplyConfiguration) WithTraits ¶
func (b *IntegrationPlatformSpecApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationPlatformSpecApplyConfiguration
WithTraits sets the Traits field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Traits field is set to the value of the last call.
type IntegrationPlatformStatusApplyConfiguration ¶
type IntegrationPlatformStatusApplyConfiguration struct { IntegrationPlatformSpecApplyConfiguration `json:",inline"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *camelv1.IntegrationPlatformPhase `json:"phase,omitempty"` Conditions []IntegrationPlatformConditionApplyConfiguration `json:"conditions,omitempty"` Version *string `json:"version,omitempty"` Info map[string]string `json:"info,omitempty"` }
IntegrationPlatformStatusApplyConfiguration represents an declarative configuration of the IntegrationPlatformStatus type for use with apply.
func IntegrationPlatformStatus ¶
func IntegrationPlatformStatus() *IntegrationPlatformStatusApplyConfiguration
IntegrationPlatformStatusApplyConfiguration constructs an declarative configuration of the IntegrationPlatformStatus type for use with apply.
func (*IntegrationPlatformStatusApplyConfiguration) WithBuild ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithBuild(value *IntegrationPlatformBuildSpecApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
WithBuild sets the Build field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Build field is set to the value of the last call.
func (*IntegrationPlatformStatusApplyConfiguration) WithCluster ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithCluster(value camelv1.IntegrationPlatformCluster) *IntegrationPlatformStatusApplyConfiguration
WithCluster sets the Cluster field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Cluster field is set to the value of the last call.
func (*IntegrationPlatformStatusApplyConfiguration) WithConditions ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithConditions(values ...*IntegrationPlatformConditionApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*IntegrationPlatformStatusApplyConfiguration) WithConfiguration ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
WithConfiguration adds the given value to the Configuration field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Configuration field.
func (*IntegrationPlatformStatusApplyConfiguration) WithInfo ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithInfo(entries map[string]string) *IntegrationPlatformStatusApplyConfiguration
WithInfo puts the entries into the Info field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Info field, overwriting an existing map entries in Info field with the same key.
func (*IntegrationPlatformStatusApplyConfiguration) WithKamelet ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithKamelet(value *IntegrationPlatformKameletSpecApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
WithKamelet sets the Kamelet field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kamelet field is set to the value of the last call.
func (*IntegrationPlatformStatusApplyConfiguration) WithObservedGeneration ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationPlatformStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*IntegrationPlatformStatusApplyConfiguration) WithPhase ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithPhase(value camelv1.IntegrationPlatformPhase) *IntegrationPlatformStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*IntegrationPlatformStatusApplyConfiguration) WithProfile ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithProfile(value camelv1.TraitProfile) *IntegrationPlatformStatusApplyConfiguration
WithProfile sets the Profile field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Profile field is set to the value of the last call.
func (*IntegrationPlatformStatusApplyConfiguration) WithTraits ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationPlatformStatusApplyConfiguration
WithTraits sets the Traits field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Traits field is set to the value of the last call.
func (*IntegrationPlatformStatusApplyConfiguration) WithVersion ¶
func (b *IntegrationPlatformStatusApplyConfiguration) WithVersion(value string) *IntegrationPlatformStatusApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type IntegrationProfileApplyConfiguration ¶ added in v2.3.0
type IntegrationProfileApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *IntegrationProfileSpecApplyConfiguration `json:"spec,omitempty"` Status *IntegrationProfileStatusApplyConfiguration `json:"status,omitempty"` }
IntegrationProfileApplyConfiguration represents an declarative configuration of the IntegrationProfile type for use with apply.
func IntegrationProfile ¶ added in v2.3.0
func IntegrationProfile(name, namespace string) *IntegrationProfileApplyConfiguration
IntegrationProfile constructs an declarative configuration of the IntegrationProfile type for use with apply.
func (*IntegrationProfileApplyConfiguration) WithAPIVersion ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithAPIVersion(value string) *IntegrationProfileApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithAnnotations ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationProfileApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*IntegrationProfileApplyConfiguration) WithCreationTimestamp ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationProfileApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithDeletionGracePeriodSeconds ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationProfileApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithDeletionTimestamp ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationProfileApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithFinalizers ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithFinalizers(values ...string) *IntegrationProfileApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*IntegrationProfileApplyConfiguration) WithGenerateName ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithGenerateName(value string) *IntegrationProfileApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithGeneration ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithGeneration(value int64) *IntegrationProfileApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithKind ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithKind(value string) *IntegrationProfileApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithLabels ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithLabels(entries map[string]string) *IntegrationProfileApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*IntegrationProfileApplyConfiguration) WithName ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithName(value string) *IntegrationProfileApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithNamespace ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithNamespace(value string) *IntegrationProfileApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithOwnerReferences ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationProfileApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*IntegrationProfileApplyConfiguration) WithResourceVersion ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithResourceVersion(value string) *IntegrationProfileApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithSpec ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithSpec(value *IntegrationProfileSpecApplyConfiguration) *IntegrationProfileApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithStatus ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithStatus(value *IntegrationProfileStatusApplyConfiguration) *IntegrationProfileApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationProfileApplyConfiguration) WithUID ¶ added in v2.3.0
func (b *IntegrationProfileApplyConfiguration) WithUID(value types.UID) *IntegrationProfileApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type IntegrationProfileBuildSpecApplyConfiguration ¶ added in v2.3.0
type IntegrationProfileBuildSpecApplyConfiguration struct { RuntimeVersion *string `json:"runtimeVersion,omitempty"` RuntimeProvider *v1.RuntimeProvider `json:"runtimeProvider,omitempty"` BaseImage *string `json:"baseImage,omitempty"` Registry *RegistrySpecApplyConfiguration `json:"registry,omitempty"` Timeout *metav1.Duration `json:"timeout,omitempty"` Maven *MavenSpecApplyConfiguration `json:"maven,omitempty"` }
IntegrationProfileBuildSpecApplyConfiguration represents an declarative configuration of the IntegrationProfileBuildSpec type for use with apply.
func IntegrationProfileBuildSpec ¶ added in v2.3.0
func IntegrationProfileBuildSpec() *IntegrationProfileBuildSpecApplyConfiguration
IntegrationProfileBuildSpecApplyConfiguration constructs an declarative configuration of the IntegrationProfileBuildSpec type for use with apply.
func (*IntegrationProfileBuildSpecApplyConfiguration) WithBaseImage ¶ added in v2.3.0
func (b *IntegrationProfileBuildSpecApplyConfiguration) WithBaseImage(value string) *IntegrationProfileBuildSpecApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*IntegrationProfileBuildSpecApplyConfiguration) WithMaven ¶ added in v2.3.0
func (b *IntegrationProfileBuildSpecApplyConfiguration) WithMaven(value *MavenSpecApplyConfiguration) *IntegrationProfileBuildSpecApplyConfiguration
WithMaven sets the Maven field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Maven field is set to the value of the last call.
func (*IntegrationProfileBuildSpecApplyConfiguration) WithRegistry ¶ added in v2.3.0
func (b *IntegrationProfileBuildSpecApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *IntegrationProfileBuildSpecApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
func (*IntegrationProfileBuildSpecApplyConfiguration) WithRuntimeProvider ¶ added in v2.3.0
func (b *IntegrationProfileBuildSpecApplyConfiguration) WithRuntimeProvider(value v1.RuntimeProvider) *IntegrationProfileBuildSpecApplyConfiguration
WithRuntimeProvider sets the RuntimeProvider field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeProvider field is set to the value of the last call.
func (*IntegrationProfileBuildSpecApplyConfiguration) WithRuntimeVersion ¶ added in v2.3.0
func (b *IntegrationProfileBuildSpecApplyConfiguration) WithRuntimeVersion(value string) *IntegrationProfileBuildSpecApplyConfiguration
WithRuntimeVersion sets the RuntimeVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeVersion field is set to the value of the last call.
func (*IntegrationProfileBuildSpecApplyConfiguration) WithTimeout ¶ added in v2.3.0
func (b *IntegrationProfileBuildSpecApplyConfiguration) WithTimeout(value metav1.Duration) *IntegrationProfileBuildSpecApplyConfiguration
WithTimeout sets the Timeout field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Timeout field is set to the value of the last call.
type IntegrationProfileConditionApplyConfiguration ¶ added in v2.3.0
type IntegrationProfileConditionApplyConfiguration struct { Type *v1.IntegrationProfileConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` }
IntegrationProfileConditionApplyConfiguration represents an declarative configuration of the IntegrationProfileCondition type for use with apply.
func IntegrationProfileCondition ¶ added in v2.3.0
func IntegrationProfileCondition() *IntegrationProfileConditionApplyConfiguration
IntegrationProfileConditionApplyConfiguration constructs an declarative configuration of the IntegrationProfileCondition type for use with apply.
func (*IntegrationProfileConditionApplyConfiguration) WithLastTransitionTime ¶ added in v2.3.0
func (b *IntegrationProfileConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *IntegrationProfileConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*IntegrationProfileConditionApplyConfiguration) WithLastUpdateTime ¶ added in v2.3.0
func (b *IntegrationProfileConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *IntegrationProfileConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*IntegrationProfileConditionApplyConfiguration) WithMessage ¶ added in v2.3.0
func (b *IntegrationProfileConditionApplyConfiguration) WithMessage(value string) *IntegrationProfileConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*IntegrationProfileConditionApplyConfiguration) WithReason ¶ added in v2.3.0
func (b *IntegrationProfileConditionApplyConfiguration) WithReason(value string) *IntegrationProfileConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*IntegrationProfileConditionApplyConfiguration) WithStatus ¶ added in v2.3.0
func (b *IntegrationProfileConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *IntegrationProfileConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*IntegrationProfileConditionApplyConfiguration) WithType ¶ added in v2.3.0
func (b *IntegrationProfileConditionApplyConfiguration) WithType(value v1.IntegrationProfileConditionType) *IntegrationProfileConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type IntegrationProfileKameletSpecApplyConfiguration ¶ added in v2.3.0
type IntegrationProfileKameletSpecApplyConfiguration struct {
Repositories []KameletRepositorySpecApplyConfiguration `json:"repositories,omitempty"`
}
IntegrationProfileKameletSpecApplyConfiguration represents an declarative configuration of the IntegrationProfileKameletSpec type for use with apply.
func IntegrationProfileKameletSpec ¶ added in v2.3.0
func IntegrationProfileKameletSpec() *IntegrationProfileKameletSpecApplyConfiguration
IntegrationProfileKameletSpecApplyConfiguration constructs an declarative configuration of the IntegrationProfileKameletSpec type for use with apply.
func (*IntegrationProfileKameletSpecApplyConfiguration) WithRepositories ¶ added in v2.3.0
func (b *IntegrationProfileKameletSpecApplyConfiguration) WithRepositories(values ...*KameletRepositorySpecApplyConfiguration) *IntegrationProfileKameletSpecApplyConfiguration
WithRepositories adds the given value to the Repositories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Repositories field.
type IntegrationProfileSpecApplyConfiguration ¶ added in v2.3.0
type IntegrationProfileSpecApplyConfiguration struct { Build *IntegrationProfileBuildSpecApplyConfiguration `json:"build,omitempty"` Traits *TraitsApplyConfiguration `json:"traits,omitempty"` Kamelet *IntegrationProfileKameletSpecApplyConfiguration `json:"kamelet,omitempty"` }
IntegrationProfileSpecApplyConfiguration represents an declarative configuration of the IntegrationProfileSpec type for use with apply.
func IntegrationProfileSpec ¶ added in v2.3.0
func IntegrationProfileSpec() *IntegrationProfileSpecApplyConfiguration
IntegrationProfileSpecApplyConfiguration constructs an declarative configuration of the IntegrationProfileSpec type for use with apply.
func (*IntegrationProfileSpecApplyConfiguration) WithBuild ¶ added in v2.3.0
func (b *IntegrationProfileSpecApplyConfiguration) WithBuild(value *IntegrationProfileBuildSpecApplyConfiguration) *IntegrationProfileSpecApplyConfiguration
WithBuild sets the Build field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Build field is set to the value of the last call.
func (*IntegrationProfileSpecApplyConfiguration) WithKamelet ¶ added in v2.3.0
func (b *IntegrationProfileSpecApplyConfiguration) WithKamelet(value *IntegrationProfileKameletSpecApplyConfiguration) *IntegrationProfileSpecApplyConfiguration
WithKamelet sets the Kamelet field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kamelet field is set to the value of the last call.
func (*IntegrationProfileSpecApplyConfiguration) WithTraits ¶ added in v2.3.0
func (b *IntegrationProfileSpecApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationProfileSpecApplyConfiguration
WithTraits sets the Traits field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Traits field is set to the value of the last call.
type IntegrationProfileStatusApplyConfiguration ¶ added in v2.3.0
type IntegrationProfileStatusApplyConfiguration struct { IntegrationProfileSpecApplyConfiguration `json:",inline"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *camelv1.IntegrationProfilePhase `json:"phase,omitempty"` Conditions []IntegrationProfileConditionApplyConfiguration `json:"conditions,omitempty"` }
IntegrationProfileStatusApplyConfiguration represents an declarative configuration of the IntegrationProfileStatus type for use with apply.
func IntegrationProfileStatus ¶ added in v2.3.0
func IntegrationProfileStatus() *IntegrationProfileStatusApplyConfiguration
IntegrationProfileStatusApplyConfiguration constructs an declarative configuration of the IntegrationProfileStatus type for use with apply.
func (*IntegrationProfileStatusApplyConfiguration) WithBuild ¶ added in v2.3.0
func (b *IntegrationProfileStatusApplyConfiguration) WithBuild(value *IntegrationProfileBuildSpecApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
WithBuild sets the Build field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Build field is set to the value of the last call.
func (*IntegrationProfileStatusApplyConfiguration) WithConditions ¶ added in v2.3.0
func (b *IntegrationProfileStatusApplyConfiguration) WithConditions(values ...*IntegrationProfileConditionApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*IntegrationProfileStatusApplyConfiguration) WithKamelet ¶ added in v2.3.0
func (b *IntegrationProfileStatusApplyConfiguration) WithKamelet(value *IntegrationProfileKameletSpecApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
WithKamelet sets the Kamelet field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kamelet field is set to the value of the last call.
func (*IntegrationProfileStatusApplyConfiguration) WithObservedGeneration ¶ added in v2.3.0
func (b *IntegrationProfileStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationProfileStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*IntegrationProfileStatusApplyConfiguration) WithPhase ¶ added in v2.3.0
func (b *IntegrationProfileStatusApplyConfiguration) WithPhase(value camelv1.IntegrationProfilePhase) *IntegrationProfileStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*IntegrationProfileStatusApplyConfiguration) WithTraits ¶ added in v2.3.0
func (b *IntegrationProfileStatusApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationProfileStatusApplyConfiguration
WithTraits sets the Traits field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Traits field is set to the value of the last call.
type IntegrationSpecApplyConfiguration ¶
type IntegrationSpecApplyConfiguration struct { Replicas *int32 `json:"replicas,omitempty"` Sources []SourceSpecApplyConfiguration `json:"sources,omitempty"` Flows []FlowApplyConfiguration `json:"flows,omitempty"` IntegrationKit *corev1.ObjectReference `json:"integrationKit,omitempty"` Dependencies []string `json:"dependencies,omitempty"` Profile *camelv1.TraitProfile `json:"profile,omitempty"` Traits *TraitsApplyConfiguration `json:"traits,omitempty"` PodTemplate *PodSpecTemplateApplyConfiguration `json:"template,omitempty"` Configuration []ConfigurationSpecApplyConfiguration `json:"configuration,omitempty"` Repositories []string `json:"repositories,omitempty"` ServiceAccountName *string `json:"serviceAccountName,omitempty"` }
IntegrationSpecApplyConfiguration represents an declarative configuration of the IntegrationSpec type for use with apply.
func IntegrationSpec ¶
func IntegrationSpec() *IntegrationSpecApplyConfiguration
IntegrationSpecApplyConfiguration constructs an declarative configuration of the IntegrationSpec type for use with apply.
func (*IntegrationSpecApplyConfiguration) WithConfiguration ¶
func (b *IntegrationSpecApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationSpecApplyConfiguration
WithConfiguration adds the given value to the Configuration field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Configuration field.
func (*IntegrationSpecApplyConfiguration) WithDependencies ¶
func (b *IntegrationSpecApplyConfiguration) WithDependencies(values ...string) *IntegrationSpecApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*IntegrationSpecApplyConfiguration) WithFlows ¶
func (b *IntegrationSpecApplyConfiguration) WithFlows(values ...*FlowApplyConfiguration) *IntegrationSpecApplyConfiguration
WithFlows adds the given value to the Flows field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Flows field.
func (*IntegrationSpecApplyConfiguration) WithIntegrationKit ¶
func (b *IntegrationSpecApplyConfiguration) WithIntegrationKit(value corev1.ObjectReference) *IntegrationSpecApplyConfiguration
WithIntegrationKit sets the IntegrationKit field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the IntegrationKit field is set to the value of the last call.
func (*IntegrationSpecApplyConfiguration) WithPodTemplate ¶
func (b *IntegrationSpecApplyConfiguration) WithPodTemplate(value *PodSpecTemplateApplyConfiguration) *IntegrationSpecApplyConfiguration
WithPodTemplate sets the PodTemplate field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the PodTemplate field is set to the value of the last call.
func (*IntegrationSpecApplyConfiguration) WithProfile ¶
func (b *IntegrationSpecApplyConfiguration) WithProfile(value camelv1.TraitProfile) *IntegrationSpecApplyConfiguration
WithProfile sets the Profile field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Profile field is set to the value of the last call.
func (*IntegrationSpecApplyConfiguration) WithReplicas ¶
func (b *IntegrationSpecApplyConfiguration) WithReplicas(value int32) *IntegrationSpecApplyConfiguration
WithReplicas sets the Replicas field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Replicas field is set to the value of the last call.
func (*IntegrationSpecApplyConfiguration) WithRepositories ¶
func (b *IntegrationSpecApplyConfiguration) WithRepositories(values ...string) *IntegrationSpecApplyConfiguration
WithRepositories adds the given value to the Repositories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Repositories field.
func (*IntegrationSpecApplyConfiguration) WithServiceAccountName ¶
func (b *IntegrationSpecApplyConfiguration) WithServiceAccountName(value string) *IntegrationSpecApplyConfiguration
WithServiceAccountName sets the ServiceAccountName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ServiceAccountName field is set to the value of the last call.
func (*IntegrationSpecApplyConfiguration) WithSources ¶
func (b *IntegrationSpecApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *IntegrationSpecApplyConfiguration
WithSources adds the given value to the Sources field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Sources field.
func (*IntegrationSpecApplyConfiguration) WithTraits ¶
func (b *IntegrationSpecApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationSpecApplyConfiguration
WithTraits sets the Traits field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Traits field is set to the value of the last call.
type IntegrationStatusApplyConfiguration ¶
type IntegrationStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *v1.IntegrationPhase `json:"phase,omitempty"` Digest *string `json:"digest,omitempty"` Image *string `json:"image,omitempty"` Dependencies []string `json:"dependencies,omitempty"` Profile *v1.TraitProfile `json:"profile,omitempty"` Traits *TraitsApplyConfiguration `json:"traits,omitempty"` IntegrationKit *corev1.ObjectReference `json:"integrationKit,omitempty"` Platform *string `json:"platform,omitempty"` GeneratedSources []SourceSpecApplyConfiguration `json:"generatedSources,omitempty"` RuntimeVersion *string `json:"runtimeVersion,omitempty"` RuntimeProvider *v1.RuntimeProvider `json:"runtimeProvider,omitempty"` Catalog *CatalogApplyConfiguration `json:"catalog,omitempty"` Configuration []ConfigurationSpecApplyConfiguration `json:"configuration,omitempty"` Conditions []IntegrationConditionApplyConfiguration `json:"conditions,omitempty"` Version *string `json:"version,omitempty"` Replicas *int32 `json:"replicas,omitempty"` Selector *string `json:"selector,omitempty"` Capabilities []string `json:"capabilities,omitempty"` InitializationTimestamp *metav1.Time `json:"lastInitTimestamp,omitempty"` }
IntegrationStatusApplyConfiguration represents an declarative configuration of the IntegrationStatus type for use with apply.
func IntegrationStatus ¶
func IntegrationStatus() *IntegrationStatusApplyConfiguration
IntegrationStatusApplyConfiguration constructs an declarative configuration of the IntegrationStatus type for use with apply.
func (*IntegrationStatusApplyConfiguration) WithCapabilities ¶
func (b *IntegrationStatusApplyConfiguration) WithCapabilities(values ...string) *IntegrationStatusApplyConfiguration
WithCapabilities adds the given value to the Capabilities field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Capabilities field.
func (*IntegrationStatusApplyConfiguration) WithCatalog ¶ added in v2.5.0
func (b *IntegrationStatusApplyConfiguration) WithCatalog(value *CatalogApplyConfiguration) *IntegrationStatusApplyConfiguration
WithCatalog sets the Catalog field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Catalog field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithConditions ¶
func (b *IntegrationStatusApplyConfiguration) WithConditions(values ...*IntegrationConditionApplyConfiguration) *IntegrationStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*IntegrationStatusApplyConfiguration) WithConfiguration ¶
func (b *IntegrationStatusApplyConfiguration) WithConfiguration(values ...*ConfigurationSpecApplyConfiguration) *IntegrationStatusApplyConfiguration
WithConfiguration adds the given value to the Configuration field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Configuration field.
func (*IntegrationStatusApplyConfiguration) WithDependencies ¶
func (b *IntegrationStatusApplyConfiguration) WithDependencies(values ...string) *IntegrationStatusApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*IntegrationStatusApplyConfiguration) WithDigest ¶
func (b *IntegrationStatusApplyConfiguration) WithDigest(value string) *IntegrationStatusApplyConfiguration
WithDigest sets the Digest field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Digest field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithGeneratedSources ¶
func (b *IntegrationStatusApplyConfiguration) WithGeneratedSources(values ...*SourceSpecApplyConfiguration) *IntegrationStatusApplyConfiguration
WithGeneratedSources adds the given value to the GeneratedSources field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the GeneratedSources field.
func (*IntegrationStatusApplyConfiguration) WithImage ¶
func (b *IntegrationStatusApplyConfiguration) WithImage(value string) *IntegrationStatusApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithInitializationTimestamp ¶
func (b *IntegrationStatusApplyConfiguration) WithInitializationTimestamp(value metav1.Time) *IntegrationStatusApplyConfiguration
WithInitializationTimestamp sets the InitializationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the InitializationTimestamp field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithIntegrationKit ¶
func (b *IntegrationStatusApplyConfiguration) WithIntegrationKit(value corev1.ObjectReference) *IntegrationStatusApplyConfiguration
WithIntegrationKit sets the IntegrationKit field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the IntegrationKit field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithObservedGeneration ¶
func (b *IntegrationStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithPhase ¶
func (b *IntegrationStatusApplyConfiguration) WithPhase(value v1.IntegrationPhase) *IntegrationStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithPlatform ¶
func (b *IntegrationStatusApplyConfiguration) WithPlatform(value string) *IntegrationStatusApplyConfiguration
WithPlatform sets the Platform field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Platform field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithProfile ¶
func (b *IntegrationStatusApplyConfiguration) WithProfile(value v1.TraitProfile) *IntegrationStatusApplyConfiguration
WithProfile sets the Profile field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Profile field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithReplicas ¶
func (b *IntegrationStatusApplyConfiguration) WithReplicas(value int32) *IntegrationStatusApplyConfiguration
WithReplicas sets the Replicas field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Replicas field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithRuntimeProvider ¶
func (b *IntegrationStatusApplyConfiguration) WithRuntimeProvider(value v1.RuntimeProvider) *IntegrationStatusApplyConfiguration
WithRuntimeProvider sets the RuntimeProvider field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeProvider field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithRuntimeVersion ¶
func (b *IntegrationStatusApplyConfiguration) WithRuntimeVersion(value string) *IntegrationStatusApplyConfiguration
WithRuntimeVersion sets the RuntimeVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RuntimeVersion field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithSelector ¶
func (b *IntegrationStatusApplyConfiguration) WithSelector(value string) *IntegrationStatusApplyConfiguration
WithSelector sets the Selector field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Selector field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithTraits ¶ added in v2.5.0
func (b *IntegrationStatusApplyConfiguration) WithTraits(value *TraitsApplyConfiguration) *IntegrationStatusApplyConfiguration
WithTraits sets the Traits field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Traits field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithVersion ¶
func (b *IntegrationStatusApplyConfiguration) WithVersion(value string) *IntegrationStatusApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type JSONApplyConfiguration ¶
type JSONApplyConfiguration struct {
v1.RawMessage `json:",inline"`
}
JSONApplyConfiguration represents an declarative configuration of the JSON type for use with apply.
func JSON ¶
func JSON() *JSONApplyConfiguration
JSONApplyConfiguration constructs an declarative configuration of the JSON type for use with apply.
type JSONSchemaPropApplyConfiguration ¶
type JSONSchemaPropApplyConfiguration struct { ID *string `json:"id,omitempty"` Deprecated *bool `json:"deprecated,omitempty"` Description *string `json:"description,omitempty"` Type *string `json:"type,omitempty"` Format *string `json:"format,omitempty"` Title *string `json:"title,omitempty"` Default *JSONApplyConfiguration `json:"default,omitempty"` Maximum *json.Number `json:"maximum,omitempty"` ExclusiveMaximum *bool `json:"exclusiveMaximum,omitempty"` Minimum *json.Number `json:"minimum,omitempty"` ExclusiveMinimum *bool `json:"exclusiveMinimum,omitempty"` MaxLength *int64 `json:"maxLength,omitempty"` MinLength *int64 `json:"minLength,omitempty"` Pattern *string `json:"pattern,omitempty"` MaxItems *int64 `json:"maxItems,omitempty"` MinItems *int64 `json:"minItems,omitempty"` UniqueItems *bool `json:"uniqueItems,omitempty"` MaxProperties *int64 `json:"maxProperties,omitempty"` MinProperties *int64 `json:"minProperties,omitempty"` MultipleOf *json.Number `json:"multipleOf,omitempty"` Enum []JSONApplyConfiguration `json:"enum,omitempty"` Example *JSONApplyConfiguration `json:"example,omitempty"` Nullable *bool `json:"nullable,omitempty"` XDescriptors []string `json:"x-descriptors,omitempty"` }
JSONSchemaPropApplyConfiguration represents an declarative configuration of the JSONSchemaProp type for use with apply.
func JSONSchemaProp ¶
func JSONSchemaProp() *JSONSchemaPropApplyConfiguration
JSONSchemaPropApplyConfiguration constructs an declarative configuration of the JSONSchemaProp type for use with apply.
func (*JSONSchemaPropApplyConfiguration) WithDefault ¶
func (b *JSONSchemaPropApplyConfiguration) WithDefault(value *JSONApplyConfiguration) *JSONSchemaPropApplyConfiguration
WithDefault sets the Default field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Default field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithDeprecated ¶
func (b *JSONSchemaPropApplyConfiguration) WithDeprecated(value bool) *JSONSchemaPropApplyConfiguration
WithDeprecated sets the Deprecated field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Deprecated field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithDescription ¶
func (b *JSONSchemaPropApplyConfiguration) WithDescription(value string) *JSONSchemaPropApplyConfiguration
WithDescription sets the Description field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Description field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithEnum ¶
func (b *JSONSchemaPropApplyConfiguration) WithEnum(values ...*JSONApplyConfiguration) *JSONSchemaPropApplyConfiguration
WithEnum adds the given value to the Enum field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Enum field.
func (*JSONSchemaPropApplyConfiguration) WithExample ¶
func (b *JSONSchemaPropApplyConfiguration) WithExample(value *JSONApplyConfiguration) *JSONSchemaPropApplyConfiguration
WithExample sets the Example field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Example field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithExclusiveMaximum ¶
func (b *JSONSchemaPropApplyConfiguration) WithExclusiveMaximum(value bool) *JSONSchemaPropApplyConfiguration
WithExclusiveMaximum sets the ExclusiveMaximum field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ExclusiveMaximum field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithExclusiveMinimum ¶
func (b *JSONSchemaPropApplyConfiguration) WithExclusiveMinimum(value bool) *JSONSchemaPropApplyConfiguration
WithExclusiveMinimum sets the ExclusiveMinimum field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ExclusiveMinimum field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithFormat ¶
func (b *JSONSchemaPropApplyConfiguration) WithFormat(value string) *JSONSchemaPropApplyConfiguration
WithFormat sets the Format field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Format field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithID ¶
func (b *JSONSchemaPropApplyConfiguration) WithID(value string) *JSONSchemaPropApplyConfiguration
WithID sets the ID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ID field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMaxItems ¶
func (b *JSONSchemaPropApplyConfiguration) WithMaxItems(value int64) *JSONSchemaPropApplyConfiguration
WithMaxItems sets the MaxItems field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MaxItems field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMaxLength ¶
func (b *JSONSchemaPropApplyConfiguration) WithMaxLength(value int64) *JSONSchemaPropApplyConfiguration
WithMaxLength sets the MaxLength field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MaxLength field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMaxProperties ¶
func (b *JSONSchemaPropApplyConfiguration) WithMaxProperties(value int64) *JSONSchemaPropApplyConfiguration
WithMaxProperties sets the MaxProperties field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MaxProperties field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMaximum ¶
func (b *JSONSchemaPropApplyConfiguration) WithMaximum(value json.Number) *JSONSchemaPropApplyConfiguration
WithMaximum sets the Maximum field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Maximum field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMinItems ¶
func (b *JSONSchemaPropApplyConfiguration) WithMinItems(value int64) *JSONSchemaPropApplyConfiguration
WithMinItems sets the MinItems field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MinItems field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMinLength ¶
func (b *JSONSchemaPropApplyConfiguration) WithMinLength(value int64) *JSONSchemaPropApplyConfiguration
WithMinLength sets the MinLength field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MinLength field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMinProperties ¶
func (b *JSONSchemaPropApplyConfiguration) WithMinProperties(value int64) *JSONSchemaPropApplyConfiguration
WithMinProperties sets the MinProperties field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MinProperties field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMinimum ¶
func (b *JSONSchemaPropApplyConfiguration) WithMinimum(value json.Number) *JSONSchemaPropApplyConfiguration
WithMinimum sets the Minimum field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Minimum field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithMultipleOf ¶
func (b *JSONSchemaPropApplyConfiguration) WithMultipleOf(value json.Number) *JSONSchemaPropApplyConfiguration
WithMultipleOf sets the MultipleOf field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the MultipleOf field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithNullable ¶
func (b *JSONSchemaPropApplyConfiguration) WithNullable(value bool) *JSONSchemaPropApplyConfiguration
WithNullable sets the Nullable field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Nullable field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithPattern ¶
func (b *JSONSchemaPropApplyConfiguration) WithPattern(value string) *JSONSchemaPropApplyConfiguration
WithPattern sets the Pattern field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Pattern field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithTitle ¶
func (b *JSONSchemaPropApplyConfiguration) WithTitle(value string) *JSONSchemaPropApplyConfiguration
WithTitle sets the Title field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Title field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithType ¶
func (b *JSONSchemaPropApplyConfiguration) WithType(value string) *JSONSchemaPropApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithUniqueItems ¶
func (b *JSONSchemaPropApplyConfiguration) WithUniqueItems(value bool) *JSONSchemaPropApplyConfiguration
WithUniqueItems sets the UniqueItems field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UniqueItems field is set to the value of the last call.
func (*JSONSchemaPropApplyConfiguration) WithXDescriptors ¶
func (b *JSONSchemaPropApplyConfiguration) WithXDescriptors(values ...string) *JSONSchemaPropApplyConfiguration
WithXDescriptors adds the given value to the XDescriptors field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the XDescriptors field.
type JSONSchemaPropsApplyConfiguration ¶
type JSONSchemaPropsApplyConfiguration struct { ID *string `json:"id,omitempty"` Description *string `json:"description,omitempty"` Title *string `json:"title,omitempty"` Properties map[string]JSONSchemaPropApplyConfiguration `json:"properties,omitempty"` Required []string `json:"required,omitempty"` Example *JSONApplyConfiguration `json:"example,omitempty"` ExternalDocs *ExternalDocumentationApplyConfiguration `json:"externalDocs,omitempty"` Schema *camelv1.JSONSchemaURL `json:"$schema,omitempty"` Type *string `json:"type,omitempty"` }
JSONSchemaPropsApplyConfiguration represents an declarative configuration of the JSONSchemaProps type for use with apply.
func JSONSchemaProps ¶
func JSONSchemaProps() *JSONSchemaPropsApplyConfiguration
JSONSchemaPropsApplyConfiguration constructs an declarative configuration of the JSONSchemaProps type for use with apply.
func (*JSONSchemaPropsApplyConfiguration) WithDescription ¶
func (b *JSONSchemaPropsApplyConfiguration) WithDescription(value string) *JSONSchemaPropsApplyConfiguration
WithDescription sets the Description field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Description field is set to the value of the last call.
func (*JSONSchemaPropsApplyConfiguration) WithExample ¶
func (b *JSONSchemaPropsApplyConfiguration) WithExample(value *JSONApplyConfiguration) *JSONSchemaPropsApplyConfiguration
WithExample sets the Example field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Example field is set to the value of the last call.
func (*JSONSchemaPropsApplyConfiguration) WithExternalDocs ¶
func (b *JSONSchemaPropsApplyConfiguration) WithExternalDocs(value *ExternalDocumentationApplyConfiguration) *JSONSchemaPropsApplyConfiguration
WithExternalDocs sets the ExternalDocs field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ExternalDocs field is set to the value of the last call.
func (*JSONSchemaPropsApplyConfiguration) WithID ¶
func (b *JSONSchemaPropsApplyConfiguration) WithID(value string) *JSONSchemaPropsApplyConfiguration
WithID sets the ID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ID field is set to the value of the last call.
func (*JSONSchemaPropsApplyConfiguration) WithProperties ¶
func (b *JSONSchemaPropsApplyConfiguration) WithProperties(entries map[string]JSONSchemaPropApplyConfiguration) *JSONSchemaPropsApplyConfiguration
WithProperties puts the entries into the Properties field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Properties field, overwriting an existing map entries in Properties field with the same key.
func (*JSONSchemaPropsApplyConfiguration) WithRequired ¶
func (b *JSONSchemaPropsApplyConfiguration) WithRequired(values ...string) *JSONSchemaPropsApplyConfiguration
WithRequired adds the given value to the Required field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Required field.
func (*JSONSchemaPropsApplyConfiguration) WithSchema ¶
func (b *JSONSchemaPropsApplyConfiguration) WithSchema(value camelv1.JSONSchemaURL) *JSONSchemaPropsApplyConfiguration
WithSchema sets the Schema field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Schema field is set to the value of the last call.
func (*JSONSchemaPropsApplyConfiguration) WithTitle ¶
func (b *JSONSchemaPropsApplyConfiguration) WithTitle(value string) *JSONSchemaPropsApplyConfiguration
WithTitle sets the Title field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Title field is set to the value of the last call.
func (*JSONSchemaPropsApplyConfiguration) WithType ¶
func (b *JSONSchemaPropsApplyConfiguration) WithType(value string) *JSONSchemaPropsApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type JibTaskApplyConfiguration ¶ added in v2.1.0
type JibTaskApplyConfiguration struct { BaseTaskApplyConfiguration `json:",inline"` PublishTaskApplyConfiguration `json:",inline"` }
JibTaskApplyConfiguration represents an declarative configuration of the JibTask type for use with apply.
func JibTask ¶ added in v2.1.0
func JibTask() *JibTaskApplyConfiguration
JibTaskApplyConfiguration constructs an declarative configuration of the JibTask type for use with apply.
func (*JibTaskApplyConfiguration) WithBaseImage ¶ added in v2.1.0
func (b *JibTaskApplyConfiguration) WithBaseImage(value string) *JibTaskApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*JibTaskApplyConfiguration) WithConfiguration ¶ added in v2.1.0
func (b *JibTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *JibTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*JibTaskApplyConfiguration) WithContextDir ¶ added in v2.1.0
func (b *JibTaskApplyConfiguration) WithContextDir(value string) *JibTaskApplyConfiguration
WithContextDir sets the ContextDir field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContextDir field is set to the value of the last call.
func (*JibTaskApplyConfiguration) WithImage ¶ added in v2.1.0
func (b *JibTaskApplyConfiguration) WithImage(value string) *JibTaskApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*JibTaskApplyConfiguration) WithName ¶ added in v2.1.0
func (b *JibTaskApplyConfiguration) WithName(value string) *JibTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*JibTaskApplyConfiguration) WithRegistry ¶ added in v2.1.0
func (b *JibTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *JibTaskApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
type KameletApplyConfiguration ¶
type KameletApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *KameletSpecApplyConfiguration `json:"spec,omitempty"` Status *KameletStatusApplyConfiguration `json:"status,omitempty"` }
KameletApplyConfiguration represents an declarative configuration of the Kamelet type for use with apply.
func Kamelet ¶
func Kamelet(name, namespace string) *KameletApplyConfiguration
Kamelet constructs an declarative configuration of the Kamelet type for use with apply.
func (*KameletApplyConfiguration) WithAPIVersion ¶
func (b *KameletApplyConfiguration) WithAPIVersion(value string) *KameletApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*KameletApplyConfiguration) WithAnnotations ¶
func (b *KameletApplyConfiguration) WithAnnotations(entries map[string]string) *KameletApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*KameletApplyConfiguration) WithCreationTimestamp ¶
func (b *KameletApplyConfiguration) WithCreationTimestamp(value metav1.Time) *KameletApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*KameletApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *KameletApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *KameletApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*KameletApplyConfiguration) WithDeletionTimestamp ¶
func (b *KameletApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *KameletApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*KameletApplyConfiguration) WithFinalizers ¶
func (b *KameletApplyConfiguration) WithFinalizers(values ...string) *KameletApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*KameletApplyConfiguration) WithGenerateName ¶
func (b *KameletApplyConfiguration) WithGenerateName(value string) *KameletApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*KameletApplyConfiguration) WithGeneration ¶
func (b *KameletApplyConfiguration) WithGeneration(value int64) *KameletApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*KameletApplyConfiguration) WithKind ¶
func (b *KameletApplyConfiguration) WithKind(value string) *KameletApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*KameletApplyConfiguration) WithLabels ¶
func (b *KameletApplyConfiguration) WithLabels(entries map[string]string) *KameletApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*KameletApplyConfiguration) WithName ¶
func (b *KameletApplyConfiguration) WithName(value string) *KameletApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*KameletApplyConfiguration) WithNamespace ¶
func (b *KameletApplyConfiguration) WithNamespace(value string) *KameletApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*KameletApplyConfiguration) WithOwnerReferences ¶
func (b *KameletApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *KameletApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*KameletApplyConfiguration) WithResourceVersion ¶
func (b *KameletApplyConfiguration) WithResourceVersion(value string) *KameletApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*KameletApplyConfiguration) WithSpec ¶
func (b *KameletApplyConfiguration) WithSpec(value *KameletSpecApplyConfiguration) *KameletApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*KameletApplyConfiguration) WithStatus ¶
func (b *KameletApplyConfiguration) WithStatus(value *KameletStatusApplyConfiguration) *KameletApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*KameletApplyConfiguration) WithUID ¶
func (b *KameletApplyConfiguration) WithUID(value types.UID) *KameletApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type KameletConditionApplyConfiguration ¶
type KameletConditionApplyConfiguration struct { Type *v1.KameletConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` }
KameletConditionApplyConfiguration represents an declarative configuration of the KameletCondition type for use with apply.
func KameletCondition ¶
func KameletCondition() *KameletConditionApplyConfiguration
KameletConditionApplyConfiguration constructs an declarative configuration of the KameletCondition type for use with apply.
func (*KameletConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *KameletConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *KameletConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*KameletConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *KameletConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *KameletConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*KameletConditionApplyConfiguration) WithMessage ¶
func (b *KameletConditionApplyConfiguration) WithMessage(value string) *KameletConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*KameletConditionApplyConfiguration) WithReason ¶
func (b *KameletConditionApplyConfiguration) WithReason(value string) *KameletConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*KameletConditionApplyConfiguration) WithStatus ¶
func (b *KameletConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *KameletConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*KameletConditionApplyConfiguration) WithType ¶
func (b *KameletConditionApplyConfiguration) WithType(value v1.KameletConditionType) *KameletConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type KameletPropertyApplyConfiguration ¶
type KameletPropertyApplyConfiguration struct { Name *string `json:"name,omitempty"` Default *string `json:"default,omitempty"` }
KameletPropertyApplyConfiguration represents an declarative configuration of the KameletProperty type for use with apply.
func KameletProperty ¶
func KameletProperty() *KameletPropertyApplyConfiguration
KameletPropertyApplyConfiguration constructs an declarative configuration of the KameletProperty type for use with apply.
func (*KameletPropertyApplyConfiguration) WithDefault ¶
func (b *KameletPropertyApplyConfiguration) WithDefault(value string) *KameletPropertyApplyConfiguration
WithDefault sets the Default field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Default field is set to the value of the last call.
func (*KameletPropertyApplyConfiguration) WithName ¶
func (b *KameletPropertyApplyConfiguration) WithName(value string) *KameletPropertyApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
type KameletRepositorySpecApplyConfiguration ¶ added in v2.3.0
type KameletRepositorySpecApplyConfiguration struct {
URI *string `json:"uri,omitempty"`
}
KameletRepositorySpecApplyConfiguration represents an declarative configuration of the KameletRepositorySpec type for use with apply.
func KameletRepositorySpec ¶ added in v2.3.0
func KameletRepositorySpec() *KameletRepositorySpecApplyConfiguration
KameletRepositorySpecApplyConfiguration constructs an declarative configuration of the KameletRepositorySpec type for use with apply.
func (*KameletRepositorySpecApplyConfiguration) WithURI ¶ added in v2.3.0
func (b *KameletRepositorySpecApplyConfiguration) WithURI(value string) *KameletRepositorySpecApplyConfiguration
WithURI sets the URI field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the URI field is set to the value of the last call.
type KameletSpecApplyConfiguration ¶
type KameletSpecApplyConfiguration struct { KameletSpecBaseApplyConfiguration `json:",inline"` Versions map[string]KameletSpecBaseApplyConfiguration `json:"versions,omitempty"` }
KameletSpecApplyConfiguration represents an declarative configuration of the KameletSpec type for use with apply.
func KameletSpec ¶
func KameletSpec() *KameletSpecApplyConfiguration
KameletSpecApplyConfiguration constructs an declarative configuration of the KameletSpec type for use with apply.
func (*KameletSpecApplyConfiguration) WithDataTypes ¶
func (b *KameletSpecApplyConfiguration) WithDataTypes(entries map[camelv1.TypeSlot]DataTypesSpecApplyConfiguration) *KameletSpecApplyConfiguration
WithDataTypes puts the entries into the DataTypes field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the DataTypes field, overwriting an existing map entries in DataTypes field with the same key.
func (*KameletSpecApplyConfiguration) WithDefinition ¶
func (b *KameletSpecApplyConfiguration) WithDefinition(value *JSONSchemaPropsApplyConfiguration) *KameletSpecApplyConfiguration
WithDefinition sets the Definition field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Definition field is set to the value of the last call.
func (*KameletSpecApplyConfiguration) WithDependencies ¶
func (b *KameletSpecApplyConfiguration) WithDependencies(values ...string) *KameletSpecApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*KameletSpecApplyConfiguration) WithSources ¶
func (b *KameletSpecApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *KameletSpecApplyConfiguration
WithSources adds the given value to the Sources field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Sources field.
func (*KameletSpecApplyConfiguration) WithTemplate ¶
func (b *KameletSpecApplyConfiguration) WithTemplate(value *TemplateApplyConfiguration) *KameletSpecApplyConfiguration
WithTemplate sets the Template field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Template field is set to the value of the last call.
func (*KameletSpecApplyConfiguration) WithTypes ¶
func (b *KameletSpecApplyConfiguration) WithTypes(entries map[camelv1.TypeSlot]EventTypeSpecApplyConfiguration) *KameletSpecApplyConfiguration
WithTypes puts the entries into the Types field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Types field, overwriting an existing map entries in Types field with the same key.
func (*KameletSpecApplyConfiguration) WithVersions ¶ added in v2.5.0
func (b *KameletSpecApplyConfiguration) WithVersions(entries map[string]KameletSpecBaseApplyConfiguration) *KameletSpecApplyConfiguration
WithVersions puts the entries into the Versions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Versions field, overwriting an existing map entries in Versions field with the same key.
type KameletSpecBaseApplyConfiguration ¶ added in v2.5.0
type KameletSpecBaseApplyConfiguration struct { Definition *JSONSchemaPropsApplyConfiguration `json:"definition,omitempty"` Sources []SourceSpecApplyConfiguration `json:"sources,omitempty"` Template *TemplateApplyConfiguration `json:"template,omitempty"` Types map[camelv1.TypeSlot]EventTypeSpecApplyConfiguration `json:"types,omitempty"` DataTypes map[camelv1.TypeSlot]DataTypesSpecApplyConfiguration `json:"dataTypes,omitempty"` Dependencies []string `json:"dependencies,omitempty"` }
KameletSpecBaseApplyConfiguration represents an declarative configuration of the KameletSpecBase type for use with apply.
func KameletSpecBase ¶ added in v2.5.0
func KameletSpecBase() *KameletSpecBaseApplyConfiguration
KameletSpecBaseApplyConfiguration constructs an declarative configuration of the KameletSpecBase type for use with apply.
func (*KameletSpecBaseApplyConfiguration) WithDataTypes ¶ added in v2.5.0
func (b *KameletSpecBaseApplyConfiguration) WithDataTypes(entries map[camelv1.TypeSlot]DataTypesSpecApplyConfiguration) *KameletSpecBaseApplyConfiguration
WithDataTypes puts the entries into the DataTypes field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the DataTypes field, overwriting an existing map entries in DataTypes field with the same key.
func (*KameletSpecBaseApplyConfiguration) WithDefinition ¶ added in v2.5.0
func (b *KameletSpecBaseApplyConfiguration) WithDefinition(value *JSONSchemaPropsApplyConfiguration) *KameletSpecBaseApplyConfiguration
WithDefinition sets the Definition field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Definition field is set to the value of the last call.
func (*KameletSpecBaseApplyConfiguration) WithDependencies ¶ added in v2.5.0
func (b *KameletSpecBaseApplyConfiguration) WithDependencies(values ...string) *KameletSpecBaseApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*KameletSpecBaseApplyConfiguration) WithSources ¶ added in v2.5.0
func (b *KameletSpecBaseApplyConfiguration) WithSources(values ...*SourceSpecApplyConfiguration) *KameletSpecBaseApplyConfiguration
WithSources adds the given value to the Sources field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Sources field.
func (*KameletSpecBaseApplyConfiguration) WithTemplate ¶ added in v2.5.0
func (b *KameletSpecBaseApplyConfiguration) WithTemplate(value *TemplateApplyConfiguration) *KameletSpecBaseApplyConfiguration
WithTemplate sets the Template field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Template field is set to the value of the last call.
func (*KameletSpecBaseApplyConfiguration) WithTypes ¶ added in v2.5.0
func (b *KameletSpecBaseApplyConfiguration) WithTypes(entries map[camelv1.TypeSlot]EventTypeSpecApplyConfiguration) *KameletSpecBaseApplyConfiguration
WithTypes puts the entries into the Types field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Types field, overwriting an existing map entries in Types field with the same key.
type KameletStatusApplyConfiguration ¶
type KameletStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *v1.KameletPhase `json:"phase,omitempty"` Conditions []KameletConditionApplyConfiguration `json:"conditions,omitempty"` Properties []KameletPropertyApplyConfiguration `json:"properties,omitempty"` }
KameletStatusApplyConfiguration represents an declarative configuration of the KameletStatus type for use with apply.
func KameletStatus ¶
func KameletStatus() *KameletStatusApplyConfiguration
KameletStatusApplyConfiguration constructs an declarative configuration of the KameletStatus type for use with apply.
func (*KameletStatusApplyConfiguration) WithConditions ¶
func (b *KameletStatusApplyConfiguration) WithConditions(values ...*KameletConditionApplyConfiguration) *KameletStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*KameletStatusApplyConfiguration) WithObservedGeneration ¶
func (b *KameletStatusApplyConfiguration) WithObservedGeneration(value int64) *KameletStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*KameletStatusApplyConfiguration) WithPhase ¶
func (b *KameletStatusApplyConfiguration) WithPhase(value v1.KameletPhase) *KameletStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*KameletStatusApplyConfiguration) WithProperties ¶
func (b *KameletStatusApplyConfiguration) WithProperties(values ...*KameletPropertyApplyConfiguration) *KameletStatusApplyConfiguration
WithProperties adds the given value to the Properties field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Properties field.
type KanikoTaskApplyConfiguration ¶
type KanikoTaskApplyConfiguration struct { BaseTaskApplyConfiguration `json:",inline"` PublishTaskApplyConfiguration `json:",inline"` Verbose *bool `json:"verbose,omitempty"` Cache *KanikoTaskCacheApplyConfiguration `json:"cache,omitempty"` ExecutorImage *string `json:"executorImage,omitempty"` }
KanikoTaskApplyConfiguration represents an declarative configuration of the KanikoTask type for use with apply.
func KanikoTask ¶
func KanikoTask() *KanikoTaskApplyConfiguration
KanikoTaskApplyConfiguration constructs an declarative configuration of the KanikoTask type for use with apply.
func (*KanikoTaskApplyConfiguration) WithBaseImage ¶
func (b *KanikoTaskApplyConfiguration) WithBaseImage(value string) *KanikoTaskApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithCache ¶
func (b *KanikoTaskApplyConfiguration) WithCache(value *KanikoTaskCacheApplyConfiguration) *KanikoTaskApplyConfiguration
WithCache sets the Cache field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Cache field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithConfiguration ¶ added in v2.1.0
func (b *KanikoTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *KanikoTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithContextDir ¶
func (b *KanikoTaskApplyConfiguration) WithContextDir(value string) *KanikoTaskApplyConfiguration
WithContextDir sets the ContextDir field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContextDir field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithExecutorImage ¶
func (b *KanikoTaskApplyConfiguration) WithExecutorImage(value string) *KanikoTaskApplyConfiguration
WithExecutorImage sets the ExecutorImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ExecutorImage field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithImage ¶
func (b *KanikoTaskApplyConfiguration) WithImage(value string) *KanikoTaskApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithName ¶
func (b *KanikoTaskApplyConfiguration) WithName(value string) *KanikoTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithRegistry ¶
func (b *KanikoTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *KanikoTaskApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
func (*KanikoTaskApplyConfiguration) WithVerbose ¶
func (b *KanikoTaskApplyConfiguration) WithVerbose(value bool) *KanikoTaskApplyConfiguration
WithVerbose sets the Verbose field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Verbose field is set to the value of the last call.
type KanikoTaskCacheApplyConfiguration ¶
type KanikoTaskCacheApplyConfiguration struct { Enabled *bool `json:"enabled,omitempty"` PersistentVolumeClaim *string `json:"persistentVolumeClaim,omitempty"` }
KanikoTaskCacheApplyConfiguration represents an declarative configuration of the KanikoTaskCache type for use with apply.
func KanikoTaskCache ¶
func KanikoTaskCache() *KanikoTaskCacheApplyConfiguration
KanikoTaskCacheApplyConfiguration constructs an declarative configuration of the KanikoTaskCache type for use with apply.
func (*KanikoTaskCacheApplyConfiguration) WithEnabled ¶
func (b *KanikoTaskCacheApplyConfiguration) WithEnabled(value bool) *KanikoTaskCacheApplyConfiguration
WithEnabled sets the Enabled field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Enabled field is set to the value of the last call.
func (*KanikoTaskCacheApplyConfiguration) WithPersistentVolumeClaim ¶
func (b *KanikoTaskCacheApplyConfiguration) WithPersistentVolumeClaim(value string) *KanikoTaskCacheApplyConfiguration
WithPersistentVolumeClaim sets the PersistentVolumeClaim field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the PersistentVolumeClaim field is set to the value of the last call.
type MavenArtifactApplyConfiguration ¶
type MavenArtifactApplyConfiguration struct { GroupID *string `json:"groupId,omitempty"` ArtifactID *string `json:"artifactId,omitempty"` Type *string `json:"type,omitempty"` Version *string `json:"version,omitempty"` Classifier *string `json:"classifier,omitempty"` }
MavenArtifactApplyConfiguration represents an declarative configuration of the MavenArtifact type for use with apply.
func MavenArtifact ¶
func MavenArtifact() *MavenArtifactApplyConfiguration
MavenArtifactApplyConfiguration constructs an declarative configuration of the MavenArtifact type for use with apply.
func (*MavenArtifactApplyConfiguration) WithArtifactID ¶
func (b *MavenArtifactApplyConfiguration) WithArtifactID(value string) *MavenArtifactApplyConfiguration
WithArtifactID sets the ArtifactID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ArtifactID field is set to the value of the last call.
func (*MavenArtifactApplyConfiguration) WithClassifier ¶ added in v2.3.0
func (b *MavenArtifactApplyConfiguration) WithClassifier(value string) *MavenArtifactApplyConfiguration
WithClassifier sets the Classifier field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Classifier field is set to the value of the last call.
func (*MavenArtifactApplyConfiguration) WithGroupID ¶
func (b *MavenArtifactApplyConfiguration) WithGroupID(value string) *MavenArtifactApplyConfiguration
WithGroupID sets the GroupID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupID field is set to the value of the last call.
func (*MavenArtifactApplyConfiguration) WithType ¶ added in v2.3.0
func (b *MavenArtifactApplyConfiguration) WithType(value string) *MavenArtifactApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
func (*MavenArtifactApplyConfiguration) WithVersion ¶
func (b *MavenArtifactApplyConfiguration) WithVersion(value string) *MavenArtifactApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type MavenBuildSpecApplyConfiguration ¶
type MavenBuildSpecApplyConfiguration struct { MavenSpecApplyConfiguration `json:",inline"` Repositories []RepositoryApplyConfiguration `json:"repositories,omitempty"` Servers []ServerApplyConfiguration `json:"servers,omitempty"` }
MavenBuildSpecApplyConfiguration represents an declarative configuration of the MavenBuildSpec type for use with apply.
func MavenBuildSpec ¶
func MavenBuildSpec() *MavenBuildSpecApplyConfiguration
MavenBuildSpecApplyConfiguration constructs an declarative configuration of the MavenBuildSpec type for use with apply.
func (*MavenBuildSpecApplyConfiguration) WithCASecrets ¶
func (b *MavenBuildSpecApplyConfiguration) WithCASecrets(values ...corev1.SecretKeySelector) *MavenBuildSpecApplyConfiguration
WithCASecrets adds the given value to the CASecrets field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the CASecrets field.
func (*MavenBuildSpecApplyConfiguration) WithCLIOptions ¶
func (b *MavenBuildSpecApplyConfiguration) WithCLIOptions(values ...string) *MavenBuildSpecApplyConfiguration
WithCLIOptions adds the given value to the CLIOptions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the CLIOptions field.
func (*MavenBuildSpecApplyConfiguration) WithExtension ¶
func (b *MavenBuildSpecApplyConfiguration) WithExtension(values ...*MavenArtifactApplyConfiguration) *MavenBuildSpecApplyConfiguration
WithExtension adds the given value to the Extension field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Extension field.
func (*MavenBuildSpecApplyConfiguration) WithLocalRepository ¶
func (b *MavenBuildSpecApplyConfiguration) WithLocalRepository(value string) *MavenBuildSpecApplyConfiguration
WithLocalRepository sets the LocalRepository field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LocalRepository field is set to the value of the last call.
func (*MavenBuildSpecApplyConfiguration) WithProfiles ¶ added in v2.1.0
func (b *MavenBuildSpecApplyConfiguration) WithProfiles(values ...*ValueSourceApplyConfiguration) *MavenBuildSpecApplyConfiguration
WithProfiles adds the given value to the Profiles field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Profiles field.
func (*MavenBuildSpecApplyConfiguration) WithProperties ¶
func (b *MavenBuildSpecApplyConfiguration) WithProperties(entries map[string]string) *MavenBuildSpecApplyConfiguration
WithProperties puts the entries into the Properties field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Properties field, overwriting an existing map entries in Properties field with the same key.
func (*MavenBuildSpecApplyConfiguration) WithRepositories ¶
func (b *MavenBuildSpecApplyConfiguration) WithRepositories(values ...*RepositoryApplyConfiguration) *MavenBuildSpecApplyConfiguration
WithRepositories adds the given value to the Repositories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Repositories field.
func (*MavenBuildSpecApplyConfiguration) WithServers ¶
func (b *MavenBuildSpecApplyConfiguration) WithServers(values ...*ServerApplyConfiguration) *MavenBuildSpecApplyConfiguration
WithServers adds the given value to the Servers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Servers field.
func (*MavenBuildSpecApplyConfiguration) WithSettings ¶
func (b *MavenBuildSpecApplyConfiguration) WithSettings(value *ValueSourceApplyConfiguration) *MavenBuildSpecApplyConfiguration
WithSettings sets the Settings field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Settings field is set to the value of the last call.
func (*MavenBuildSpecApplyConfiguration) WithSettingsSecurity ¶
func (b *MavenBuildSpecApplyConfiguration) WithSettingsSecurity(value *ValueSourceApplyConfiguration) *MavenBuildSpecApplyConfiguration
WithSettingsSecurity sets the SettingsSecurity field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SettingsSecurity field is set to the value of the last call.
type MavenSpecApplyConfiguration ¶
type MavenSpecApplyConfiguration struct { LocalRepository *string `json:"localRepository,omitempty"` Properties map[string]string `json:"properties,omitempty"` Profiles []ValueSourceApplyConfiguration `json:"profiles,omitempty"` Settings *ValueSourceApplyConfiguration `json:"settings,omitempty"` SettingsSecurity *ValueSourceApplyConfiguration `json:"settingsSecurity,omitempty"` CASecrets []corev1.SecretKeySelector `json:"caSecrets,omitempty"` Extension []MavenArtifactApplyConfiguration `json:"extension,omitempty"` CLIOptions []string `json:"cliOptions,omitempty"` }
MavenSpecApplyConfiguration represents an declarative configuration of the MavenSpec type for use with apply.
func MavenSpec ¶
func MavenSpec() *MavenSpecApplyConfiguration
MavenSpecApplyConfiguration constructs an declarative configuration of the MavenSpec type for use with apply.
func (*MavenSpecApplyConfiguration) WithCASecrets ¶
func (b *MavenSpecApplyConfiguration) WithCASecrets(values ...corev1.SecretKeySelector) *MavenSpecApplyConfiguration
WithCASecrets adds the given value to the CASecrets field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the CASecrets field.
func (*MavenSpecApplyConfiguration) WithCLIOptions ¶
func (b *MavenSpecApplyConfiguration) WithCLIOptions(values ...string) *MavenSpecApplyConfiguration
WithCLIOptions adds the given value to the CLIOptions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the CLIOptions field.
func (*MavenSpecApplyConfiguration) WithExtension ¶
func (b *MavenSpecApplyConfiguration) WithExtension(values ...*MavenArtifactApplyConfiguration) *MavenSpecApplyConfiguration
WithExtension adds the given value to the Extension field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Extension field.
func (*MavenSpecApplyConfiguration) WithLocalRepository ¶
func (b *MavenSpecApplyConfiguration) WithLocalRepository(value string) *MavenSpecApplyConfiguration
WithLocalRepository sets the LocalRepository field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LocalRepository field is set to the value of the last call.
func (*MavenSpecApplyConfiguration) WithProfiles ¶ added in v2.1.0
func (b *MavenSpecApplyConfiguration) WithProfiles(values ...*ValueSourceApplyConfiguration) *MavenSpecApplyConfiguration
WithProfiles adds the given value to the Profiles field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Profiles field.
func (*MavenSpecApplyConfiguration) WithProperties ¶
func (b *MavenSpecApplyConfiguration) WithProperties(entries map[string]string) *MavenSpecApplyConfiguration
WithProperties puts the entries into the Properties field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Properties field, overwriting an existing map entries in Properties field with the same key.
func (*MavenSpecApplyConfiguration) WithSettings ¶
func (b *MavenSpecApplyConfiguration) WithSettings(value *ValueSourceApplyConfiguration) *MavenSpecApplyConfiguration
WithSettings sets the Settings field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Settings field is set to the value of the last call.
func (*MavenSpecApplyConfiguration) WithSettingsSecurity ¶
func (b *MavenSpecApplyConfiguration) WithSettingsSecurity(value *ValueSourceApplyConfiguration) *MavenSpecApplyConfiguration
WithSettingsSecurity sets the SettingsSecurity field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SettingsSecurity field is set to the value of the last call.
type PipeApplyConfiguration ¶
type PipeApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *PipeSpecApplyConfiguration `json:"spec,omitempty"` Status *PipeStatusApplyConfiguration `json:"status,omitempty"` }
PipeApplyConfiguration represents an declarative configuration of the Pipe type for use with apply.
func Pipe ¶
func Pipe(name, namespace string) *PipeApplyConfiguration
Pipe constructs an declarative configuration of the Pipe type for use with apply.
func (*PipeApplyConfiguration) WithAPIVersion ¶
func (b *PipeApplyConfiguration) WithAPIVersion(value string) *PipeApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*PipeApplyConfiguration) WithAnnotations ¶
func (b *PipeApplyConfiguration) WithAnnotations(entries map[string]string) *PipeApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*PipeApplyConfiguration) WithCreationTimestamp ¶
func (b *PipeApplyConfiguration) WithCreationTimestamp(value metav1.Time) *PipeApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*PipeApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *PipeApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *PipeApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*PipeApplyConfiguration) WithDeletionTimestamp ¶
func (b *PipeApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *PipeApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*PipeApplyConfiguration) WithFinalizers ¶
func (b *PipeApplyConfiguration) WithFinalizers(values ...string) *PipeApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*PipeApplyConfiguration) WithGenerateName ¶
func (b *PipeApplyConfiguration) WithGenerateName(value string) *PipeApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*PipeApplyConfiguration) WithGeneration ¶
func (b *PipeApplyConfiguration) WithGeneration(value int64) *PipeApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*PipeApplyConfiguration) WithKind ¶
func (b *PipeApplyConfiguration) WithKind(value string) *PipeApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*PipeApplyConfiguration) WithLabels ¶
func (b *PipeApplyConfiguration) WithLabels(entries map[string]string) *PipeApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*PipeApplyConfiguration) WithName ¶
func (b *PipeApplyConfiguration) WithName(value string) *PipeApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*PipeApplyConfiguration) WithNamespace ¶
func (b *PipeApplyConfiguration) WithNamespace(value string) *PipeApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*PipeApplyConfiguration) WithOwnerReferences ¶
func (b *PipeApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *PipeApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*PipeApplyConfiguration) WithResourceVersion ¶
func (b *PipeApplyConfiguration) WithResourceVersion(value string) *PipeApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*PipeApplyConfiguration) WithSpec ¶
func (b *PipeApplyConfiguration) WithSpec(value *PipeSpecApplyConfiguration) *PipeApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*PipeApplyConfiguration) WithStatus ¶
func (b *PipeApplyConfiguration) WithStatus(value *PipeStatusApplyConfiguration) *PipeApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*PipeApplyConfiguration) WithUID ¶
func (b *PipeApplyConfiguration) WithUID(value types.UID) *PipeApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type PipeConditionApplyConfiguration ¶
type PipeConditionApplyConfiguration struct { Type *v1.PipeConditionType `json:"type,omitempty"` Status *corev1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` Pods []PodConditionApplyConfiguration `json:"pods,omitempty"` }
PipeConditionApplyConfiguration represents an declarative configuration of the PipeCondition type for use with apply.
func PipeCondition ¶
func PipeCondition() *PipeConditionApplyConfiguration
PipeConditionApplyConfiguration constructs an declarative configuration of the PipeCondition type for use with apply.
func (*PipeConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *PipeConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *PipeConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*PipeConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *PipeConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *PipeConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*PipeConditionApplyConfiguration) WithMessage ¶
func (b *PipeConditionApplyConfiguration) WithMessage(value string) *PipeConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*PipeConditionApplyConfiguration) WithPods ¶
func (b *PipeConditionApplyConfiguration) WithPods(values ...*PodConditionApplyConfiguration) *PipeConditionApplyConfiguration
WithPods adds the given value to the Pods field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Pods field.
func (*PipeConditionApplyConfiguration) WithReason ¶
func (b *PipeConditionApplyConfiguration) WithReason(value string) *PipeConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*PipeConditionApplyConfiguration) WithStatus ¶
func (b *PipeConditionApplyConfiguration) WithStatus(value corev1.ConditionStatus) *PipeConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*PipeConditionApplyConfiguration) WithType ¶
func (b *PipeConditionApplyConfiguration) WithType(value v1.PipeConditionType) *PipeConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type PipeSpecApplyConfiguration ¶
type PipeSpecApplyConfiguration struct { Integration *IntegrationSpecApplyConfiguration `json:"integration,omitempty"` Source *EndpointApplyConfiguration `json:"source,omitempty"` Sink *EndpointApplyConfiguration `json:"sink,omitempty"` ErrorHandler *ErrorHandlerSpecApplyConfiguration `json:"errorHandler,omitempty"` Steps []EndpointApplyConfiguration `json:"steps,omitempty"` Replicas *int32 `json:"replicas,omitempty"` ServiceAccountName *string `json:"serviceAccountName,omitempty"` }
PipeSpecApplyConfiguration represents an declarative configuration of the PipeSpec type for use with apply.
func PipeSpec ¶
func PipeSpec() *PipeSpecApplyConfiguration
PipeSpecApplyConfiguration constructs an declarative configuration of the PipeSpec type for use with apply.
func (*PipeSpecApplyConfiguration) WithErrorHandler ¶
func (b *PipeSpecApplyConfiguration) WithErrorHandler(value *ErrorHandlerSpecApplyConfiguration) *PipeSpecApplyConfiguration
WithErrorHandler sets the ErrorHandler field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ErrorHandler field is set to the value of the last call.
func (*PipeSpecApplyConfiguration) WithIntegration ¶
func (b *PipeSpecApplyConfiguration) WithIntegration(value *IntegrationSpecApplyConfiguration) *PipeSpecApplyConfiguration
WithIntegration sets the Integration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Integration field is set to the value of the last call.
func (*PipeSpecApplyConfiguration) WithReplicas ¶
func (b *PipeSpecApplyConfiguration) WithReplicas(value int32) *PipeSpecApplyConfiguration
WithReplicas sets the Replicas field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Replicas field is set to the value of the last call.
func (*PipeSpecApplyConfiguration) WithServiceAccountName ¶
func (b *PipeSpecApplyConfiguration) WithServiceAccountName(value string) *PipeSpecApplyConfiguration
WithServiceAccountName sets the ServiceAccountName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ServiceAccountName field is set to the value of the last call.
func (*PipeSpecApplyConfiguration) WithSink ¶
func (b *PipeSpecApplyConfiguration) WithSink(value *EndpointApplyConfiguration) *PipeSpecApplyConfiguration
WithSink sets the Sink field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Sink field is set to the value of the last call.
func (*PipeSpecApplyConfiguration) WithSource ¶
func (b *PipeSpecApplyConfiguration) WithSource(value *EndpointApplyConfiguration) *PipeSpecApplyConfiguration
WithSource sets the Source field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Source field is set to the value of the last call.
func (*PipeSpecApplyConfiguration) WithSteps ¶
func (b *PipeSpecApplyConfiguration) WithSteps(values ...*EndpointApplyConfiguration) *PipeSpecApplyConfiguration
WithSteps adds the given value to the Steps field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Steps field.
type PipeStatusApplyConfiguration ¶
type PipeStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Phase *v1.PipePhase `json:"phase,omitempty"` Conditions []PipeConditionApplyConfiguration `json:"conditions,omitempty"` Replicas *int32 `json:"replicas,omitempty"` Selector *string `json:"selector,omitempty"` }
PipeStatusApplyConfiguration represents an declarative configuration of the PipeStatus type for use with apply.
func PipeStatus ¶
func PipeStatus() *PipeStatusApplyConfiguration
PipeStatusApplyConfiguration constructs an declarative configuration of the PipeStatus type for use with apply.
func (*PipeStatusApplyConfiguration) WithConditions ¶
func (b *PipeStatusApplyConfiguration) WithConditions(values ...*PipeConditionApplyConfiguration) *PipeStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*PipeStatusApplyConfiguration) WithObservedGeneration ¶
func (b *PipeStatusApplyConfiguration) WithObservedGeneration(value int64) *PipeStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.
func (*PipeStatusApplyConfiguration) WithPhase ¶
func (b *PipeStatusApplyConfiguration) WithPhase(value v1.PipePhase) *PipeStatusApplyConfiguration
WithPhase sets the Phase field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Phase field is set to the value of the last call.
func (*PipeStatusApplyConfiguration) WithReplicas ¶
func (b *PipeStatusApplyConfiguration) WithReplicas(value int32) *PipeStatusApplyConfiguration
WithReplicas sets the Replicas field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Replicas field is set to the value of the last call.
func (*PipeStatusApplyConfiguration) WithSelector ¶
func (b *PipeStatusApplyConfiguration) WithSelector(value string) *PipeStatusApplyConfiguration
WithSelector sets the Selector field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Selector field is set to the value of the last call.
type PipelineSpecApplyConfiguration ¶
type PipelineSpecApplyConfiguration struct { Tasks []TaskApplyConfiguration `json:"tasks,omitempty"` Timeout *metav1.Duration `json:"timeout,omitempty"` }
PipelineSpecApplyConfiguration represents an declarative configuration of the PipelineSpec type for use with apply.
func PipelineSpec ¶
func PipelineSpec() *PipelineSpecApplyConfiguration
PipelineSpecApplyConfiguration constructs an declarative configuration of the PipelineSpec type for use with apply.
func (*PipelineSpecApplyConfiguration) WithTasks ¶
func (b *PipelineSpecApplyConfiguration) WithTasks(values ...*TaskApplyConfiguration) *PipelineSpecApplyConfiguration
WithTasks adds the given value to the Tasks field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Tasks field.
func (*PipelineSpecApplyConfiguration) WithTimeout ¶
func (b *PipelineSpecApplyConfiguration) WithTimeout(value metav1.Duration) *PipelineSpecApplyConfiguration
WithTimeout sets the Timeout field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Timeout field is set to the value of the last call.
type PodConditionApplyConfiguration ¶
type PodConditionApplyConfiguration struct { Name *string `json:"name,omitempty"` Condition *v1.PodCondition `json:"condition,omitempty"` Health []HealthCheckResponseApplyConfiguration `json:"health,omitempty"` }
PodConditionApplyConfiguration represents an declarative configuration of the PodCondition type for use with apply.
func PodCondition ¶
func PodCondition() *PodConditionApplyConfiguration
PodConditionApplyConfiguration constructs an declarative configuration of the PodCondition type for use with apply.
func (*PodConditionApplyConfiguration) WithCondition ¶
func (b *PodConditionApplyConfiguration) WithCondition(value v1.PodCondition) *PodConditionApplyConfiguration
WithCondition sets the Condition field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Condition field is set to the value of the last call.
func (*PodConditionApplyConfiguration) WithHealth ¶
func (b *PodConditionApplyConfiguration) WithHealth(values ...*HealthCheckResponseApplyConfiguration) *PodConditionApplyConfiguration
WithHealth adds the given value to the Health field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Health field.
func (*PodConditionApplyConfiguration) WithName ¶
func (b *PodConditionApplyConfiguration) WithName(value string) *PodConditionApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
type PodSpecApplyConfiguration ¶
type PodSpecApplyConfiguration struct { AutomountServiceAccountToken *bool `json:"automountServiceAccountToken,omitempty"` Volumes []v1.Volume `json:"volumes,omitempty"` InitContainers []v1.Container `json:"initContainers,omitempty"` Containers []v1.Container `json:"containers,omitempty"` EphemeralContainers []v1.EphemeralContainer `json:"ephemeralContainers,omitempty"` RestartPolicy *v1.RestartPolicy `json:"restartPolicy,omitempty"` TerminationGracePeriodSeconds *int64 `json:"terminationGracePeriodSeconds,omitempty"` ActiveDeadlineSeconds *int64 `json:"activeDeadlineSeconds,omitempty"` DNSPolicy *v1.DNSPolicy `json:"dnsPolicy,omitempty"` NodeSelector map[string]string `json:"nodeSelector,omitempty"` TopologySpreadConstraints []v1.TopologySpreadConstraint `json:"topologySpreadConstraints,omitempty"` SecurityContext *v1.PodSecurityContext `json:"securityContext,omitempty"` }
PodSpecApplyConfiguration represents an declarative configuration of the PodSpec type for use with apply.
func PodSpec ¶
func PodSpec() *PodSpecApplyConfiguration
PodSpecApplyConfiguration constructs an declarative configuration of the PodSpec type for use with apply.
func (*PodSpecApplyConfiguration) WithActiveDeadlineSeconds ¶
func (b *PodSpecApplyConfiguration) WithActiveDeadlineSeconds(value int64) *PodSpecApplyConfiguration
WithActiveDeadlineSeconds sets the ActiveDeadlineSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ActiveDeadlineSeconds field is set to the value of the last call.
func (*PodSpecApplyConfiguration) WithAutomountServiceAccountToken ¶ added in v2.4.0
func (b *PodSpecApplyConfiguration) WithAutomountServiceAccountToken(value bool) *PodSpecApplyConfiguration
WithAutomountServiceAccountToken sets the AutomountServiceAccountToken field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the AutomountServiceAccountToken field is set to the value of the last call.
func (*PodSpecApplyConfiguration) WithContainers ¶
func (b *PodSpecApplyConfiguration) WithContainers(values ...v1.Container) *PodSpecApplyConfiguration
WithContainers adds the given value to the Containers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Containers field.
func (*PodSpecApplyConfiguration) WithDNSPolicy ¶
func (b *PodSpecApplyConfiguration) WithDNSPolicy(value v1.DNSPolicy) *PodSpecApplyConfiguration
WithDNSPolicy sets the DNSPolicy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DNSPolicy field is set to the value of the last call.
func (*PodSpecApplyConfiguration) WithEphemeralContainers ¶
func (b *PodSpecApplyConfiguration) WithEphemeralContainers(values ...v1.EphemeralContainer) *PodSpecApplyConfiguration
WithEphemeralContainers adds the given value to the EphemeralContainers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the EphemeralContainers field.
func (*PodSpecApplyConfiguration) WithInitContainers ¶
func (b *PodSpecApplyConfiguration) WithInitContainers(values ...v1.Container) *PodSpecApplyConfiguration
WithInitContainers adds the given value to the InitContainers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the InitContainers field.
func (*PodSpecApplyConfiguration) WithNodeSelector ¶
func (b *PodSpecApplyConfiguration) WithNodeSelector(entries map[string]string) *PodSpecApplyConfiguration
WithNodeSelector puts the entries into the NodeSelector field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the NodeSelector field, overwriting an existing map entries in NodeSelector field with the same key.
func (*PodSpecApplyConfiguration) WithRestartPolicy ¶
func (b *PodSpecApplyConfiguration) WithRestartPolicy(value v1.RestartPolicy) *PodSpecApplyConfiguration
WithRestartPolicy sets the RestartPolicy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the RestartPolicy field is set to the value of the last call.
func (*PodSpecApplyConfiguration) WithSecurityContext ¶
func (b *PodSpecApplyConfiguration) WithSecurityContext(value v1.PodSecurityContext) *PodSpecApplyConfiguration
WithSecurityContext sets the SecurityContext field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SecurityContext field is set to the value of the last call.
func (*PodSpecApplyConfiguration) WithTerminationGracePeriodSeconds ¶
func (b *PodSpecApplyConfiguration) WithTerminationGracePeriodSeconds(value int64) *PodSpecApplyConfiguration
WithTerminationGracePeriodSeconds sets the TerminationGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the TerminationGracePeriodSeconds field is set to the value of the last call.
func (*PodSpecApplyConfiguration) WithTopologySpreadConstraints ¶
func (b *PodSpecApplyConfiguration) WithTopologySpreadConstraints(values ...v1.TopologySpreadConstraint) *PodSpecApplyConfiguration
WithTopologySpreadConstraints adds the given value to the TopologySpreadConstraints field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the TopologySpreadConstraints field.
func (*PodSpecApplyConfiguration) WithVolumes ¶
func (b *PodSpecApplyConfiguration) WithVolumes(values ...v1.Volume) *PodSpecApplyConfiguration
WithVolumes adds the given value to the Volumes field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Volumes field.
type PodSpecTemplateApplyConfiguration ¶
type PodSpecTemplateApplyConfiguration struct {
Spec *PodSpecApplyConfiguration `json:"spec,omitempty"`
}
PodSpecTemplateApplyConfiguration represents an declarative configuration of the PodSpecTemplate type for use with apply.
func PodSpecTemplate ¶
func PodSpecTemplate() *PodSpecTemplateApplyConfiguration
PodSpecTemplateApplyConfiguration constructs an declarative configuration of the PodSpecTemplate type for use with apply.
func (*PodSpecTemplateApplyConfiguration) WithSpec ¶
func (b *PodSpecTemplateApplyConfiguration) WithSpec(value *PodSpecApplyConfiguration) *PodSpecTemplateApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
type PublishTaskApplyConfiguration ¶
type PublishTaskApplyConfiguration struct { ContextDir *string `json:"contextDir,omitempty"` BaseImage *string `json:"baseImage,omitempty"` Image *string `json:"image,omitempty"` Registry *RegistrySpecApplyConfiguration `json:"registry,omitempty"` }
PublishTaskApplyConfiguration represents an declarative configuration of the PublishTask type for use with apply.
func PublishTask ¶
func PublishTask() *PublishTaskApplyConfiguration
PublishTaskApplyConfiguration constructs an declarative configuration of the PublishTask type for use with apply.
func (*PublishTaskApplyConfiguration) WithBaseImage ¶
func (b *PublishTaskApplyConfiguration) WithBaseImage(value string) *PublishTaskApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*PublishTaskApplyConfiguration) WithContextDir ¶
func (b *PublishTaskApplyConfiguration) WithContextDir(value string) *PublishTaskApplyConfiguration
WithContextDir sets the ContextDir field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContextDir field is set to the value of the last call.
func (*PublishTaskApplyConfiguration) WithImage ¶
func (b *PublishTaskApplyConfiguration) WithImage(value string) *PublishTaskApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*PublishTaskApplyConfiguration) WithRegistry ¶
func (b *PublishTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *PublishTaskApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
type RegistrySpecApplyConfiguration ¶
type RegistrySpecApplyConfiguration struct { Insecure *bool `json:"insecure,omitempty"` Address *string `json:"address,omitempty"` Secret *string `json:"secret,omitempty"` CA *string `json:"ca,omitempty"` Organization *string `json:"organization,omitempty"` }
RegistrySpecApplyConfiguration represents an declarative configuration of the RegistrySpec type for use with apply.
func RegistrySpec ¶
func RegistrySpec() *RegistrySpecApplyConfiguration
RegistrySpecApplyConfiguration constructs an declarative configuration of the RegistrySpec type for use with apply.
func (*RegistrySpecApplyConfiguration) WithAddress ¶
func (b *RegistrySpecApplyConfiguration) WithAddress(value string) *RegistrySpecApplyConfiguration
WithAddress sets the Address field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Address field is set to the value of the last call.
func (*RegistrySpecApplyConfiguration) WithCA ¶
func (b *RegistrySpecApplyConfiguration) WithCA(value string) *RegistrySpecApplyConfiguration
WithCA sets the CA field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CA field is set to the value of the last call.
func (*RegistrySpecApplyConfiguration) WithInsecure ¶
func (b *RegistrySpecApplyConfiguration) WithInsecure(value bool) *RegistrySpecApplyConfiguration
WithInsecure sets the Insecure field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Insecure field is set to the value of the last call.
func (*RegistrySpecApplyConfiguration) WithOrganization ¶
func (b *RegistrySpecApplyConfiguration) WithOrganization(value string) *RegistrySpecApplyConfiguration
WithOrganization sets the Organization field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Organization field is set to the value of the last call.
func (*RegistrySpecApplyConfiguration) WithSecret ¶
func (b *RegistrySpecApplyConfiguration) WithSecret(value string) *RegistrySpecApplyConfiguration
WithSecret sets the Secret field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Secret field is set to the value of the last call.
type RepositoryApplyConfiguration ¶
type RepositoryApplyConfiguration struct { ID *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` URL *string `json:"url,omitempty"` Snapshots *RepositoryPolicyApplyConfiguration `json:"snapshots,omitempty"` Releases *RepositoryPolicyApplyConfiguration `json:"releases,omitempty"` }
RepositoryApplyConfiguration represents an declarative configuration of the Repository type for use with apply.
func Repository ¶
func Repository() *RepositoryApplyConfiguration
RepositoryApplyConfiguration constructs an declarative configuration of the Repository type for use with apply.
func (*RepositoryApplyConfiguration) WithID ¶
func (b *RepositoryApplyConfiguration) WithID(value string) *RepositoryApplyConfiguration
WithID sets the ID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ID field is set to the value of the last call.
func (*RepositoryApplyConfiguration) WithName ¶
func (b *RepositoryApplyConfiguration) WithName(value string) *RepositoryApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*RepositoryApplyConfiguration) WithReleases ¶
func (b *RepositoryApplyConfiguration) WithReleases(value *RepositoryPolicyApplyConfiguration) *RepositoryApplyConfiguration
WithReleases sets the Releases field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Releases field is set to the value of the last call.
func (*RepositoryApplyConfiguration) WithSnapshots ¶
func (b *RepositoryApplyConfiguration) WithSnapshots(value *RepositoryPolicyApplyConfiguration) *RepositoryApplyConfiguration
WithSnapshots sets the Snapshots field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Snapshots field is set to the value of the last call.
func (*RepositoryApplyConfiguration) WithURL ¶
func (b *RepositoryApplyConfiguration) WithURL(value string) *RepositoryApplyConfiguration
WithURL sets the URL field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the URL field is set to the value of the last call.
type RepositoryPolicyApplyConfiguration ¶
type RepositoryPolicyApplyConfiguration struct { Enabled *bool `json:"enabled,omitempty"` UpdatePolicy *string `json:"updatePolicy,omitempty"` ChecksumPolicy *string `json:"checksumPolicy,omitempty"` }
RepositoryPolicyApplyConfiguration represents an declarative configuration of the RepositoryPolicy type for use with apply.
func RepositoryPolicy ¶
func RepositoryPolicy() *RepositoryPolicyApplyConfiguration
RepositoryPolicyApplyConfiguration constructs an declarative configuration of the RepositoryPolicy type for use with apply.
func (*RepositoryPolicyApplyConfiguration) WithChecksumPolicy ¶
func (b *RepositoryPolicyApplyConfiguration) WithChecksumPolicy(value string) *RepositoryPolicyApplyConfiguration
WithChecksumPolicy sets the ChecksumPolicy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ChecksumPolicy field is set to the value of the last call.
func (*RepositoryPolicyApplyConfiguration) WithEnabled ¶
func (b *RepositoryPolicyApplyConfiguration) WithEnabled(value bool) *RepositoryPolicyApplyConfiguration
WithEnabled sets the Enabled field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Enabled field is set to the value of the last call.
func (*RepositoryPolicyApplyConfiguration) WithUpdatePolicy ¶
func (b *RepositoryPolicyApplyConfiguration) WithUpdatePolicy(value string) *RepositoryPolicyApplyConfiguration
WithUpdatePolicy sets the UpdatePolicy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UpdatePolicy field is set to the value of the last call.
type RuntimeSpecApplyConfiguration ¶
type RuntimeSpecApplyConfiguration struct { Version *string `json:"version,omitempty"` Provider *v1.RuntimeProvider `json:"provider,omitempty"` ApplicationClass *string `json:"applicationClass,omitempty"` Dependencies []MavenArtifactApplyConfiguration `json:"dependencies,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` Capabilities map[string]CapabilityApplyConfiguration `json:"capabilities,omitempty"` }
RuntimeSpecApplyConfiguration represents an declarative configuration of the RuntimeSpec type for use with apply.
func RuntimeSpec ¶
func RuntimeSpec() *RuntimeSpecApplyConfiguration
RuntimeSpecApplyConfiguration constructs an declarative configuration of the RuntimeSpec type for use with apply.
func (*RuntimeSpecApplyConfiguration) WithApplicationClass ¶
func (b *RuntimeSpecApplyConfiguration) WithApplicationClass(value string) *RuntimeSpecApplyConfiguration
WithApplicationClass sets the ApplicationClass field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ApplicationClass field is set to the value of the last call.
func (*RuntimeSpecApplyConfiguration) WithCapabilities ¶
func (b *RuntimeSpecApplyConfiguration) WithCapabilities(entries map[string]CapabilityApplyConfiguration) *RuntimeSpecApplyConfiguration
WithCapabilities puts the entries into the Capabilities field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Capabilities field, overwriting an existing map entries in Capabilities field with the same key.
func (*RuntimeSpecApplyConfiguration) WithDependencies ¶
func (b *RuntimeSpecApplyConfiguration) WithDependencies(values ...*MavenArtifactApplyConfiguration) *RuntimeSpecApplyConfiguration
WithDependencies adds the given value to the Dependencies field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Dependencies field.
func (*RuntimeSpecApplyConfiguration) WithMetadata ¶
func (b *RuntimeSpecApplyConfiguration) WithMetadata(entries map[string]string) *RuntimeSpecApplyConfiguration
WithMetadata puts the entries into the Metadata field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Metadata field, overwriting an existing map entries in Metadata field with the same key.
func (*RuntimeSpecApplyConfiguration) WithProvider ¶
func (b *RuntimeSpecApplyConfiguration) WithProvider(value v1.RuntimeProvider) *RuntimeSpecApplyConfiguration
WithProvider sets the Provider field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Provider field is set to the value of the last call.
func (*RuntimeSpecApplyConfiguration) WithVersion ¶
func (b *RuntimeSpecApplyConfiguration) WithVersion(value string) *RuntimeSpecApplyConfiguration
WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.
type S2iTaskApplyConfiguration ¶
type S2iTaskApplyConfiguration struct { BaseTaskApplyConfiguration `json:",inline"` PublishTaskApplyConfiguration `json:",inline"` Tag *string `json:"tag,omitempty"` }
S2iTaskApplyConfiguration represents an declarative configuration of the S2iTask type for use with apply.
func S2iTask ¶
func S2iTask() *S2iTaskApplyConfiguration
S2iTaskApplyConfiguration constructs an declarative configuration of the S2iTask type for use with apply.
func (*S2iTaskApplyConfiguration) WithBaseImage ¶ added in v2.3.3
func (b *S2iTaskApplyConfiguration) WithBaseImage(value string) *S2iTaskApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*S2iTaskApplyConfiguration) WithConfiguration ¶ added in v2.1.0
func (b *S2iTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *S2iTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*S2iTaskApplyConfiguration) WithContextDir ¶
func (b *S2iTaskApplyConfiguration) WithContextDir(value string) *S2iTaskApplyConfiguration
WithContextDir sets the ContextDir field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContextDir field is set to the value of the last call.
func (*S2iTaskApplyConfiguration) WithImage ¶ added in v2.3.3
func (b *S2iTaskApplyConfiguration) WithImage(value string) *S2iTaskApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*S2iTaskApplyConfiguration) WithName ¶
func (b *S2iTaskApplyConfiguration) WithName(value string) *S2iTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*S2iTaskApplyConfiguration) WithRegistry ¶ added in v2.3.3
func (b *S2iTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *S2iTaskApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
func (*S2iTaskApplyConfiguration) WithTag ¶
func (b *S2iTaskApplyConfiguration) WithTag(value string) *S2iTaskApplyConfiguration
WithTag sets the Tag field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Tag field is set to the value of the last call.
type ServerApplyConfiguration ¶
type ServerApplyConfiguration struct { ID *string `json:"id,omitempty"` Username *string `json:"username,omitempty"` Password *string `json:"password,omitempty"` Configuration *v1.Properties `json:"configuration,omitempty"` }
ServerApplyConfiguration represents an declarative configuration of the Server type for use with apply.
func Server ¶
func Server() *ServerApplyConfiguration
ServerApplyConfiguration constructs an declarative configuration of the Server type for use with apply.
func (*ServerApplyConfiguration) WithConfiguration ¶
func (b *ServerApplyConfiguration) WithConfiguration(value v1.Properties) *ServerApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*ServerApplyConfiguration) WithID ¶
func (b *ServerApplyConfiguration) WithID(value string) *ServerApplyConfiguration
WithID sets the ID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ID field is set to the value of the last call.
func (*ServerApplyConfiguration) WithPassword ¶
func (b *ServerApplyConfiguration) WithPassword(value string) *ServerApplyConfiguration
WithPassword sets the Password field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Password field is set to the value of the last call.
func (*ServerApplyConfiguration) WithUsername ¶
func (b *ServerApplyConfiguration) WithUsername(value string) *ServerApplyConfiguration
WithUsername sets the Username field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Username field is set to the value of the last call.
type SourceSpecApplyConfiguration ¶
type SourceSpecApplyConfiguration struct { DataSpecApplyConfiguration `json:",inline"` Language *camelv1.Language `json:"language,omitempty"` Loader *string `json:"loader,omitempty"` Interceptors []string `json:"interceptors,omitempty"` Type *camelv1.SourceType `json:"type,omitempty"` PropertyNames []string `json:"property-names,omitempty"` FromKamelet *bool `json:"from-kamelet,omitempty"` }
SourceSpecApplyConfiguration represents an declarative configuration of the SourceSpec type for use with apply.
func SourceSpec ¶
func SourceSpec() *SourceSpecApplyConfiguration
SourceSpecApplyConfiguration constructs an declarative configuration of the SourceSpec type for use with apply.
func (*SourceSpecApplyConfiguration) WithCompression ¶
func (b *SourceSpecApplyConfiguration) WithCompression(value bool) *SourceSpecApplyConfiguration
WithCompression sets the Compression field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Compression field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithContent ¶
func (b *SourceSpecApplyConfiguration) WithContent(value string) *SourceSpecApplyConfiguration
WithContent sets the Content field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Content field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithContentKey ¶
func (b *SourceSpecApplyConfiguration) WithContentKey(value string) *SourceSpecApplyConfiguration
WithContentKey sets the ContentKey field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContentKey field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithContentRef ¶
func (b *SourceSpecApplyConfiguration) WithContentRef(value string) *SourceSpecApplyConfiguration
WithContentRef sets the ContentRef field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContentRef field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithContentType ¶
func (b *SourceSpecApplyConfiguration) WithContentType(value string) *SourceSpecApplyConfiguration
WithContentType sets the ContentType field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContentType field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithFromKamelet ¶ added in v2.1.0
func (b *SourceSpecApplyConfiguration) WithFromKamelet(value bool) *SourceSpecApplyConfiguration
WithFromKamelet sets the FromKamelet field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the FromKamelet field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithInterceptors ¶
func (b *SourceSpecApplyConfiguration) WithInterceptors(values ...string) *SourceSpecApplyConfiguration
WithInterceptors adds the given value to the Interceptors field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Interceptors field.
func (*SourceSpecApplyConfiguration) WithLanguage ¶
func (b *SourceSpecApplyConfiguration) WithLanguage(value camelv1.Language) *SourceSpecApplyConfiguration
WithLanguage sets the Language field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Language field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithLoader ¶
func (b *SourceSpecApplyConfiguration) WithLoader(value string) *SourceSpecApplyConfiguration
WithLoader sets the Loader field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Loader field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithName ¶
func (b *SourceSpecApplyConfiguration) WithName(value string) *SourceSpecApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithPath ¶
func (b *SourceSpecApplyConfiguration) WithPath(value string) *SourceSpecApplyConfiguration
WithPath sets the Path field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Path field is set to the value of the last call.
func (*SourceSpecApplyConfiguration) WithPropertyNames ¶
func (b *SourceSpecApplyConfiguration) WithPropertyNames(values ...string) *SourceSpecApplyConfiguration
WithPropertyNames adds the given value to the PropertyNames field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the PropertyNames field.
func (*SourceSpecApplyConfiguration) WithRawContent ¶
func (b *SourceSpecApplyConfiguration) WithRawContent(values ...byte) *SourceSpecApplyConfiguration
WithRawContent adds the given value to the RawContent field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the RawContent field.
func (*SourceSpecApplyConfiguration) WithType ¶
func (b *SourceSpecApplyConfiguration) WithType(value camelv1.SourceType) *SourceSpecApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type SpectrumTaskApplyConfiguration ¶
type SpectrumTaskApplyConfiguration struct { BaseTaskApplyConfiguration `json:",inline"` PublishTaskApplyConfiguration `json:",inline"` }
SpectrumTaskApplyConfiguration represents an declarative configuration of the SpectrumTask type for use with apply.
func SpectrumTask ¶
func SpectrumTask() *SpectrumTaskApplyConfiguration
SpectrumTaskApplyConfiguration constructs an declarative configuration of the SpectrumTask type for use with apply.
func (*SpectrumTaskApplyConfiguration) WithBaseImage ¶
func (b *SpectrumTaskApplyConfiguration) WithBaseImage(value string) *SpectrumTaskApplyConfiguration
WithBaseImage sets the BaseImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the BaseImage field is set to the value of the last call.
func (*SpectrumTaskApplyConfiguration) WithConfiguration ¶ added in v2.1.0
func (b *SpectrumTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *SpectrumTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*SpectrumTaskApplyConfiguration) WithContextDir ¶
func (b *SpectrumTaskApplyConfiguration) WithContextDir(value string) *SpectrumTaskApplyConfiguration
WithContextDir sets the ContextDir field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContextDir field is set to the value of the last call.
func (*SpectrumTaskApplyConfiguration) WithImage ¶
func (b *SpectrumTaskApplyConfiguration) WithImage(value string) *SpectrumTaskApplyConfiguration
WithImage sets the Image field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Image field is set to the value of the last call.
func (*SpectrumTaskApplyConfiguration) WithName ¶
func (b *SpectrumTaskApplyConfiguration) WithName(value string) *SpectrumTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*SpectrumTaskApplyConfiguration) WithRegistry ¶
func (b *SpectrumTaskApplyConfiguration) WithRegistry(value *RegistrySpecApplyConfiguration) *SpectrumTaskApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
type TaskApplyConfiguration ¶
type TaskApplyConfiguration struct { Builder *BuilderTaskApplyConfiguration `json:"builder,omitempty"` Custom *UserTaskApplyConfiguration `json:"custom,omitempty"` Package *BuilderTaskApplyConfiguration `json:"package,omitempty"` Buildah *BuildahTaskApplyConfiguration `json:"buildah,omitempty"` Kaniko *KanikoTaskApplyConfiguration `json:"kaniko,omitempty"` Spectrum *SpectrumTaskApplyConfiguration `json:"spectrum,omitempty"` S2i *S2iTaskApplyConfiguration `json:"s2i,omitempty"` Jib *JibTaskApplyConfiguration `json:"jib,omitempty"` }
TaskApplyConfiguration represents an declarative configuration of the Task type for use with apply.
func Task ¶
func Task() *TaskApplyConfiguration
TaskApplyConfiguration constructs an declarative configuration of the Task type for use with apply.
func (*TaskApplyConfiguration) WithBuildah ¶
func (b *TaskApplyConfiguration) WithBuildah(value *BuildahTaskApplyConfiguration) *TaskApplyConfiguration
WithBuildah sets the Buildah field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Buildah field is set to the value of the last call.
func (*TaskApplyConfiguration) WithBuilder ¶
func (b *TaskApplyConfiguration) WithBuilder(value *BuilderTaskApplyConfiguration) *TaskApplyConfiguration
WithBuilder sets the Builder field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Builder field is set to the value of the last call.
func (*TaskApplyConfiguration) WithCustom ¶
func (b *TaskApplyConfiguration) WithCustom(value *UserTaskApplyConfiguration) *TaskApplyConfiguration
WithCustom sets the Custom field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Custom field is set to the value of the last call.
func (*TaskApplyConfiguration) WithJib ¶ added in v2.1.0
func (b *TaskApplyConfiguration) WithJib(value *JibTaskApplyConfiguration) *TaskApplyConfiguration
WithJib sets the Jib field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Jib field is set to the value of the last call.
func (*TaskApplyConfiguration) WithKaniko ¶
func (b *TaskApplyConfiguration) WithKaniko(value *KanikoTaskApplyConfiguration) *TaskApplyConfiguration
WithKaniko sets the Kaniko field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kaniko field is set to the value of the last call.
func (*TaskApplyConfiguration) WithPackage ¶ added in v2.1.0
func (b *TaskApplyConfiguration) WithPackage(value *BuilderTaskApplyConfiguration) *TaskApplyConfiguration
WithPackage sets the Package field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Package field is set to the value of the last call.
func (*TaskApplyConfiguration) WithS2i ¶
func (b *TaskApplyConfiguration) WithS2i(value *S2iTaskApplyConfiguration) *TaskApplyConfiguration
WithS2i sets the S2i field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the S2i field is set to the value of the last call.
func (*TaskApplyConfiguration) WithSpectrum ¶
func (b *TaskApplyConfiguration) WithSpectrum(value *SpectrumTaskApplyConfiguration) *TaskApplyConfiguration
WithSpectrum sets the Spectrum field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spectrum field is set to the value of the last call.
type TemplateApplyConfiguration ¶
type TemplateApplyConfiguration struct {
v1.RawMessage `json:",inline"`
}
TemplateApplyConfiguration represents an declarative configuration of the Template type for use with apply.
func Template ¶
func Template() *TemplateApplyConfiguration
TemplateApplyConfiguration constructs an declarative configuration of the Template type for use with apply.
type TraitConfigurationApplyConfiguration ¶
type TraitConfigurationApplyConfiguration struct {
v1.RawMessage `json:",inline"`
}
TraitConfigurationApplyConfiguration represents an declarative configuration of the TraitConfiguration type for use with apply.
func TraitConfiguration ¶
func TraitConfiguration() *TraitConfigurationApplyConfiguration
TraitConfigurationApplyConfiguration constructs an declarative configuration of the TraitConfiguration type for use with apply.
type TraitSpecApplyConfiguration ¶
type TraitSpecApplyConfiguration struct {
Configuration *TraitConfigurationApplyConfiguration `json:"configuration,omitempty"`
}
TraitSpecApplyConfiguration represents an declarative configuration of the TraitSpec type for use with apply.
func TraitSpec ¶
func TraitSpec() *TraitSpecApplyConfiguration
TraitSpecApplyConfiguration constructs an declarative configuration of the TraitSpec type for use with apply.
func (*TraitSpecApplyConfiguration) WithConfiguration ¶
func (b *TraitSpecApplyConfiguration) WithConfiguration(value *TraitConfigurationApplyConfiguration) *TraitSpecApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
type TraitsApplyConfiguration ¶
type TraitsApplyConfiguration struct { Affinity *trait.AffinityTrait `json:"affinity,omitempty"` Builder *trait.BuilderTrait `json:"builder,omitempty"` Camel *trait.CamelTrait `json:"camel,omitempty"` Container *trait.ContainerTrait `json:"container,omitempty"` Cron *trait.CronTrait `json:"cron,omitempty"` Dependencies *trait.DependenciesTrait `json:"dependencies,omitempty"` Deployer *trait.DeployerTrait `json:"deployer,omitempty"` Deployment *trait.DeploymentTrait `json:"deployment,omitempty"` Environment *trait.EnvironmentTrait `json:"environment,omitempty"` ErrorHandler *trait.ErrorHandlerTrait `json:"error-handler,omitempty"` GC *trait.GCTrait `json:"gc,omitempty"` Health *trait.HealthTrait `json:"health,omitempty"` Ingress *trait.IngressTrait `json:"ingress,omitempty"` Istio *trait.IstioTrait `json:"istio,omitempty"` Jolokia *trait.JolokiaTrait `json:"jolokia,omitempty"` JVM *trait.JVMTrait `json:"jvm,omitempty"` Kamelets *trait.KameletsTrait `json:"kamelets,omitempty"` Knative *trait.KnativeTrait `json:"knative,omitempty"` KnativeService *trait.KnativeServiceTrait `json:"knative-service,omitempty"` Logging *trait.LoggingTrait `json:"logging,omitempty"` Mount *trait.MountTrait `json:"mount,omitempty"` OpenAPI *trait.OpenAPITrait `json:"openapi,omitempty"` Owner *trait.OwnerTrait `json:"owner,omitempty"` PDB *trait.PDBTrait `json:"pdb,omitempty"` Platform *trait.PlatformTrait `json:"platform,omitempty"` Pod *trait.PodTrait `json:"pod,omitempty"` Prometheus *trait.PrometheusTrait `json:"prometheus,omitempty"` PullSecret *trait.PullSecretTrait `json:"pull-secret,omitempty"` Quarkus *trait.QuarkusTrait `json:"quarkus,omitempty"` Registry *trait.RegistryTrait `json:"registry,omitempty"` Route *trait.RouteTrait `json:"route,omitempty"` SecurityContext *trait.SecurityContextTrait `json:"security-context,omitempty"` Service *trait.ServiceTrait `json:"service,omitempty"` ServiceBinding *trait.ServiceBindingTrait `json:"service-binding,omitempty"` Telemetry *trait.TelemetryTrait `json:"telemetry,omitempty"` Toleration *trait.TolerationTrait `json:"toleration,omitempty"` Addons map[string]AddonTraitApplyConfiguration `json:"addons,omitempty"` Keda *TraitSpecApplyConfiguration `json:"keda,omitempty"` Master *TraitSpecApplyConfiguration `json:"master,omitempty"` Strimzi *TraitSpecApplyConfiguration `json:"strimzi,omitempty"` ThreeScale *TraitSpecApplyConfiguration `json:"3scale,omitempty"` Tracing *TraitSpecApplyConfiguration `json:"tracing,omitempty"` }
TraitsApplyConfiguration represents an declarative configuration of the Traits type for use with apply.
func Traits ¶
func Traits() *TraitsApplyConfiguration
TraitsApplyConfiguration constructs an declarative configuration of the Traits type for use with apply.
func (*TraitsApplyConfiguration) WithAddons ¶
func (b *TraitsApplyConfiguration) WithAddons(entries map[string]AddonTraitApplyConfiguration) *TraitsApplyConfiguration
WithAddons puts the entries into the Addons field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Addons field, overwriting an existing map entries in Addons field with the same key.
func (*TraitsApplyConfiguration) WithAffinity ¶
func (b *TraitsApplyConfiguration) WithAffinity(value trait.AffinityTrait) *TraitsApplyConfiguration
WithAffinity sets the Affinity field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Affinity field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithBuilder ¶
func (b *TraitsApplyConfiguration) WithBuilder(value trait.BuilderTrait) *TraitsApplyConfiguration
WithBuilder sets the Builder field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Builder field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithCamel ¶
func (b *TraitsApplyConfiguration) WithCamel(value trait.CamelTrait) *TraitsApplyConfiguration
WithCamel sets the Camel field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Camel field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithContainer ¶
func (b *TraitsApplyConfiguration) WithContainer(value trait.ContainerTrait) *TraitsApplyConfiguration
WithContainer sets the Container field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Container field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithCron ¶
func (b *TraitsApplyConfiguration) WithCron(value trait.CronTrait) *TraitsApplyConfiguration
WithCron sets the Cron field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Cron field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithDependencies ¶
func (b *TraitsApplyConfiguration) WithDependencies(value trait.DependenciesTrait) *TraitsApplyConfiguration
WithDependencies sets the Dependencies field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Dependencies field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithDeployer ¶
func (b *TraitsApplyConfiguration) WithDeployer(value trait.DeployerTrait) *TraitsApplyConfiguration
WithDeployer sets the Deployer field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Deployer field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithDeployment ¶
func (b *TraitsApplyConfiguration) WithDeployment(value trait.DeploymentTrait) *TraitsApplyConfiguration
WithDeployment sets the Deployment field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Deployment field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithEnvironment ¶
func (b *TraitsApplyConfiguration) WithEnvironment(value trait.EnvironmentTrait) *TraitsApplyConfiguration
WithEnvironment sets the Environment field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Environment field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithErrorHandler ¶
func (b *TraitsApplyConfiguration) WithErrorHandler(value trait.ErrorHandlerTrait) *TraitsApplyConfiguration
WithErrorHandler sets the ErrorHandler field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ErrorHandler field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithGC ¶
func (b *TraitsApplyConfiguration) WithGC(value trait.GCTrait) *TraitsApplyConfiguration
WithGC sets the GC field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GC field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithHealth ¶
func (b *TraitsApplyConfiguration) WithHealth(value trait.HealthTrait) *TraitsApplyConfiguration
WithHealth sets the Health field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Health field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithIngress ¶
func (b *TraitsApplyConfiguration) WithIngress(value trait.IngressTrait) *TraitsApplyConfiguration
WithIngress sets the Ingress field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Ingress field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithIstio ¶
func (b *TraitsApplyConfiguration) WithIstio(value trait.IstioTrait) *TraitsApplyConfiguration
WithIstio sets the Istio field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Istio field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithJVM ¶
func (b *TraitsApplyConfiguration) WithJVM(value trait.JVMTrait) *TraitsApplyConfiguration
WithJVM sets the JVM field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the JVM field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithJolokia ¶
func (b *TraitsApplyConfiguration) WithJolokia(value trait.JolokiaTrait) *TraitsApplyConfiguration
WithJolokia sets the Jolokia field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Jolokia field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithKamelets ¶
func (b *TraitsApplyConfiguration) WithKamelets(value trait.KameletsTrait) *TraitsApplyConfiguration
WithKamelets sets the Kamelets field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kamelets field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithKeda ¶
func (b *TraitsApplyConfiguration) WithKeda(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
WithKeda sets the Keda field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Keda field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithKnative ¶
func (b *TraitsApplyConfiguration) WithKnative(value trait.KnativeTrait) *TraitsApplyConfiguration
WithKnative sets the Knative field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Knative field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithKnativeService ¶
func (b *TraitsApplyConfiguration) WithKnativeService(value trait.KnativeServiceTrait) *TraitsApplyConfiguration
WithKnativeService sets the KnativeService field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the KnativeService field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithLogging ¶
func (b *TraitsApplyConfiguration) WithLogging(value trait.LoggingTrait) *TraitsApplyConfiguration
WithLogging sets the Logging field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Logging field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithMaster ¶
func (b *TraitsApplyConfiguration) WithMaster(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
WithMaster sets the Master field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Master field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithMount ¶
func (b *TraitsApplyConfiguration) WithMount(value trait.MountTrait) *TraitsApplyConfiguration
WithMount sets the Mount field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Mount field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithOpenAPI ¶
func (b *TraitsApplyConfiguration) WithOpenAPI(value trait.OpenAPITrait) *TraitsApplyConfiguration
WithOpenAPI sets the OpenAPI field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the OpenAPI field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithOwner ¶
func (b *TraitsApplyConfiguration) WithOwner(value trait.OwnerTrait) *TraitsApplyConfiguration
WithOwner sets the Owner field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Owner field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithPDB ¶
func (b *TraitsApplyConfiguration) WithPDB(value trait.PDBTrait) *TraitsApplyConfiguration
WithPDB sets the PDB field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the PDB field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithPlatform ¶
func (b *TraitsApplyConfiguration) WithPlatform(value trait.PlatformTrait) *TraitsApplyConfiguration
WithPlatform sets the Platform field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Platform field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithPod ¶
func (b *TraitsApplyConfiguration) WithPod(value trait.PodTrait) *TraitsApplyConfiguration
WithPod sets the Pod field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Pod field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithPrometheus ¶
func (b *TraitsApplyConfiguration) WithPrometheus(value trait.PrometheusTrait) *TraitsApplyConfiguration
WithPrometheus sets the Prometheus field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Prometheus field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithPullSecret ¶
func (b *TraitsApplyConfiguration) WithPullSecret(value trait.PullSecretTrait) *TraitsApplyConfiguration
WithPullSecret sets the PullSecret field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the PullSecret field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithQuarkus ¶
func (b *TraitsApplyConfiguration) WithQuarkus(value trait.QuarkusTrait) *TraitsApplyConfiguration
WithQuarkus sets the Quarkus field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Quarkus field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithRegistry ¶
func (b *TraitsApplyConfiguration) WithRegistry(value trait.RegistryTrait) *TraitsApplyConfiguration
WithRegistry sets the Registry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Registry field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithRoute ¶
func (b *TraitsApplyConfiguration) WithRoute(value trait.RouteTrait) *TraitsApplyConfiguration
WithRoute sets the Route field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Route field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithSecurityContext ¶ added in v2.4.0
func (b *TraitsApplyConfiguration) WithSecurityContext(value trait.SecurityContextTrait) *TraitsApplyConfiguration
WithSecurityContext sets the SecurityContext field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SecurityContext field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithService ¶
func (b *TraitsApplyConfiguration) WithService(value trait.ServiceTrait) *TraitsApplyConfiguration
WithService sets the Service field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Service field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithServiceBinding ¶
func (b *TraitsApplyConfiguration) WithServiceBinding(value trait.ServiceBindingTrait) *TraitsApplyConfiguration
WithServiceBinding sets the ServiceBinding field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ServiceBinding field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithStrimzi ¶
func (b *TraitsApplyConfiguration) WithStrimzi(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
WithStrimzi sets the Strimzi field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Strimzi field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithTelemetry ¶ added in v2.5.0
func (b *TraitsApplyConfiguration) WithTelemetry(value trait.TelemetryTrait) *TraitsApplyConfiguration
WithTelemetry sets the Telemetry field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Telemetry field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithThreeScale ¶
func (b *TraitsApplyConfiguration) WithThreeScale(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
WithThreeScale sets the ThreeScale field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ThreeScale field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithToleration ¶
func (b *TraitsApplyConfiguration) WithToleration(value trait.TolerationTrait) *TraitsApplyConfiguration
WithToleration sets the Toleration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Toleration field is set to the value of the last call.
func (*TraitsApplyConfiguration) WithTracing ¶
func (b *TraitsApplyConfiguration) WithTracing(value *TraitSpecApplyConfiguration) *TraitsApplyConfiguration
WithTracing sets the Tracing field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Tracing field is set to the value of the last call.
type UserTaskApplyConfiguration ¶
type UserTaskApplyConfiguration struct { BaseTaskApplyConfiguration `json:",inline"` ContainerImage *string `json:"image,omitempty"` ContainerUserID *int64 `json:"userId,omitempty"` ContainerCommand *string `json:"command,omitempty"` ContainerCommands []string `json:"commands,omitempty"` PublishingImage *string `json:"publishingImage,omitempty"` }
UserTaskApplyConfiguration represents an declarative configuration of the UserTask type for use with apply.
func UserTask ¶
func UserTask() *UserTaskApplyConfiguration
UserTaskApplyConfiguration constructs an declarative configuration of the UserTask type for use with apply.
func (*UserTaskApplyConfiguration) WithConfiguration ¶ added in v2.1.0
func (b *UserTaskApplyConfiguration) WithConfiguration(value *BuildConfigurationApplyConfiguration) *UserTaskApplyConfiguration
WithConfiguration sets the Configuration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Configuration field is set to the value of the last call.
func (*UserTaskApplyConfiguration) WithContainerCommand ¶
func (b *UserTaskApplyConfiguration) WithContainerCommand(value string) *UserTaskApplyConfiguration
WithContainerCommand sets the ContainerCommand field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContainerCommand field is set to the value of the last call.
func (*UserTaskApplyConfiguration) WithContainerCommands ¶ added in v2.1.0
func (b *UserTaskApplyConfiguration) WithContainerCommands(values ...string) *UserTaskApplyConfiguration
WithContainerCommands adds the given value to the ContainerCommands field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the ContainerCommands field.
func (*UserTaskApplyConfiguration) WithContainerImage ¶
func (b *UserTaskApplyConfiguration) WithContainerImage(value string) *UserTaskApplyConfiguration
WithContainerImage sets the ContainerImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContainerImage field is set to the value of the last call.
func (*UserTaskApplyConfiguration) WithContainerUserID ¶ added in v2.3.0
func (b *UserTaskApplyConfiguration) WithContainerUserID(value int64) *UserTaskApplyConfiguration
WithContainerUserID sets the ContainerUserID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ContainerUserID field is set to the value of the last call.
func (*UserTaskApplyConfiguration) WithName ¶
func (b *UserTaskApplyConfiguration) WithName(value string) *UserTaskApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*UserTaskApplyConfiguration) WithPublishingImage ¶ added in v2.3.0
func (b *UserTaskApplyConfiguration) WithPublishingImage(value string) *UserTaskApplyConfiguration
WithPublishingImage sets the PublishingImage field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the PublishingImage field is set to the value of the last call.
type ValueSourceApplyConfiguration ¶
type ValueSourceApplyConfiguration struct { ConfigMapKeyRef *v1.ConfigMapKeySelector `json:"configMapKeyRef,omitempty"` SecretKeyRef *v1.SecretKeySelector `json:"secretKeyRef,omitempty"` }
ValueSourceApplyConfiguration represents an declarative configuration of the ValueSource type for use with apply.
func ValueSource ¶
func ValueSource() *ValueSourceApplyConfiguration
ValueSourceApplyConfiguration constructs an declarative configuration of the ValueSource type for use with apply.
func (*ValueSourceApplyConfiguration) WithConfigMapKeyRef ¶
func (b *ValueSourceApplyConfiguration) WithConfigMapKeyRef(value v1.ConfigMapKeySelector) *ValueSourceApplyConfiguration
WithConfigMapKeyRef sets the ConfigMapKeyRef field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ConfigMapKeyRef field is set to the value of the last call.
func (*ValueSourceApplyConfiguration) WithSecretKeyRef ¶
func (b *ValueSourceApplyConfiguration) WithSecretKeyRef(value v1.SecretKeySelector) *ValueSourceApplyConfiguration
WithSecretKeyRef sets the SecretKeyRef field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SecretKeyRef field is set to the value of the last call.
Source Files
¶
- addontrait.go
- artifact.go
- basetask.go
- build.go
- buildahtask.go
- buildcondition.go
- buildconfiguration.go
- buildertask.go
- buildspec.go
- buildstatus.go
- camelartifact.go
- camelartifactdependency.go
- camelartifactexclusion.go
- camelcatalog.go
- camelcatalogcondition.go
- camelcatalogspec.go
- camelcatalogstatus.go
- camelloader.go
- camelproperty.go
- camelscheme.go
- camelschemescope.go
- capability.go
- catalog.go
- configurationspec.go
- dataspec.go
- datatypereference.go
- datatypespec.go
- datatypesspec.go
- endpoint.go
- endpointproperties.go
- errorhandlerspec.go
- eventtypespec.go
- externaldocumentation.go
- failure.go
- failurerecovery.go
- flow.go
- headerspec.go
- healthcheckresponse.go
- integration.go
- integrationcondition.go
- integrationkit.go
- integrationkitcondition.go
- integrationkitspec.go
- integrationkitstatus.go
- integrationkittraits.go
- integrationplatform.go
- integrationplatformbuildspec.go
- integrationplatformcondition.go
- integrationplatformkameletspec.go
- integrationplatformpipelinespec.go
- integrationplatformspec.go
- integrationplatformstatus.go
- integrationprofile.go
- integrationprofilebuildspec.go
- integrationprofilecondition.go
- integrationprofilekameletspec.go
- integrationprofilespec.go
- integrationprofilestatus.go
- integrationspec.go
- integrationstatus.go
- jibtask.go
- json.go
- jsonschemaprop.go
- jsonschemaprops.go
- kamelet.go
- kameletcondition.go
- kameletproperty.go
- kameletrepositoryspec.go
- kameletspec.go
- kameletspecbase.go
- kameletstatus.go
- kanikotask.go
- kanikotaskcache.go
- mavenartifact.go
- mavenbuildspec.go
- mavenspec.go
- pipe.go
- pipecondition.go
- pipelinespec.go
- pipespec.go
- pipestatus.go
- podcondition.go
- podspec.go
- podspectemplate.go
- publishtask.go
- registryspec.go
- repository.go
- repositorypolicy.go
- runtimespec.go
- s2itask.go
- server.go
- sourcespec.go
- spectrumtask.go
- task.go
- template.go
- traitconfiguration.go
- traits.go
- traitspec.go
- usertask.go
- valuesource.go