kittycad.models.registry_service_config.RegistryServiceConfig

class kittycad.models.registry_service_config.RegistryServiceConfig(allow_nondistributable_artifacts_cid_rs=<kittycad.types.Unset object>, allow_nondistributable_artifacts_hostnames=<kittycad.types.Unset object>, index_configs=<kittycad.types.Unset object>, insecure_registry_cid_rs=<kittycad.types.Unset object>, mirrors=<kittycad.types.Unset object>)[source][source]

Bases: object

RegistryServiceConfig stores daemon registry services configuration.

Method generated by attrs for class RegistryServiceConfig.

__init__(allow_nondistributable_artifacts_cid_rs=<kittycad.types.Unset object>, allow_nondistributable_artifacts_hostnames=<kittycad.types.Unset object>, index_configs=<kittycad.types.Unset object>, insecure_registry_cid_rs=<kittycad.types.Unset object>, mirrors=<kittycad.types.Unset object>)[source]

Method generated by attrs for class RegistryServiceConfig.

Methods

__init__([...])

Method generated by attrs for class RegistryServiceConfig.

from_dict(src_dict)

rtype:

TypeVar(SK, bound= RegistryServiceConfig)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

allow_nondistributable_artifacts_cid_rs

allow_nondistributable_artifacts_hostnames

index_configs

insecure_registry_cid_rs

mirrors

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'allow_nondistributable_artifacts_cid_rs': typing.Union[kittycad.types.Unset, typing.List[str]], 'allow_nondistributable_artifacts_hostnames': typing.Union[kittycad.types.Unset, typing.List[str]], 'index_configs': typing.Union[kittycad.types.Unset, typing.Any], 'insecure_registry_cid_rs': typing.Union[kittycad.types.Unset, typing.List[str]], 'mirrors': typing.Union[kittycad.types.Unset, typing.List[str]]}[source]
__attrs_attrs__ = (Attribute(name='allow_nondistributable_artifacts_cid_rs', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='allow_nondistributable_artifacts_cid_rs'), Attribute(name='allow_nondistributable_artifacts_hostnames', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='allow_nondistributable_artifacts_hostnames'), Attribute(name='index_configs', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='index_configs'), Attribute(name='insecure_registry_cid_rs', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='insecure_registry_cid_rs'), Attribute(name='mirrors', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='mirrors'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties'))[source]
__contains__(key)[source][source]
Return type:

bool

__delitem__(key)[source][source]
Return type:

None

__dict__ = mappingproxy({'__module__': 'kittycad.models.registry_service_config', '__annotations__': {'allow_nondistributable_artifacts_cid_rs': typing.Union[kittycad.types.Unset, typing.List[str]], 'allow_nondistributable_artifacts_hostnames': typing.Union[kittycad.types.Unset, typing.List[str]], 'index_configs': typing.Union[kittycad.types.Unset, typing.Any], 'insecure_registry_cid_rs': typing.Union[kittycad.types.Unset, typing.List[str]], 'mirrors': typing.Union[kittycad.types.Unset, typing.List[str]], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'RegistryServiceConfig stores daemon registry services configuration.', 'to_dict': <function RegistryServiceConfig.to_dict>, 'from_dict': <classmethod(<function RegistryServiceConfig.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function RegistryServiceConfig.__getitem__>, '__setitem__': <function RegistryServiceConfig.__setitem__>, '__delitem__': <function RegistryServiceConfig.__delitem__>, '__contains__': <function RegistryServiceConfig.__contains__>, '__dict__': <attribute '__dict__' of 'RegistryServiceConfig' objects>, '__weakref__': <attribute '__weakref__' of 'RegistryServiceConfig' objects>, '__attrs_attrs__': (Attribute(name='allow_nondistributable_artifacts_cid_rs', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='allow_nondistributable_artifacts_cid_rs'), Attribute(name='allow_nondistributable_artifacts_hostnames', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='allow_nondistributable_artifacts_hostnames'), Attribute(name='index_configs', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='index_configs'), Attribute(name='insecure_registry_cid_rs', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='insecure_registry_cid_rs'), Attribute(name='mirrors', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='mirrors'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties')), '__repr__': <function RegistryServiceConfig.__repr__>, '__eq__': <function RegistryServiceConfig.__eq__>, '__ne__': <function RegistryServiceConfig.__ne__>, '__lt__': <function RegistryServiceConfig.__lt__>, '__le__': <function RegistryServiceConfig.__le__>, '__gt__': <function RegistryServiceConfig.__gt__>, '__ge__': <function RegistryServiceConfig.__ge__>, '__hash__': None, '__init__': <function RegistryServiceConfig.__init__>, '__match_args__': ('allow_nondistributable_artifacts_cid_rs', 'allow_nondistributable_artifacts_hostnames', 'index_configs', 'insecure_registry_cid_rs', 'mirrors')})[source]
__eq__(other)[source]

Method generated by attrs for class RegistryServiceConfig.

__ge__(other)[source]

Method generated by attrs for class RegistryServiceConfig.

__getitem__(key)[source][source]
Return type:

Any

__gt__(other)[source]

Method generated by attrs for class RegistryServiceConfig.

__hash__ = None[source]
__init__(allow_nondistributable_artifacts_cid_rs=<kittycad.types.Unset object>, allow_nondistributable_artifacts_hostnames=<kittycad.types.Unset object>, index_configs=<kittycad.types.Unset object>, insecure_registry_cid_rs=<kittycad.types.Unset object>, mirrors=<kittycad.types.Unset object>)[source]

Method generated by attrs for class RegistryServiceConfig.

__le__(other)[source]

Method generated by attrs for class RegistryServiceConfig.

__lt__(other)[source]

Method generated by attrs for class RegistryServiceConfig.

__match_args__ = ('allow_nondistributable_artifacts_cid_rs', 'allow_nondistributable_artifacts_hostnames', 'index_configs', 'insecure_registry_cid_rs', 'mirrors')[source]
__module__ = 'kittycad.models.registry_service_config'[source]
__ne__(other)[source]

Method generated by attrs for class RegistryServiceConfig.

__repr__()[source]

Method generated by attrs for class RegistryServiceConfig.

__setitem__(key, value)[source][source]
Return type:

None

property additional_keys: List[str][source]
additional_properties: Dict[str, Any][source]
allow_nondistributable_artifacts_cid_rs: Union[Unset, List[str]][source]
allow_nondistributable_artifacts_hostnames: Union[Unset, List[str]][source]
classmethod from_dict(src_dict)[source][source]
Return type:

TypeVar(SK, bound= RegistryServiceConfig)

index_configs: Union[Unset, Any][source]
insecure_registry_cid_rs: Union[Unset, List[str]][source]
mirrors: Union[Unset, List[str]][source]
to_dict()[source][source]
Return type:

Dict[str, Any]