# Functions
IncludedOnZero checks the attribute name against a lookup table to determine if it can be included when it is zero / empty.
IsAttributeRequired scans the Terraform resource to determine if the named attribute is required by the Kubernetes provider.
IsAttributeSupported scans the Terraform resource to determine if the named attribute is supported by the Kubernetes provider.
IsKubernetesKindSupported returns true if a matching resource is found in the Terraform provider.
NormalizeTerraformMapKey converts Map keys to a form suitable for Terraform HCL
e.g.
normalizeTerraformName converts the given string to snake case and optionally to singular form of the given word s is the string to normalize set toSingular to true to singularize the given word path is the full schema path to the named element.
No description provided by the author
ResourceField returns the Terraform schema object for the named resource field attrName should be in the form <resource>.path.to.field.
ResourceSchema returns the named Terraform Provider Resource schema as defined in the `terraform-provider-kubernetes` package.
ToTerraformAttributeName takes the reflect.StructField data of a Kubernetes object attribute and translates it to the equivalent `terraform-kubernetes-provider` schema format.
ToTerraformResourceName extract the Kubernetes API Objects' name from the ObjectMeta.
ToTerraformResourceType converts a Kubernetes API Object Type name to the equivalent `terraform-provider-kubernetes` schema name.
ToTerraformSubBlockName takes the reflect.StructField data of a Kubernetes object attribute and translates it to the equivalent `terraform-kubernetes-provider` schema format.
No description provided by the author
# Variables
No description provided by the author