Documentation
¶
Index ¶
- type PatchJSON6902
- type PatchJSON6902Args
- type PatchJSON6902Array
- type PatchJSON6902ArrayInput
- type PatchJSON6902ArrayOutput
- func (PatchJSON6902ArrayOutput) ElementType() reflect.Type
- func (o PatchJSON6902ArrayOutput) Index(i pulumi.IntInput) PatchJSON6902Output
- func (o PatchJSON6902ArrayOutput) ToPatchJSON6902ArrayOutput() PatchJSON6902ArrayOutput
- func (o PatchJSON6902ArrayOutput) ToPatchJSON6902ArrayOutputWithContext(ctx context.Context) PatchJSON6902ArrayOutput
- type PatchJSON6902Input
- type PatchJSON6902Output
- func (PatchJSON6902Output) ElementType() reflect.Type
- func (o PatchJSON6902Output) Group() pulumi.StringPtrOutput
- func (o PatchJSON6902Output) Kind() pulumi.StringPtrOutput
- func (o PatchJSON6902Output) Patch() pulumi.StringPtrOutput
- func (o PatchJSON6902Output) ToPatchJSON6902Output() PatchJSON6902Output
- func (o PatchJSON6902Output) ToPatchJSON6902OutputWithContext(ctx context.Context) PatchJSON6902Output
- func (o PatchJSON6902Output) Version() pulumi.StringPtrOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchJSON6902 ¶
type PatchJSON6902 struct { Group *string `pulumi:"group"` Kind *string `pulumi:"kind"` Patch *string `pulumi:"patch"` Version *string `pulumi:"version"` }
KIND PatchJSON6902 type
type PatchJSON6902Args ¶
type PatchJSON6902Args struct { Group pulumi.StringPtrInput `pulumi:"group"` Kind pulumi.StringPtrInput `pulumi:"kind"` Patch pulumi.StringPtrInput `pulumi:"patch"` Version pulumi.StringPtrInput `pulumi:"version"` }
KIND PatchJSON6902 type
func (PatchJSON6902Args) ElementType ¶
func (PatchJSON6902Args) ElementType() reflect.Type
func (PatchJSON6902Args) ToPatchJSON6902Output ¶
func (i PatchJSON6902Args) ToPatchJSON6902Output() PatchJSON6902Output
func (PatchJSON6902Args) ToPatchJSON6902OutputWithContext ¶
func (i PatchJSON6902Args) ToPatchJSON6902OutputWithContext(ctx context.Context) PatchJSON6902Output
type PatchJSON6902Array ¶
type PatchJSON6902Array []PatchJSON6902Input
func (PatchJSON6902Array) ElementType ¶
func (PatchJSON6902Array) ElementType() reflect.Type
func (PatchJSON6902Array) ToPatchJSON6902ArrayOutput ¶
func (i PatchJSON6902Array) ToPatchJSON6902ArrayOutput() PatchJSON6902ArrayOutput
func (PatchJSON6902Array) ToPatchJSON6902ArrayOutputWithContext ¶
func (i PatchJSON6902Array) ToPatchJSON6902ArrayOutputWithContext(ctx context.Context) PatchJSON6902ArrayOutput
type PatchJSON6902ArrayInput ¶
type PatchJSON6902ArrayInput interface { pulumi.Input ToPatchJSON6902ArrayOutput() PatchJSON6902ArrayOutput ToPatchJSON6902ArrayOutputWithContext(context.Context) PatchJSON6902ArrayOutput }
PatchJSON6902ArrayInput is an input type that accepts PatchJSON6902Array and PatchJSON6902ArrayOutput values. You can construct a concrete instance of `PatchJSON6902ArrayInput` via:
PatchJSON6902Array{ PatchJSON6902Args{...} }
type PatchJSON6902ArrayOutput ¶
type PatchJSON6902ArrayOutput struct{ *pulumi.OutputState }
func (PatchJSON6902ArrayOutput) ElementType ¶
func (PatchJSON6902ArrayOutput) ElementType() reflect.Type
func (PatchJSON6902ArrayOutput) Index ¶
func (o PatchJSON6902ArrayOutput) Index(i pulumi.IntInput) PatchJSON6902Output
func (PatchJSON6902ArrayOutput) ToPatchJSON6902ArrayOutput ¶
func (o PatchJSON6902ArrayOutput) ToPatchJSON6902ArrayOutput() PatchJSON6902ArrayOutput
func (PatchJSON6902ArrayOutput) ToPatchJSON6902ArrayOutputWithContext ¶
func (o PatchJSON6902ArrayOutput) ToPatchJSON6902ArrayOutputWithContext(ctx context.Context) PatchJSON6902ArrayOutput
type PatchJSON6902Input ¶
type PatchJSON6902Input interface { pulumi.Input ToPatchJSON6902Output() PatchJSON6902Output ToPatchJSON6902OutputWithContext(context.Context) PatchJSON6902Output }
PatchJSON6902Input is an input type that accepts PatchJSON6902Args and PatchJSON6902Output values. You can construct a concrete instance of `PatchJSON6902Input` via:
PatchJSON6902Args{...}
type PatchJSON6902Output ¶
type PatchJSON6902Output struct{ *pulumi.OutputState }
KIND PatchJSON6902 type
func (PatchJSON6902Output) ElementType ¶
func (PatchJSON6902Output) ElementType() reflect.Type
func (PatchJSON6902Output) Group ¶
func (o PatchJSON6902Output) Group() pulumi.StringPtrOutput
func (PatchJSON6902Output) Kind ¶
func (o PatchJSON6902Output) Kind() pulumi.StringPtrOutput
func (PatchJSON6902Output) Patch ¶
func (o PatchJSON6902Output) Patch() pulumi.StringPtrOutput
func (PatchJSON6902Output) ToPatchJSON6902Output ¶
func (o PatchJSON6902Output) ToPatchJSON6902Output() PatchJSON6902Output
func (PatchJSON6902Output) ToPatchJSON6902OutputWithContext ¶
func (o PatchJSON6902Output) ToPatchJSON6902OutputWithContext(ctx context.Context) PatchJSON6902Output
func (PatchJSON6902Output) Version ¶
func (o PatchJSON6902Output) Version() pulumi.StringPtrOutput