Skip to content

Commit 63a91a7

Browse files
committed
added example
1 parent fe113e9 commit 63a91a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/models-library/src/models_library/clusters.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ class Config(BaseAuthentication.Config):
9696
class NoAuthentication(BaseAuthentication):
9797
type: Literal["none"] = "none"
9898

99+
class Config(BaseAuthentication.Config):
100+
schema_extra: ClassVar[dict[str, Any]] = {"examples": [{"type": "none"}]}
101+
99102

100103
class TLSAuthentication(BaseAuthentication):
101104
type: Literal["tls"] = "tls"

0 commit comments

Comments
 (0)