Name | Type | Description | Notes |
---|---|---|---|
Insecure | Pointer to bool | Insecure is true if the server may bypass certificate verification or connect directly over HTTP during image import. | [optional] |
Scheduled | Pointer to bool | Scheduled indicates to the server that this tag should be periodically checked to ensure it is up to date, and imported | [optional] |
func NewV1TagImportPolicy() *V1TagImportPolicy
NewV1TagImportPolicy instantiates a new V1TagImportPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewV1TagImportPolicyWithDefaults() *V1TagImportPolicy
NewV1TagImportPolicyWithDefaults instantiates a new V1TagImportPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *V1TagImportPolicy) GetInsecure() bool
GetInsecure returns the Insecure field if non-nil, zero value otherwise.
func (o *V1TagImportPolicy) GetInsecureOk() (*bool, bool)
GetInsecureOk returns a tuple with the Insecure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1TagImportPolicy) SetInsecure(v bool)
SetInsecure sets Insecure field to given value.
func (o *V1TagImportPolicy) HasInsecure() bool
HasInsecure returns a boolean if a field has been set.
func (o *V1TagImportPolicy) GetScheduled() bool
GetScheduled returns the Scheduled field if non-nil, zero value otherwise.
func (o *V1TagImportPolicy) GetScheduledOk() (*bool, bool)
GetScheduledOk returns a tuple with the Scheduled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1TagImportPolicy) SetScheduled(v bool)
SetScheduled sets Scheduled field to given value.
func (o *V1TagImportPolicy) HasScheduled() bool
HasScheduled returns a boolean if a field has been set.