We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exemplo de CRD:
apiVersion: tf-gapi.lukerops.com/v1alpha3 kind: CustomResourceDefinition metadata: name: user.gcp.iam spec: group: gcp.iam kind: User versions: - name: v1alpha2 specSchema: type: object properties: email: type: string active: type: bool default: false
Se a verĩon v1alpha3 não existe no manifest.tf um erro não amigável é mostrado.
v1alpha3
Poderíamos validar e mostrar um erro amigável explicando o que aconteceu.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Exemplo de CRD:
Se a verĩon
v1alpha3
não existe no manifest.tf um erro não amigável é mostrado.Poderíamos validar e mostrar um erro amigável explicando o que aconteceu.
The text was updated successfully, but these errors were encountered: