Documentation ¶
Index ¶
- type ObjectMeta
- type ObjectMetaArgs
- func (ObjectMetaArgs) ElementType() reflect.Type
- func (i ObjectMetaArgs) ToObjectMetaOutput() ObjectMetaOutput
- func (i ObjectMetaArgs) ToObjectMetaOutputWithContext(ctx context.Context) ObjectMetaOutput
- func (i ObjectMetaArgs) ToObjectMetaPtrOutput() ObjectMetaPtrOutput
- func (i ObjectMetaArgs) ToObjectMetaPtrOutputWithContext(ctx context.Context) ObjectMetaPtrOutput
- type ObjectMetaInput
- type ObjectMetaOutput
- func (ObjectMetaOutput) ElementType() reflect.Type
- func (o ObjectMetaOutput) ToObjectMetaOutput() ObjectMetaOutput
- func (o ObjectMetaOutput) ToObjectMetaOutputWithContext(ctx context.Context) ObjectMetaOutput
- func (o ObjectMetaOutput) ToObjectMetaPtrOutput() ObjectMetaPtrOutput
- func (o ObjectMetaOutput) ToObjectMetaPtrOutputWithContext(ctx context.Context) ObjectMetaPtrOutput
- type ObjectMetaPtrInput
- type ObjectMetaPtrOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectMeta ¶
type ObjectMeta struct { }
type ObjectMetaArgs ¶
type ObjectMetaArgs struct { }
func (ObjectMetaArgs) ElementType ¶
func (ObjectMetaArgs) ElementType() reflect.Type
func (ObjectMetaArgs) ToObjectMetaOutput ¶
func (i ObjectMetaArgs) ToObjectMetaOutput() ObjectMetaOutput
func (ObjectMetaArgs) ToObjectMetaOutputWithContext ¶
func (i ObjectMetaArgs) ToObjectMetaOutputWithContext(ctx context.Context) ObjectMetaOutput
func (ObjectMetaArgs) ToObjectMetaPtrOutput ¶
func (i ObjectMetaArgs) ToObjectMetaPtrOutput() ObjectMetaPtrOutput
func (ObjectMetaArgs) ToObjectMetaPtrOutputWithContext ¶
func (i ObjectMetaArgs) ToObjectMetaPtrOutputWithContext(ctx context.Context) ObjectMetaPtrOutput
type ObjectMetaInput ¶
type ObjectMetaInput interface { pulumi.Input ToObjectMetaOutput() ObjectMetaOutput ToObjectMetaOutputWithContext(context.Context) ObjectMetaOutput }
ObjectMetaInput is an input type that accepts ObjectMetaArgs and ObjectMetaOutput values. You can construct a concrete instance of `ObjectMetaInput` via:
ObjectMetaArgs{...}
type ObjectMetaOutput ¶
type ObjectMetaOutput struct{ *pulumi.OutputState }
func (ObjectMetaOutput) ElementType ¶
func (ObjectMetaOutput) ElementType() reflect.Type
func (ObjectMetaOutput) ToObjectMetaOutput ¶
func (o ObjectMetaOutput) ToObjectMetaOutput() ObjectMetaOutput
func (ObjectMetaOutput) ToObjectMetaOutputWithContext ¶
func (o ObjectMetaOutput) ToObjectMetaOutputWithContext(ctx context.Context) ObjectMetaOutput
func (ObjectMetaOutput) ToObjectMetaPtrOutput ¶
func (o ObjectMetaOutput) ToObjectMetaPtrOutput() ObjectMetaPtrOutput
func (ObjectMetaOutput) ToObjectMetaPtrOutputWithContext ¶
func (o ObjectMetaOutput) ToObjectMetaPtrOutputWithContext(ctx context.Context) ObjectMetaPtrOutput
type ObjectMetaPtrInput ¶
type ObjectMetaPtrInput interface { pulumi.Input ToObjectMetaPtrOutput() ObjectMetaPtrOutput ToObjectMetaPtrOutputWithContext(context.Context) ObjectMetaPtrOutput }
ObjectMetaPtrInput is an input type that accepts ObjectMetaArgs, ObjectMetaPtr and ObjectMetaPtrOutput values. You can construct a concrete instance of `ObjectMetaPtrInput` via:
ObjectMetaArgs{...} or: nil
func ObjectMetaPtr ¶
func ObjectMetaPtr(v *ObjectMetaArgs) ObjectMetaPtrInput
type ObjectMetaPtrOutput ¶
type ObjectMetaPtrOutput struct{ *pulumi.OutputState }
func (ObjectMetaPtrOutput) Elem ¶
func (o ObjectMetaPtrOutput) Elem() ObjectMetaOutput
func (ObjectMetaPtrOutput) ElementType ¶
func (ObjectMetaPtrOutput) ElementType() reflect.Type
func (ObjectMetaPtrOutput) ToObjectMetaPtrOutput ¶
func (o ObjectMetaPtrOutput) ToObjectMetaPtrOutput() ObjectMetaPtrOutput
func (ObjectMetaPtrOutput) ToObjectMetaPtrOutputWithContext ¶
func (o ObjectMetaPtrOutput) ToObjectMetaPtrOutputWithContext(ctx context.Context) ObjectMetaPtrOutput
Click to show internal directories.
Click to hide internal directories.