Documentation ¶
Index ¶
- func NewResourceQuotaV1MetadataOutputReference_Override(r ResourceQuotaV1MetadataOutputReference, ...)
- func NewResourceQuotaV1SpecOutputReference_Override(r ResourceQuotaV1SpecOutputReference, ...)
- func NewResourceQuotaV1SpecScopeSelectorMatchExpressionList_Override(r ResourceQuotaV1SpecScopeSelectorMatchExpressionList, ...)
- func NewResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference_Override(r ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference, ...)
- func NewResourceQuotaV1SpecScopeSelectorOutputReference_Override(r ResourceQuotaV1SpecScopeSelectorOutputReference, ...)
- func NewResourceQuotaV1TimeoutsOutputReference_Override(r ResourceQuotaV1TimeoutsOutputReference, ...)
- func NewResourceQuotaV1_Override(r ResourceQuotaV1, scope constructs.Construct, id *string, ...)
- func ResourceQuotaV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ResourceQuotaV1_IsConstruct(x interface{}) *bool
- func ResourceQuotaV1_IsTerraformElement(x interface{}) *bool
- func ResourceQuotaV1_IsTerraformResource(x interface{}) *bool
- func ResourceQuotaV1_TfResourceType() *string
- type ResourceQuotaV1
- type ResourceQuotaV1Config
- type ResourceQuotaV1Metadata
- type ResourceQuotaV1MetadataOutputReference
- type ResourceQuotaV1Spec
- type ResourceQuotaV1SpecOutputReference
- type ResourceQuotaV1SpecScopeSelector
- type ResourceQuotaV1SpecScopeSelectorMatchExpression
- type ResourceQuotaV1SpecScopeSelectorMatchExpressionList
- type ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference
- type ResourceQuotaV1SpecScopeSelectorOutputReference
- type ResourceQuotaV1Timeouts
- type ResourceQuotaV1TimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResourceQuotaV1MetadataOutputReference_Override ¶
func NewResourceQuotaV1MetadataOutputReference_Override(r ResourceQuotaV1MetadataOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewResourceQuotaV1SpecOutputReference_Override ¶
func NewResourceQuotaV1SpecOutputReference_Override(r ResourceQuotaV1SpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionList_Override ¶
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionList_Override(r ResourceQuotaV1SpecScopeSelectorMatchExpressionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference_Override ¶
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference_Override(r ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewResourceQuotaV1SpecScopeSelectorOutputReference_Override ¶
func NewResourceQuotaV1SpecScopeSelectorOutputReference_Override(r ResourceQuotaV1SpecScopeSelectorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewResourceQuotaV1TimeoutsOutputReference_Override ¶
func NewResourceQuotaV1TimeoutsOutputReference_Override(r ResourceQuotaV1TimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewResourceQuotaV1_Override ¶
func NewResourceQuotaV1_Override(r ResourceQuotaV1, scope constructs.Construct, id *string, config *ResourceQuotaV1Config)
Create a new {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1 kubernetes_resource_quota_v1} Resource.
func ResourceQuotaV1_GenerateConfigForImport ¶
func ResourceQuotaV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ResourceQuotaV1 resource upon running "cdktf plan <stack-name>".
func ResourceQuotaV1_IsConstruct ¶
func ResourceQuotaV1_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func ResourceQuotaV1_IsTerraformElement ¶
func ResourceQuotaV1_IsTerraformElement(x interface{}) *bool
Experimental.
func ResourceQuotaV1_IsTerraformResource ¶
func ResourceQuotaV1_IsTerraformResource(x interface{}) *bool
Experimental.
func ResourceQuotaV1_TfResourceType ¶
func ResourceQuotaV1_TfResourceType() *string
Types ¶
type ResourceQuotaV1 ¶
type ResourceQuotaV1 interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Metadata() ResourceQuotaV1MetadataOutputReference MetadataInput() *ResourceQuotaV1Metadata // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Spec() ResourceQuotaV1SpecOutputReference SpecInput() *ResourceQuotaV1Spec // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ResourceQuotaV1TimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutMetadata(value *ResourceQuotaV1Metadata) PutSpec(value *ResourceQuotaV1Spec) PutTimeouts(value *ResourceQuotaV1Timeouts) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSpec() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1 kubernetes_resource_quota_v1}.
func NewResourceQuotaV1 ¶
func NewResourceQuotaV1(scope constructs.Construct, id *string, config *ResourceQuotaV1Config) ResourceQuotaV1
Create a new {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1 kubernetes_resource_quota_v1} Resource.
type ResourceQuotaV1Config ¶
type ResourceQuotaV1Config struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // metadata block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#metadata ResourceQuotaV1#metadata} Metadata *ResourceQuotaV1Metadata `field:"required" json:"metadata" yaml:"metadata"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#id ResourceQuotaV1#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // spec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#spec ResourceQuotaV1#spec} Spec *ResourceQuotaV1Spec `field:"optional" json:"spec" yaml:"spec"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#timeouts ResourceQuotaV1#timeouts} Timeouts *ResourceQuotaV1Timeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type ResourceQuotaV1Metadata ¶
type ResourceQuotaV1Metadata struct { // An unstructured key value map stored with the resource quota that may be used to store arbitrary metadata. // // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#annotations ResourceQuotaV1#annotations} Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // Prefix, used by the server, to generate a unique name ONLY IF the `name` field has not been provided. // // This value will also be combined with a unique suffix. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#idempotency // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#generate_name ResourceQuotaV1#generate_name} GenerateName *string `field:"optional" json:"generateName" yaml:"generateName"` // Map of string keys and values that can be used to organize and categorize (scope and select) the resource quota. // // May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#labels ResourceQuotaV1#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Name of the resource quota, must be unique. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#name ResourceQuotaV1#name} Name *string `field:"optional" json:"name" yaml:"name"` // Namespace defines the space within which name of the resource quota must be unique. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#namespace ResourceQuotaV1#namespace} Namespace *string `field:"optional" json:"namespace" yaml:"namespace"` }
type ResourceQuotaV1MetadataOutputReference ¶
type ResourceQuotaV1MetadataOutputReference interface { cdktf.ComplexObject Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string GenerateName() *string SetGenerateName(val *string) GenerateNameInput() *string Generation() *float64 InternalValue() *ResourceQuotaV1Metadata SetInternalValue(val *ResourceQuotaV1Metadata) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string Name() *string SetName(val *string) NameInput() *string Namespace() *string SetNamespace(val *string) NamespaceInput() *string ResourceVersion() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Uid() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAnnotations() ResetGenerateName() ResetLabels() ResetName() ResetNamespace() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewResourceQuotaV1MetadataOutputReference ¶
func NewResourceQuotaV1MetadataOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ResourceQuotaV1MetadataOutputReference
type ResourceQuotaV1Spec ¶
type ResourceQuotaV1Spec struct { // The set of desired hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#hard ResourceQuotaV1#hard} Hard *map[string]*string `field:"optional" json:"hard" yaml:"hard"` // A collection of filters that must match each object tracked by a quota. // // If not specified, the quota matches all objects. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#scopes ResourceQuotaV1#scopes} Scopes *[]*string `field:"optional" json:"scopes" yaml:"scopes"` // scope_selector block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#scope_selector ResourceQuotaV1#scope_selector} ScopeSelector *ResourceQuotaV1SpecScopeSelector `field:"optional" json:"scopeSelector" yaml:"scopeSelector"` }
type ResourceQuotaV1SpecOutputReference ¶
type ResourceQuotaV1SpecOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Hard() *map[string]*string SetHard(val *map[string]*string) HardInput() *map[string]*string InternalValue() *ResourceQuotaV1Spec SetInternalValue(val *ResourceQuotaV1Spec) Scopes() *[]*string SetScopes(val *[]*string) ScopeSelector() ResourceQuotaV1SpecScopeSelectorOutputReference ScopeSelectorInput() *ResourceQuotaV1SpecScopeSelector ScopesInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutScopeSelector(value *ResourceQuotaV1SpecScopeSelector) ResetHard() ResetScopes() ResetScopeSelector() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewResourceQuotaV1SpecOutputReference ¶
func NewResourceQuotaV1SpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ResourceQuotaV1SpecOutputReference
type ResourceQuotaV1SpecScopeSelector ¶
type ResourceQuotaV1SpecScopeSelector struct { // match_expression block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#match_expression ResourceQuotaV1#match_expression} MatchExpression interface{} `field:"optional" json:"matchExpression" yaml:"matchExpression"` }
type ResourceQuotaV1SpecScopeSelectorMatchExpression ¶
type ResourceQuotaV1SpecScopeSelectorMatchExpression struct { // Represents a scope's relationship to a set of values. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#operator ResourceQuotaV1#operator} Operator *string `field:"required" json:"operator" yaml:"operator"` // The name of the scope that the selector applies to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#scope_name ResourceQuotaV1#scope_name} ScopeName *string `field:"required" json:"scopeName" yaml:"scopeName"` // A list of scope selector requirements by scope of the resources. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#values ResourceQuotaV1#values} Values *[]*string `field:"optional" json:"values" yaml:"values"` }
type ResourceQuotaV1SpecScopeSelectorMatchExpressionList ¶
type ResourceQuotaV1SpecScopeSelectorMatchExpressionList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionList ¶
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ResourceQuotaV1SpecScopeSelectorMatchExpressionList
type ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference ¶
type ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Operator() *string SetOperator(val *string) OperatorInput() *string ScopeName() *string SetScopeName(val *string) ScopeNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*string SetValues(val *[]*string) ValuesInput() *[]*string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetValues() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference ¶
func NewResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference
type ResourceQuotaV1SpecScopeSelectorOutputReference ¶
type ResourceQuotaV1SpecScopeSelectorOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *ResourceQuotaV1SpecScopeSelector SetInternalValue(val *ResourceQuotaV1SpecScopeSelector) MatchExpression() ResourceQuotaV1SpecScopeSelectorMatchExpressionList MatchExpressionInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutMatchExpression(value interface{}) ResetMatchExpression() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewResourceQuotaV1SpecScopeSelectorOutputReference ¶
func NewResourceQuotaV1SpecScopeSelectorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ResourceQuotaV1SpecScopeSelectorOutputReference
type ResourceQuotaV1Timeouts ¶
type ResourceQuotaV1Timeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#create ResourceQuotaV1#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.35.1/docs/resources/resource_quota_v1#update ResourceQuotaV1#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ResourceQuotaV1TimeoutsOutputReference ¶
type ResourceQuotaV1TimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewResourceQuotaV1TimeoutsOutputReference ¶
func NewResourceQuotaV1TimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ResourceQuotaV1TimeoutsOutputReference
Source Files ¶
- ResourceQuotaV1.go
- ResourceQuotaV1Config.go
- ResourceQuotaV1Metadata.go
- ResourceQuotaV1MetadataOutputReference.go
- ResourceQuotaV1MetadataOutputReference__checks.go
- ResourceQuotaV1Spec.go
- ResourceQuotaV1SpecOutputReference.go
- ResourceQuotaV1SpecOutputReference__checks.go
- ResourceQuotaV1SpecScopeSelector.go
- ResourceQuotaV1SpecScopeSelectorMatchExpression.go
- ResourceQuotaV1SpecScopeSelectorMatchExpressionList.go
- ResourceQuotaV1SpecScopeSelectorMatchExpressionList__checks.go
- ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference.go
- ResourceQuotaV1SpecScopeSelectorMatchExpressionOutputReference__checks.go
- ResourceQuotaV1SpecScopeSelectorOutputReference.go
- ResourceQuotaV1SpecScopeSelectorOutputReference__checks.go
- ResourceQuotaV1Timeouts.go
- ResourceQuotaV1TimeoutsOutputReference.go
- ResourceQuotaV1TimeoutsOutputReference__checks.go
- ResourceQuotaV1__checks.go
- main.go