File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scaleway-async/scaleway_async/secret/v1alpha1
scaleway/scaleway/secret/v1alpha1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def __str__(self) -> str:
4242class SecretType (str , Enum ):
4343 UNKNOWN_SECRET_TYPE = "unknown_secret_type"
4444 OPAQUE = "opaque"
45- NETWORK_EDGE_CERTIFICATE = "network_edge_certificate "
45+ CERTIFICATE = "certificate "
4646
4747 def __str__ (self ) -> str :
4848 return str (self .value )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def __str__(self) -> str:
4242class SecretType (str , Enum ):
4343 UNKNOWN_SECRET_TYPE = "unknown_secret_type"
4444 OPAQUE = "opaque"
45- NETWORK_EDGE_CERTIFICATE = "network_edge_certificate "
45+ CERTIFICATE = "certificate "
4646
4747 def __str__ (self ) -> str :
4848 return str (self .value )
You can’t perform that action at this time.
0 commit comments