Documentation ¶
Index ¶
- func ClusterRole_IsConstruct(x interface{}) *bool
- func ClusterRole_TfResourceType() *string
- func NewClusterRoleAggregationRuleClusterRoleSelectorsList_Override(c ClusterRoleAggregationRuleClusterRoleSelectorsList, ...)
- func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList_Override(c ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList, ...)
- func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference_Override(...)
- func NewClusterRoleAggregationRuleClusterRoleSelectorsOutputReference_Override(c ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference, ...)
- func NewClusterRoleAggregationRuleOutputReference_Override(c ClusterRoleAggregationRuleOutputReference, ...)
- func NewClusterRoleMetadataOutputReference_Override(c ClusterRoleMetadataOutputReference, ...)
- func NewClusterRoleRuleList_Override(c ClusterRoleRuleList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewClusterRoleRuleOutputReference_Override(c ClusterRoleRuleOutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewClusterRole_Override(c ClusterRole, scope constructs.Construct, id *string, ...)
- type ClusterRole
- type ClusterRoleAggregationRule
- type ClusterRoleAggregationRuleClusterRoleSelectors
- type ClusterRoleAggregationRuleClusterRoleSelectorsList
- type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressions
- type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList
- type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference
- type ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference
- type ClusterRoleAggregationRuleOutputReference
- type ClusterRoleConfig
- type ClusterRoleMetadata
- type ClusterRoleMetadataOutputReference
- type ClusterRoleRule
- type ClusterRoleRuleList
- type ClusterRoleRuleOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterRole_IsConstruct ¶
func ClusterRole_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 ClusterRole_TfResourceType ¶
func ClusterRole_TfResourceType() *string
func NewClusterRoleAggregationRuleClusterRoleSelectorsList_Override ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsList_Override(c ClusterRoleAggregationRuleClusterRoleSelectorsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList_Override ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList_Override(c ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference_Override ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference_Override(c ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewClusterRoleAggregationRuleClusterRoleSelectorsOutputReference_Override ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsOutputReference_Override(c ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewClusterRoleAggregationRuleOutputReference_Override ¶
func NewClusterRoleAggregationRuleOutputReference_Override(c ClusterRoleAggregationRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewClusterRoleMetadataOutputReference_Override ¶
func NewClusterRoleMetadataOutputReference_Override(c ClusterRoleMetadataOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewClusterRoleRuleList_Override ¶
func NewClusterRoleRuleList_Override(c ClusterRoleRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewClusterRoleRuleOutputReference_Override ¶
func NewClusterRoleRuleOutputReference_Override(c ClusterRoleRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewClusterRole_Override ¶
func NewClusterRole_Override(c ClusterRole, scope constructs.Construct, id *string, config *ClusterRoleConfig)
Create a new {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role kubernetes_cluster_role} Resource.
Types ¶
type ClusterRole ¶
type ClusterRole interface { cdktf.TerraformResource AggregationRule() ClusterRoleAggregationRuleOutputReference AggregationRuleInput() *ClusterRoleAggregationRule // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // 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() ClusterRoleMetadataOutputReference MetadataInput() *ClusterRoleMetadata // 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{} Rule() ClusterRoleRuleList RuleInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAggregationRule(value *ClusterRoleAggregationRule) PutMetadata(value *ClusterRoleMetadata) PutRule(value interface{}) ResetAggregationRule() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRule() SynthesizeAttributes() *map[string]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://www.terraform.io/docs/providers/kubernetes/r/cluster_role kubernetes_cluster_role}.
func NewClusterRole ¶
func NewClusterRole(scope constructs.Construct, id *string, config *ClusterRoleConfig) ClusterRole
Create a new {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role kubernetes_cluster_role} Resource.
type ClusterRoleAggregationRule ¶
type ClusterRoleAggregationRule struct { // cluster_role_selectors block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#cluster_role_selectors ClusterRole#cluster_role_selectors} ClusterRoleSelectors interface{} `field:"optional" json:"clusterRoleSelectors" yaml:"clusterRoleSelectors"` }
type ClusterRoleAggregationRuleClusterRoleSelectors ¶
type ClusterRoleAggregationRuleClusterRoleSelectors struct { // match_expressions block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#match_expressions ClusterRole#match_expressions} MatchExpressions interface{} `field:"optional" json:"matchExpressions" yaml:"matchExpressions"` // A map of {key,value} pairs. // // A single {key,value} in the matchLabels map is equivalent to an element of `match_expressions`, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#match_labels ClusterRole#match_labels} MatchLabels *map[string]*string `field:"optional" json:"matchLabels" yaml:"matchLabels"` }
type ClusterRoleAggregationRuleClusterRoleSelectorsList ¶
type ClusterRoleAggregationRuleClusterRoleSelectorsList 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) // Experimental. ComputeFqn() *string Get(index *float64) ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference // 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 NewClusterRoleAggregationRuleClusterRoleSelectorsList ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ClusterRoleAggregationRuleClusterRoleSelectorsList
type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressions ¶
type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressions struct { // The label key that the selector applies to. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#key ClusterRole#key} Key *string `field:"optional" json:"key" yaml:"key"` // A key's relationship to a set of values. Valid operators ard `In`, `NotIn`, `Exists` and `DoesNotExist`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#operator ClusterRole#operator} Operator *string `field:"optional" json:"operator" yaml:"operator"` // An array of string values. // // If the operator is `In` or `NotIn`, the values array must be non-empty. If the operator is `Exists` or `DoesNotExist`, the values array must be empty. This array is replaced during a strategic merge patch. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#values ClusterRole#values} Values *[]*string `field:"optional" json:"values" yaml:"values"` }
type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList ¶
type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList 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) // Experimental. ComputeFqn() *string Get(index *float64) ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference // 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 NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList
type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference ¶
type ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference 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{}) Key() *string SetKey(val *string) KeyInput() *string Operator() *string SetOperator(val *string) OperatorInput() *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 ResetKey() ResetOperator() 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 NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference
type ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference ¶
type ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference 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{}) MatchExpressions() ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList MatchExpressionsInput() interface{} MatchLabels() *map[string]*string SetMatchLabels(val *map[string]*string) MatchLabelsInput() *map[string]*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 PutMatchExpressions(value interface{}) ResetMatchExpressions() ResetMatchLabels() // 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 NewClusterRoleAggregationRuleClusterRoleSelectorsOutputReference ¶
func NewClusterRoleAggregationRuleClusterRoleSelectorsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference
type ClusterRoleAggregationRuleOutputReference ¶
type ClusterRoleAggregationRuleOutputReference interface { cdktf.ComplexObject ClusterRoleSelectors() ClusterRoleAggregationRuleClusterRoleSelectorsList ClusterRoleSelectorsInput() interface{} // 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() *ClusterRoleAggregationRule SetInternalValue(val *ClusterRoleAggregationRule) // 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 PutClusterRoleSelectors(value interface{}) ResetClusterRoleSelectors() // 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 NewClusterRoleAggregationRuleOutputReference ¶
func NewClusterRoleAggregationRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ClusterRoleAggregationRuleOutputReference
type ClusterRoleConfig ¶
type ClusterRoleConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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://www.terraform.io/docs/providers/kubernetes/r/cluster_role#metadata ClusterRole#metadata} Metadata *ClusterRoleMetadata `field:"required" json:"metadata" yaml:"metadata"` // aggregation_rule block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#aggregation_rule ClusterRole#aggregation_rule} AggregationRule *ClusterRoleAggregationRule `field:"optional" json:"aggregationRule" yaml:"aggregationRule"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#id ClusterRole#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"` // rule block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#rule ClusterRole#rule} Rule interface{} `field:"optional" json:"rule" yaml:"rule"` }
type ClusterRoleMetadata ¶
type ClusterRoleMetadata struct { // An unstructured key value map stored with the clusterRole that may be used to store arbitrary metadata. // // More info: http://kubernetes.io/docs/user-guide/annotations // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#annotations ClusterRole#annotations} Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // Map of string keys and values that can be used to organize and categorize (scope and select) the clusterRole. // // May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#labels ClusterRole#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Name of the clusterRole, must be unique. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#name ClusterRole#name} Name *string `field:"optional" json:"name" yaml:"name"` }
type ClusterRoleMetadataOutputReference ¶
type ClusterRoleMetadataOutputReference 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 Generation() *float64 InternalValue() *ClusterRoleMetadata SetInternalValue(val *ClusterRoleMetadata) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string Name() *string SetName(val *string) NameInput() *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() ResetLabels() ResetName() // 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 NewClusterRoleMetadataOutputReference ¶
func NewClusterRoleMetadataOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ClusterRoleMetadataOutputReference
type ClusterRoleRule ¶
type ClusterRoleRule struct { // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. // // VerbAll represents all kinds. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#verbs ClusterRole#verbs} Verbs *[]*string `field:"required" json:"verbs" yaml:"verbs"` // APIGroups is the name of the APIGroup that contains the resources. // // If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#api_groups ClusterRole#api_groups} ApiGroups *[]*string `field:"optional" json:"apiGroups" yaml:"apiGroups"` // NonResourceURLs is a set of partial urls that a user should have access to. // // *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#non_resource_urls ClusterRole#non_resource_urls} NonResourceUrls *[]*string `field:"optional" json:"nonResourceUrls" yaml:"nonResourceUrls"` // ResourceNames is an optional white list of names that the rule applies to. // // An empty set means that everything is allowed. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#resource_names ClusterRole#resource_names} ResourceNames *[]*string `field:"optional" json:"resourceNames" yaml:"resourceNames"` // Resources is a list of resources this rule applies to. ResourceAll represents all resources. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/kubernetes/r/cluster_role#resources ClusterRole#resources} Resources *[]*string `field:"optional" json:"resources" yaml:"resources"` }
type ClusterRoleRuleList ¶
type ClusterRoleRuleList 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) // Experimental. ComputeFqn() *string Get(index *float64) ClusterRoleRuleOutputReference // 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 NewClusterRoleRuleList ¶
func NewClusterRoleRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ClusterRoleRuleList
type ClusterRoleRuleOutputReference ¶
type ClusterRoleRuleOutputReference interface { cdktf.ComplexObject ApiGroups() *[]*string SetApiGroups(val *[]*string) ApiGroupsInput() *[]*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 InternalValue() interface{} SetInternalValue(val interface{}) NonResourceUrls() *[]*string SetNonResourceUrls(val *[]*string) NonResourceUrlsInput() *[]*string ResourceNames() *[]*string SetResourceNames(val *[]*string) ResourceNamesInput() *[]*string Resources() *[]*string SetResources(val *[]*string) ResourcesInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Verbs() *[]*string SetVerbs(val *[]*string) VerbsInput() *[]*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 ResetApiGroups() ResetNonResourceUrls() ResetResourceNames() ResetResources() // 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 NewClusterRoleRuleOutputReference ¶
func NewClusterRoleRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ClusterRoleRuleOutputReference
Source Files ¶
- clusterrole.go
- clusterrole_ClusterRole.go
- clusterrole_ClusterRoleAggregationRule.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectors.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsList.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsList__runtime_type_checks.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressions.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsList__runtime_type_checks.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsMatchExpressionsOutputReference__runtime_type_checks.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference.go
- clusterrole_ClusterRoleAggregationRuleClusterRoleSelectorsOutputReference__runtime_type_checks.go
- clusterrole_ClusterRoleAggregationRuleOutputReference.go
- clusterrole_ClusterRoleAggregationRuleOutputReference__runtime_type_checks.go
- clusterrole_ClusterRoleConfig.go
- clusterrole_ClusterRoleMetadata.go
- clusterrole_ClusterRoleMetadataOutputReference.go
- clusterrole_ClusterRoleMetadataOutputReference__runtime_type_checks.go
- clusterrole_ClusterRoleRule.go
- clusterrole_ClusterRoleRuleList.go
- clusterrole_ClusterRoleRuleList__runtime_type_checks.go
- clusterrole_ClusterRoleRuleOutputReference.go
- clusterrole_ClusterRoleRuleOutputReference__runtime_type_checks.go
- clusterrole_ClusterRole__runtime_type_checks.go