v1alpha1api20180501preview

package
v2.0.0-alpha.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package v1alpha1api20180501preview contains API Schema definitions for the insights v1alpha1api20180501preview API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=insights.azure.com

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Index

Constants

View Source
const (
	WebTestPropertiesStatusKindBasic     = WebTestPropertiesStatusKind("basic")
	WebTestPropertiesStatusKindMultistep = WebTestPropertiesStatusKind("multistep")
	WebTestPropertiesStatusKindPing      = WebTestPropertiesStatusKind("ping")
	WebTestPropertiesStatusKindStandard  = WebTestPropertiesStatusKind("standard")
)
View Source
const (
	WebTestPropertiesKindBasic     = WebTestPropertiesKind("basic")
	WebTestPropertiesKindMultistep = WebTestPropertiesKind("multistep")
	WebTestPropertiesKindPing      = WebTestPropertiesKind("ping")
	WebTestPropertiesKindStandard  = WebTestPropertiesKind("standard")
)
View Source
const WebtestsSpecAPIVersion20180501Preview = WebtestsSpecAPIVersion("2018-05-01-preview")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "insights.azure.com", Version: "v1alpha1api20180501preview"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type HeaderField

type HeaderField struct {
	//Key: The name of the header.
	Key *string `json:"key,omitempty"`

	//Value: The value of the header.
	Value *string `json:"value,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/HeaderField

func (*HeaderField) AssignPropertiesFromHeaderField

func (headerField *HeaderField) AssignPropertiesFromHeaderField(source *v1alpha1api20180501previewstorage.HeaderField) error

AssignPropertiesFromHeaderField populates our HeaderField from the provided source HeaderField

func (*HeaderField) AssignPropertiesToHeaderField

func (headerField *HeaderField) AssignPropertiesToHeaderField(destination *v1alpha1api20180501previewstorage.HeaderField) error

AssignPropertiesToHeaderField populates the provided destination HeaderField from our HeaderField

func (*HeaderField) ConvertToARM

func (headerField *HeaderField) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*HeaderField) DeepCopy

func (in *HeaderField) DeepCopy() *HeaderField

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HeaderField.

func (*HeaderField) DeepCopyInto

func (in *HeaderField) DeepCopyInto(out *HeaderField)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*HeaderField) NewEmptyARMValue

func (headerField *HeaderField) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HeaderField) PopulateFromARM

func (headerField *HeaderField) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HeaderFieldARM

type HeaderFieldARM struct {
	//Key: The name of the header.
	Key *string `json:"key,omitempty"`

	//Value: The value of the header.
	Value *string `json:"value,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/HeaderField

func (*HeaderFieldARM) DeepCopy

func (in *HeaderFieldARM) DeepCopy() *HeaderFieldARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HeaderFieldARM.

func (*HeaderFieldARM) DeepCopyInto

func (in *HeaderFieldARM) DeepCopyInto(out *HeaderFieldARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type HeaderField_Status

type HeaderField_Status struct {
	//Key: The name of the header.
	Key *string `json:"key,omitempty"`

	//Value: The value of the header.
	Value *string `json:"value,omitempty"`
}

func (*HeaderField_Status) AssignPropertiesFromHeaderFieldStatus

func (headerFieldStatus *HeaderField_Status) AssignPropertiesFromHeaderFieldStatus(source *v1alpha1api20180501previewstorage.HeaderField_Status) error

AssignPropertiesFromHeaderFieldStatus populates our HeaderField_Status from the provided source HeaderField_Status

func (*HeaderField_Status) AssignPropertiesToHeaderFieldStatus

func (headerFieldStatus *HeaderField_Status) AssignPropertiesToHeaderFieldStatus(destination *v1alpha1api20180501previewstorage.HeaderField_Status) error

AssignPropertiesToHeaderFieldStatus populates the provided destination HeaderField_Status from our HeaderField_Status

func (*HeaderField_Status) DeepCopy

func (in *HeaderField_Status) DeepCopy() *HeaderField_Status

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HeaderField_Status.

func (*HeaderField_Status) DeepCopyInto

func (in *HeaderField_Status) DeepCopyInto(out *HeaderField_Status)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*HeaderField_Status) NewEmptyARMValue

func (headerFieldStatus *HeaderField_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HeaderField_Status) PopulateFromARM

func (headerFieldStatus *HeaderField_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HeaderField_StatusARM

type HeaderField_StatusARM struct {
	//Key: The name of the header.
	Key *string `json:"key,omitempty"`

	//Value: The value of the header.
	Value *string `json:"value,omitempty"`
}

func (*HeaderField_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HeaderField_StatusARM.

func (*HeaderField_StatusARM) DeepCopyInto

func (in *HeaderField_StatusARM) DeepCopyInto(out *HeaderField_StatusARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestGeolocation

type WebTestGeolocation struct {
	//Id: Location ID for the WebTest to run from.
	Id *string `json:"Id,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestGeolocation

func (*WebTestGeolocation) AssignPropertiesFromWebTestGeolocation

func (webTestGeolocation *WebTestGeolocation) AssignPropertiesFromWebTestGeolocation(source *v1alpha1api20180501previewstorage.WebTestGeolocation) error

AssignPropertiesFromWebTestGeolocation populates our WebTestGeolocation from the provided source WebTestGeolocation

func (*WebTestGeolocation) AssignPropertiesToWebTestGeolocation

func (webTestGeolocation *WebTestGeolocation) AssignPropertiesToWebTestGeolocation(destination *v1alpha1api20180501previewstorage.WebTestGeolocation) error

AssignPropertiesToWebTestGeolocation populates the provided destination WebTestGeolocation from our WebTestGeolocation

func (*WebTestGeolocation) ConvertToARM

func (webTestGeolocation *WebTestGeolocation) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestGeolocation) DeepCopy

func (in *WebTestGeolocation) DeepCopy() *WebTestGeolocation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestGeolocation.

func (*WebTestGeolocation) DeepCopyInto

func (in *WebTestGeolocation) DeepCopyInto(out *WebTestGeolocation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestGeolocation) NewEmptyARMValue

func (webTestGeolocation *WebTestGeolocation) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestGeolocation) PopulateFromARM

func (webTestGeolocation *WebTestGeolocation) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestGeolocationARM

type WebTestGeolocationARM struct {
	//Id: Location ID for the WebTest to run from.
	Id *string `json:"Id,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestGeolocation

func (*WebTestGeolocationARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestGeolocationARM.

func (*WebTestGeolocationARM) DeepCopyInto

func (in *WebTestGeolocationARM) DeepCopyInto(out *WebTestGeolocationARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestGeolocation_Status

type WebTestGeolocation_Status struct {
	//Id: Location ID for the WebTest to run from.
	Id *string `json:"Id,omitempty"`
}

func (*WebTestGeolocation_Status) AssignPropertiesFromWebTestGeolocationStatus

func (webTestGeolocationStatus *WebTestGeolocation_Status) AssignPropertiesFromWebTestGeolocationStatus(source *v1alpha1api20180501previewstorage.WebTestGeolocation_Status) error

AssignPropertiesFromWebTestGeolocationStatus populates our WebTestGeolocation_Status from the provided source WebTestGeolocation_Status

func (*WebTestGeolocation_Status) AssignPropertiesToWebTestGeolocationStatus

func (webTestGeolocationStatus *WebTestGeolocation_Status) AssignPropertiesToWebTestGeolocationStatus(destination *v1alpha1api20180501previewstorage.WebTestGeolocation_Status) error

AssignPropertiesToWebTestGeolocationStatus populates the provided destination WebTestGeolocation_Status from our WebTestGeolocation_Status

func (*WebTestGeolocation_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestGeolocation_Status.

func (*WebTestGeolocation_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestGeolocation_Status) NewEmptyARMValue

func (webTestGeolocationStatus *WebTestGeolocation_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestGeolocation_Status) PopulateFromARM

func (webTestGeolocationStatus *WebTestGeolocation_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestGeolocation_StatusARM

type WebTestGeolocation_StatusARM struct {
	//Id: Location ID for the WebTest to run from.
	Id *string `json:"Id,omitempty"`
}

func (*WebTestGeolocation_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestGeolocation_StatusARM.

func (*WebTestGeolocation_StatusARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestPropertiesARM

type WebTestPropertiesARM struct {
	//Configuration: An XML configuration specification for a WebTest.
	Configuration *WebTestPropertiesConfigurationARM `json:"Configuration,omitempty"`

	//Description: User defined description for this WebTest.
	Description *string `json:"Description,omitempty"`

	//Enabled: Is the test actively being monitored.
	Enabled *bool `json:"Enabled,omitempty"`

	//Frequency: Interval in seconds between test runs for this WebTest. Default value
	//is 300.
	Frequency *int `json:"Frequency,omitempty"`

	//Kind: The kind of web test this is, valid choices are ping, multistep, basic,
	//and standard.
	Kind WebTestPropertiesKind `json:"Kind"`

	//Locations: A list of where to physically run the tests from to give global
	//coverage for accessibility of your application.
	Locations []WebTestGeolocationARM `json:"Locations"`

	//Name: User defined name if this WebTest.
	Name string `json:"Name"`

	//Request: The collection of request properties
	Request *WebTestPropertiesRequestARM `json:"Request,omitempty"`

	//RetryEnabled: Allow for retries should this WebTest fail.
	RetryEnabled *bool `json:"RetryEnabled,omitempty"`

	//SyntheticMonitorId: Unique ID of this WebTest. This is typically the same value
	//as the Name field.
	SyntheticMonitorId string `json:"SyntheticMonitorId"`

	//Timeout: Seconds until this WebTest will timeout and fail. Default value is 30.
	Timeout *int `json:"Timeout,omitempty"`

	//ValidationRules: The collection of validation rule properties
	ValidationRules *WebTestPropertiesValidationRulesARM `json:"ValidationRules,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestProperties

func (*WebTestPropertiesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesARM.

func (*WebTestPropertiesARM) DeepCopyInto

func (in *WebTestPropertiesARM) DeepCopyInto(out *WebTestPropertiesARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestPropertiesConfiguration

type WebTestPropertiesConfiguration struct {
	//WebTest: The XML specification of a WebTest to run against an application.
	WebTest *string `json:"WebTest,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesConfiguration

func (*WebTestPropertiesConfiguration) AssignPropertiesFromWebTestPropertiesConfiguration

func (webTestPropertiesConfiguration *WebTestPropertiesConfiguration) AssignPropertiesFromWebTestPropertiesConfiguration(source *v1alpha1api20180501previewstorage.WebTestPropertiesConfiguration) error

AssignPropertiesFromWebTestPropertiesConfiguration populates our WebTestPropertiesConfiguration from the provided source WebTestPropertiesConfiguration

func (*WebTestPropertiesConfiguration) AssignPropertiesToWebTestPropertiesConfiguration

func (webTestPropertiesConfiguration *WebTestPropertiesConfiguration) AssignPropertiesToWebTestPropertiesConfiguration(destination *v1alpha1api20180501previewstorage.WebTestPropertiesConfiguration) error

AssignPropertiesToWebTestPropertiesConfiguration populates the provided destination WebTestPropertiesConfiguration from our WebTestPropertiesConfiguration

func (*WebTestPropertiesConfiguration) ConvertToARM

func (webTestPropertiesConfiguration *WebTestPropertiesConfiguration) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesConfiguration.

func (*WebTestPropertiesConfiguration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestPropertiesConfiguration) NewEmptyARMValue

func (webTestPropertiesConfiguration *WebTestPropertiesConfiguration) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesConfiguration) PopulateFromARM

func (webTestPropertiesConfiguration *WebTestPropertiesConfiguration) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesConfigurationARM

type WebTestPropertiesConfigurationARM struct {
	//WebTest: The XML specification of a WebTest to run against an application.
	WebTest *string `json:"WebTest,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesConfiguration

func (*WebTestPropertiesConfigurationARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesConfigurationARM.

func (*WebTestPropertiesConfigurationARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestPropertiesKind

type WebTestPropertiesKind string

+kubebuilder:validation:Enum={"basic","multistep","ping","standard"}

type WebTestPropertiesRequest

type WebTestPropertiesRequest struct {
	//FollowRedirects: Follow redirects for this web test.
	FollowRedirects *bool `json:"FollowRedirects,omitempty"`

	//Headers: List of headers and their values to add to the WebTest call.
	Headers []HeaderField `json:"Headers,omitempty"`

	//HttpVerb: Http verb to use for this web test.
	HttpVerb *string `json:"HttpVerb,omitempty"`

	//ParseDependentRequests: Parse Dependent request for this WebTest.
	ParseDependentRequests *bool `json:"ParseDependentRequests,omitempty"`

	//RequestBody: Base64 encoded string body to send with this web test.
	RequestBody *string `json:"RequestBody,omitempty"`

	//RequestUrl: Url location to test.
	RequestUrl *string `json:"RequestUrl,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesRequest

func (*WebTestPropertiesRequest) AssignPropertiesFromWebTestPropertiesRequest

func (webTestPropertiesRequest *WebTestPropertiesRequest) AssignPropertiesFromWebTestPropertiesRequest(source *v1alpha1api20180501previewstorage.WebTestPropertiesRequest) error

AssignPropertiesFromWebTestPropertiesRequest populates our WebTestPropertiesRequest from the provided source WebTestPropertiesRequest

func (*WebTestPropertiesRequest) AssignPropertiesToWebTestPropertiesRequest

func (webTestPropertiesRequest *WebTestPropertiesRequest) AssignPropertiesToWebTestPropertiesRequest(destination *v1alpha1api20180501previewstorage.WebTestPropertiesRequest) error

AssignPropertiesToWebTestPropertiesRequest populates the provided destination WebTestPropertiesRequest from our WebTestPropertiesRequest

func (*WebTestPropertiesRequest) ConvertToARM

func (webTestPropertiesRequest *WebTestPropertiesRequest) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesRequest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesRequest.

func (*WebTestPropertiesRequest) DeepCopyInto

func (in *WebTestPropertiesRequest) DeepCopyInto(out *WebTestPropertiesRequest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestPropertiesRequest) NewEmptyARMValue

func (webTestPropertiesRequest *WebTestPropertiesRequest) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesRequest) PopulateFromARM

func (webTestPropertiesRequest *WebTestPropertiesRequest) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesRequestARM

type WebTestPropertiesRequestARM struct {
	//FollowRedirects: Follow redirects for this web test.
	FollowRedirects *bool `json:"FollowRedirects,omitempty"`

	//Headers: List of headers and their values to add to the WebTest call.
	Headers []HeaderFieldARM `json:"Headers,omitempty"`

	//HttpVerb: Http verb to use for this web test.
	HttpVerb *string `json:"HttpVerb,omitempty"`

	//ParseDependentRequests: Parse Dependent request for this WebTest.
	ParseDependentRequests *bool `json:"ParseDependentRequests,omitempty"`

	//RequestBody: Base64 encoded string body to send with this web test.
	RequestBody *string `json:"RequestBody,omitempty"`

	//RequestUrl: Url location to test.
	RequestUrl *string `json:"RequestUrl,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesRequest

func (*WebTestPropertiesRequestARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesRequestARM.

func (*WebTestPropertiesRequestARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestPropertiesStatusKind

type WebTestPropertiesStatusKind string

type WebTestPropertiesValidationRules

type WebTestPropertiesValidationRules struct {
	//ContentValidation: The collection of content validation properties
	ContentValidation *WebTestPropertiesValidationRulesContentValidation `json:"ContentValidation,omitempty"`

	//ExpectedHttpStatusCode: Validate that the WebTest returns the http status code
	//provided.
	ExpectedHttpStatusCode *int `json:"ExpectedHttpStatusCode,omitempty"`

	//IgnoreHttpsStatusCode: When set, validation will ignore the status code.
	IgnoreHttpsStatusCode *bool `json:"IgnoreHttpsStatusCode,omitempty"`

	//SSLCertRemainingLifetimeCheck: A number of days to check still remain before the
	//the existing SSL cert expires.  Value must be positive and the SSLCheck must be
	//set to true.
	SSLCertRemainingLifetimeCheck *int `json:"SSLCertRemainingLifetimeCheck,omitempty"`

	//SSLCheck: Checks to see if the SSL cert is still valid.
	SSLCheck *bool `json:"SSLCheck,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesValidationRules

func (*WebTestPropertiesValidationRules) AssignPropertiesFromWebTestPropertiesValidationRules

func (webTestPropertiesValidationRules *WebTestPropertiesValidationRules) AssignPropertiesFromWebTestPropertiesValidationRules(source *v1alpha1api20180501previewstorage.WebTestPropertiesValidationRules) error

AssignPropertiesFromWebTestPropertiesValidationRules populates our WebTestPropertiesValidationRules from the provided source WebTestPropertiesValidationRules

func (*WebTestPropertiesValidationRules) AssignPropertiesToWebTestPropertiesValidationRules

func (webTestPropertiesValidationRules *WebTestPropertiesValidationRules) AssignPropertiesToWebTestPropertiesValidationRules(destination *v1alpha1api20180501previewstorage.WebTestPropertiesValidationRules) error

AssignPropertiesToWebTestPropertiesValidationRules populates the provided destination WebTestPropertiesValidationRules from our WebTestPropertiesValidationRules

func (*WebTestPropertiesValidationRules) ConvertToARM

func (webTestPropertiesValidationRules *WebTestPropertiesValidationRules) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesValidationRules) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesValidationRules.

func (*WebTestPropertiesValidationRules) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestPropertiesValidationRules) NewEmptyARMValue

func (webTestPropertiesValidationRules *WebTestPropertiesValidationRules) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesValidationRules) PopulateFromARM

func (webTestPropertiesValidationRules *WebTestPropertiesValidationRules) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesValidationRulesARM

type WebTestPropertiesValidationRulesARM struct {
	//ContentValidation: The collection of content validation properties
	ContentValidation *WebTestPropertiesValidationRulesContentValidationARM `json:"ContentValidation,omitempty"`

	//ExpectedHttpStatusCode: Validate that the WebTest returns the http status code
	//provided.
	ExpectedHttpStatusCode *int `json:"ExpectedHttpStatusCode,omitempty"`

	//IgnoreHttpsStatusCode: When set, validation will ignore the status code.
	IgnoreHttpsStatusCode *bool `json:"IgnoreHttpsStatusCode,omitempty"`

	//SSLCertRemainingLifetimeCheck: A number of days to check still remain before the
	//the existing SSL cert expires.  Value must be positive and the SSLCheck must be
	//set to true.
	SSLCertRemainingLifetimeCheck *int `json:"SSLCertRemainingLifetimeCheck,omitempty"`

	//SSLCheck: Checks to see if the SSL cert is still valid.
	SSLCheck *bool `json:"SSLCheck,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesValidationRules

func (*WebTestPropertiesValidationRulesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesValidationRulesARM.

func (*WebTestPropertiesValidationRulesARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestPropertiesValidationRulesContentValidation

type WebTestPropertiesValidationRulesContentValidation struct {
	//ContentMatch: Content to look for in the return of the WebTest.  Must not be
	//null or empty.
	ContentMatch *string `json:"ContentMatch,omitempty"`

	//IgnoreCase: When set, this value makes the ContentMatch validation case
	//insensitive.
	IgnoreCase *bool `json:"IgnoreCase,omitempty"`

	//PassIfTextFound: When true, validation will pass if there is a match for the
	//ContentMatch string.  If false, validation will fail if there is a match
	PassIfTextFound *bool `json:"PassIfTextFound,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesValidationRulesContentValidation

func (*WebTestPropertiesValidationRulesContentValidation) AssignPropertiesFromWebTestPropertiesValidationRulesContentValidation

func (webTestPropertiesValidationRulesContentValidation *WebTestPropertiesValidationRulesContentValidation) AssignPropertiesFromWebTestPropertiesValidationRulesContentValidation(source *v1alpha1api20180501previewstorage.WebTestPropertiesValidationRulesContentValidation) error

AssignPropertiesFromWebTestPropertiesValidationRulesContentValidation populates our WebTestPropertiesValidationRulesContentValidation from the provided source WebTestPropertiesValidationRulesContentValidation

func (*WebTestPropertiesValidationRulesContentValidation) AssignPropertiesToWebTestPropertiesValidationRulesContentValidation

func (webTestPropertiesValidationRulesContentValidation *WebTestPropertiesValidationRulesContentValidation) AssignPropertiesToWebTestPropertiesValidationRulesContentValidation(destination *v1alpha1api20180501previewstorage.WebTestPropertiesValidationRulesContentValidation) error

AssignPropertiesToWebTestPropertiesValidationRulesContentValidation populates the provided destination WebTestPropertiesValidationRulesContentValidation from our WebTestPropertiesValidationRulesContentValidation

func (*WebTestPropertiesValidationRulesContentValidation) ConvertToARM

func (webTestPropertiesValidationRulesContentValidation *WebTestPropertiesValidationRulesContentValidation) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesValidationRulesContentValidation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesValidationRulesContentValidation.

func (*WebTestPropertiesValidationRulesContentValidation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestPropertiesValidationRulesContentValidation) NewEmptyARMValue

func (webTestPropertiesValidationRulesContentValidation *WebTestPropertiesValidationRulesContentValidation) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesValidationRulesContentValidation) PopulateFromARM

func (webTestPropertiesValidationRulesContentValidation *WebTestPropertiesValidationRulesContentValidation) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesValidationRulesContentValidationARM

type WebTestPropertiesValidationRulesContentValidationARM struct {
	//ContentMatch: Content to look for in the return of the WebTest.  Must not be
	//null or empty.
	ContentMatch *string `json:"ContentMatch,omitempty"`

	//IgnoreCase: When set, this value makes the ContentMatch validation case
	//insensitive.
	IgnoreCase *bool `json:"IgnoreCase,omitempty"`

	//PassIfTextFound: When true, validation will pass if there is a match for the
	//ContentMatch string.  If false, validation will fail if there is a match
	PassIfTextFound *bool `json:"PassIfTextFound,omitempty"`
}

Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/definitions/WebTestPropertiesValidationRulesContentValidation

func (*WebTestPropertiesValidationRulesContentValidationARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestPropertiesValidationRulesContentValidationARM.

func (*WebTestPropertiesValidationRulesContentValidationARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestProperties_StatusARM

type WebTestProperties_StatusARM struct {
	//Configuration: An XML configuration specification for a WebTest.
	Configuration *WebTestProperties_Status_ConfigurationARM `json:"Configuration,omitempty"`

	//Description: User defined description for this WebTest.
	Description *string `json:"Description,omitempty"`

	//Enabled: Is the test actively being monitored.
	Enabled *bool `json:"Enabled,omitempty"`

	//Frequency: Interval in seconds between test runs for this WebTest. Default value
	//is 300.
	Frequency *int `json:"Frequency,omitempty"`

	//Kind: The kind of web test this is, valid choices are ping, multistep, basic,
	//and standard.
	Kind WebTestPropertiesStatusKind `json:"Kind"`

	//Locations: A list of where to physically run the tests from to give global
	//coverage for accessibility of your application.
	Locations []WebTestGeolocation_StatusARM `json:"Locations"`

	//Name: User defined name if this WebTest.
	Name string `json:"Name"`

	//ProvisioningState: Current state of this component, whether or not is has been
	//provisioned within the resource group it is defined. Users cannot change this
	//value but are able to read from it. Values will include Succeeded, Deploying,
	//Canceled, and Failed.
	ProvisioningState *string `json:"provisioningState,omitempty"`

	//Request: The collection of request properties
	Request *WebTestProperties_Status_RequestARM `json:"Request,omitempty"`

	//RetryEnabled: Allow for retries should this WebTest fail.
	RetryEnabled *bool `json:"RetryEnabled,omitempty"`

	//SyntheticMonitorId: Unique ID of this WebTest. This is typically the same value
	//as the Name field.
	SyntheticMonitorId string `json:"SyntheticMonitorId"`

	//Timeout: Seconds until this WebTest will timeout and fail. Default value is 30.
	Timeout *int `json:"Timeout,omitempty"`

	//ValidationRules: The collection of validation rule properties
	ValidationRules *WebTestProperties_Status_ValidationRulesARM `json:"ValidationRules,omitempty"`
}

func (*WebTestProperties_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_StatusARM.

func (*WebTestProperties_StatusARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestProperties_Status_Configuration

type WebTestProperties_Status_Configuration struct {
	//WebTest: The XML specification of a WebTest to run against an application.
	WebTest *string `json:"WebTest,omitempty"`
}

func (*WebTestProperties_Status_Configuration) AssignPropertiesFromWebTestPropertiesStatusConfiguration

func (webTestPropertiesStatusConfiguration *WebTestProperties_Status_Configuration) AssignPropertiesFromWebTestPropertiesStatusConfiguration(source *v1alpha1api20180501previewstorage.WebTestProperties_Status_Configuration) error

AssignPropertiesFromWebTestPropertiesStatusConfiguration populates our WebTestProperties_Status_Configuration from the provided source WebTestProperties_Status_Configuration

func (*WebTestProperties_Status_Configuration) AssignPropertiesToWebTestPropertiesStatusConfiguration

func (webTestPropertiesStatusConfiguration *WebTestProperties_Status_Configuration) AssignPropertiesToWebTestPropertiesStatusConfiguration(destination *v1alpha1api20180501previewstorage.WebTestProperties_Status_Configuration) error

AssignPropertiesToWebTestPropertiesStatusConfiguration populates the provided destination WebTestProperties_Status_Configuration from our WebTestProperties_Status_Configuration

func (*WebTestProperties_Status_Configuration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_Configuration.

func (*WebTestProperties_Status_Configuration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestProperties_Status_Configuration) NewEmptyARMValue

func (webTestPropertiesStatusConfiguration *WebTestProperties_Status_Configuration) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_Configuration) PopulateFromARM

func (webTestPropertiesStatusConfiguration *WebTestProperties_Status_Configuration) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_ConfigurationARM

type WebTestProperties_Status_ConfigurationARM struct {
	//WebTest: The XML specification of a WebTest to run against an application.
	WebTest *string `json:"WebTest,omitempty"`
}

func (*WebTestProperties_Status_ConfigurationARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_ConfigurationARM.

func (*WebTestProperties_Status_ConfigurationARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestProperties_Status_Request

type WebTestProperties_Status_Request struct {
	//FollowRedirects: Follow redirects for this web test.
	FollowRedirects *bool `json:"FollowRedirects,omitempty"`

	//Headers: List of headers and their values to add to the WebTest call.
	Headers []HeaderField_Status `json:"Headers,omitempty"`

	//HttpVerb: Http verb to use for this web test.
	HttpVerb *string `json:"HttpVerb,omitempty"`

	//ParseDependentRequests: Parse Dependent request for this WebTest.
	ParseDependentRequests *bool `json:"ParseDependentRequests,omitempty"`

	//RequestBody: Base64 encoded string body to send with this web test.
	RequestBody *string `json:"RequestBody,omitempty"`

	//RequestUrl: Url location to test.
	RequestUrl *string `json:"RequestUrl,omitempty"`
}

func (*WebTestProperties_Status_Request) AssignPropertiesFromWebTestPropertiesStatusRequest

func (webTestPropertiesStatusRequest *WebTestProperties_Status_Request) AssignPropertiesFromWebTestPropertiesStatusRequest(source *v1alpha1api20180501previewstorage.WebTestProperties_Status_Request) error

AssignPropertiesFromWebTestPropertiesStatusRequest populates our WebTestProperties_Status_Request from the provided source WebTestProperties_Status_Request

func (*WebTestProperties_Status_Request) AssignPropertiesToWebTestPropertiesStatusRequest

func (webTestPropertiesStatusRequest *WebTestProperties_Status_Request) AssignPropertiesToWebTestPropertiesStatusRequest(destination *v1alpha1api20180501previewstorage.WebTestProperties_Status_Request) error

AssignPropertiesToWebTestPropertiesStatusRequest populates the provided destination WebTestProperties_Status_Request from our WebTestProperties_Status_Request

func (*WebTestProperties_Status_Request) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_Request.

func (*WebTestProperties_Status_Request) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestProperties_Status_Request) NewEmptyARMValue

func (webTestPropertiesStatusRequest *WebTestProperties_Status_Request) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_Request) PopulateFromARM

func (webTestPropertiesStatusRequest *WebTestProperties_Status_Request) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_RequestARM

type WebTestProperties_Status_RequestARM struct {
	//FollowRedirects: Follow redirects for this web test.
	FollowRedirects *bool `json:"FollowRedirects,omitempty"`

	//Headers: List of headers and their values to add to the WebTest call.
	Headers []HeaderField_StatusARM `json:"Headers,omitempty"`

	//HttpVerb: Http verb to use for this web test.
	HttpVerb *string `json:"HttpVerb,omitempty"`

	//ParseDependentRequests: Parse Dependent request for this WebTest.
	ParseDependentRequests *bool `json:"ParseDependentRequests,omitempty"`

	//RequestBody: Base64 encoded string body to send with this web test.
	RequestBody *string `json:"RequestBody,omitempty"`

	//RequestUrl: Url location to test.
	RequestUrl *string `json:"RequestUrl,omitempty"`
}

func (*WebTestProperties_Status_RequestARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_RequestARM.

func (*WebTestProperties_Status_RequestARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestProperties_Status_ValidationRules

type WebTestProperties_Status_ValidationRules struct {
	//ContentValidation: The collection of content validation properties
	ContentValidation *WebTestProperties_Status_ValidationRules_ContentValidation `json:"ContentValidation,omitempty"`

	//ExpectedHttpStatusCode: Validate that the WebTest returns the http status code
	//provided.
	ExpectedHttpStatusCode *int `json:"ExpectedHttpStatusCode,omitempty"`

	//IgnoreHttpsStatusCode: When set, validation will ignore the status code.
	IgnoreHttpsStatusCode *bool `json:"IgnoreHttpsStatusCode,omitempty"`

	//SSLCertRemainingLifetimeCheck: A number of days to check still remain before the
	//the existing SSL cert expires.  Value must be positive and the SSLCheck must be
	//set to true.
	SSLCertRemainingLifetimeCheck *int `json:"SSLCertRemainingLifetimeCheck,omitempty"`

	//SSLCheck: Checks to see if the SSL cert is still valid.
	SSLCheck *bool `json:"SSLCheck,omitempty"`
}

func (*WebTestProperties_Status_ValidationRules) AssignPropertiesFromWebTestPropertiesStatusValidationRules

func (webTestPropertiesStatusValidationRules *WebTestProperties_Status_ValidationRules) AssignPropertiesFromWebTestPropertiesStatusValidationRules(source *v1alpha1api20180501previewstorage.WebTestProperties_Status_ValidationRules) error

AssignPropertiesFromWebTestPropertiesStatusValidationRules populates our WebTestProperties_Status_ValidationRules from the provided source WebTestProperties_Status_ValidationRules

func (*WebTestProperties_Status_ValidationRules) AssignPropertiesToWebTestPropertiesStatusValidationRules

func (webTestPropertiesStatusValidationRules *WebTestProperties_Status_ValidationRules) AssignPropertiesToWebTestPropertiesStatusValidationRules(destination *v1alpha1api20180501previewstorage.WebTestProperties_Status_ValidationRules) error

AssignPropertiesToWebTestPropertiesStatusValidationRules populates the provided destination WebTestProperties_Status_ValidationRules from our WebTestProperties_Status_ValidationRules

func (*WebTestProperties_Status_ValidationRules) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_ValidationRules.

func (*WebTestProperties_Status_ValidationRules) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestProperties_Status_ValidationRules) NewEmptyARMValue

func (webTestPropertiesStatusValidationRules *WebTestProperties_Status_ValidationRules) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_ValidationRules) PopulateFromARM

func (webTestPropertiesStatusValidationRules *WebTestProperties_Status_ValidationRules) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_ValidationRulesARM

type WebTestProperties_Status_ValidationRulesARM struct {
	//ContentValidation: The collection of content validation properties
	ContentValidation *WebTestProperties_Status_ValidationRules_ContentValidationARM `json:"ContentValidation,omitempty"`

	//ExpectedHttpStatusCode: Validate that the WebTest returns the http status code
	//provided.
	ExpectedHttpStatusCode *int `json:"ExpectedHttpStatusCode,omitempty"`

	//IgnoreHttpsStatusCode: When set, validation will ignore the status code.
	IgnoreHttpsStatusCode *bool `json:"IgnoreHttpsStatusCode,omitempty"`

	//SSLCertRemainingLifetimeCheck: A number of days to check still remain before the
	//the existing SSL cert expires.  Value must be positive and the SSLCheck must be
	//set to true.
	SSLCertRemainingLifetimeCheck *int `json:"SSLCertRemainingLifetimeCheck,omitempty"`

	//SSLCheck: Checks to see if the SSL cert is still valid.
	SSLCheck *bool `json:"SSLCheck,omitempty"`
}

func (*WebTestProperties_Status_ValidationRulesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_ValidationRulesARM.

func (*WebTestProperties_Status_ValidationRulesARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTestProperties_Status_ValidationRules_ContentValidation

type WebTestProperties_Status_ValidationRules_ContentValidation struct {
	//ContentMatch: Content to look for in the return of the WebTest.  Must not be
	//null or empty.
	ContentMatch *string `json:"ContentMatch,omitempty"`

	//IgnoreCase: When set, this value makes the ContentMatch validation case
	//insensitive.
	IgnoreCase *bool `json:"IgnoreCase,omitempty"`

	//PassIfTextFound: When true, validation will pass if there is a match for the
	//ContentMatch string.  If false, validation will fail if there is a match
	PassIfTextFound *bool `json:"PassIfTextFound,omitempty"`
}

func (*WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesFromWebTestPropertiesStatusValidationRulesContentValidation

func (webTestPropertiesStatusValidationRulesContentValidation *WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesFromWebTestPropertiesStatusValidationRulesContentValidation(source *v1alpha1api20180501previewstorage.WebTestProperties_Status_ValidationRules_ContentValidation) error

AssignPropertiesFromWebTestPropertiesStatusValidationRulesContentValidation populates our WebTestProperties_Status_ValidationRules_ContentValidation from the provided source WebTestProperties_Status_ValidationRules_ContentValidation

func (*WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesToWebTestPropertiesStatusValidationRulesContentValidation

func (webTestPropertiesStatusValidationRulesContentValidation *WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesToWebTestPropertiesStatusValidationRulesContentValidation(destination *v1alpha1api20180501previewstorage.WebTestProperties_Status_ValidationRules_ContentValidation) error

AssignPropertiesToWebTestPropertiesStatusValidationRulesContentValidation populates the provided destination WebTestProperties_Status_ValidationRules_ContentValidation from our WebTestProperties_Status_ValidationRules_ContentValidation

func (*WebTestProperties_Status_ValidationRules_ContentValidation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_ValidationRules_ContentValidation.

func (*WebTestProperties_Status_ValidationRules_ContentValidation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTestProperties_Status_ValidationRules_ContentValidation) NewEmptyARMValue

func (webTestPropertiesStatusValidationRulesContentValidation *WebTestProperties_Status_ValidationRules_ContentValidation) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_ValidationRules_ContentValidation) PopulateFromARM

func (webTestPropertiesStatusValidationRulesContentValidation *WebTestProperties_Status_ValidationRules_ContentValidation) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_ValidationRules_ContentValidationARM

type WebTestProperties_Status_ValidationRules_ContentValidationARM struct {
	//ContentMatch: Content to look for in the return of the WebTest.  Must not be
	//null or empty.
	ContentMatch *string `json:"ContentMatch,omitempty"`

	//IgnoreCase: When set, this value makes the ContentMatch validation case
	//insensitive.
	IgnoreCase *bool `json:"IgnoreCase,omitempty"`

	//PassIfTextFound: When true, validation will pass if there is a match for the
	//ContentMatch string.  If false, validation will fail if there is a match
	PassIfTextFound *bool `json:"PassIfTextFound,omitempty"`
}

func (*WebTestProperties_Status_ValidationRules_ContentValidationARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTestProperties_Status_ValidationRules_ContentValidationARM.

func (*WebTestProperties_Status_ValidationRules_ContentValidationARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type WebTest_Status

type WebTest_Status struct {
	//Conditions: The observed state of the resource
	Conditions []conditions.Condition `json:"conditions,omitempty"`

	//Configuration: An XML configuration specification for a WebTest.
	Configuration *WebTestProperties_Status_Configuration `json:"Configuration,omitempty"`

	//Description: User defined description for this WebTest.
	Description *string `json:"Description,omitempty"`

	//Enabled: Is the test actively being monitored.
	Enabled *bool `json:"Enabled,omitempty"`

	//Frequency: Interval in seconds between test runs for this WebTest. Default value
	//is 300.
	Frequency *int `json:"Frequency,omitempty"`

	//Id: Azure resource Id
	Id *string `json:"id,omitempty"`

	//Kind: The kind of web test this is, valid choices are ping, multistep, basic,
	//and standard.
	Kind *WebTestPropertiesStatusKind `json:"Kind,omitempty"`

	//Location: Resource location
	Location *string `json:"location,omitempty"`

	//Locations: A list of where to physically run the tests from to give global
	//coverage for accessibility of your application.
	Locations []WebTestGeolocation_Status `json:"Locations,omitempty"`

	//Name: Azure resource name
	Name *string `json:"name,omitempty"`

	//PropertiesName: User defined name if this WebTest.
	PropertiesName *string `json:"properties_name,omitempty"`

	//ProvisioningState: Current state of this component, whether or not is has been
	//provisioned within the resource group it is defined. Users cannot change this
	//value but are able to read from it. Values will include Succeeded, Deploying,
	//Canceled, and Failed.
	ProvisioningState *string `json:"provisioningState,omitempty"`

	//Request: The collection of request properties
	Request *WebTestProperties_Status_Request `json:"Request,omitempty"`

	//RetryEnabled: Allow for retries should this WebTest fail.
	RetryEnabled *bool `json:"RetryEnabled,omitempty"`

	//SyntheticMonitorId: Unique ID of this WebTest. This is typically the same value
	//as the Name field.
	SyntheticMonitorId *string `json:"SyntheticMonitorId,omitempty"`

	//Tags: Resource tags
	Tags *v1.JSON `json:"tags,omitempty"`

	//Timeout: Seconds until this WebTest will timeout and fail. Default value is 30.
	Timeout *int `json:"Timeout,omitempty"`

	//Type: Azure resource type
	Type *string `json:"type,omitempty"`

	//ValidationRules: The collection of validation rule properties
	ValidationRules *WebTestProperties_Status_ValidationRules `json:"ValidationRules,omitempty"`
}

func (*WebTest_Status) AssignPropertiesFromWebTestStatus

func (webTestStatus *WebTest_Status) AssignPropertiesFromWebTestStatus(source *v1alpha1api20180501previewstorage.WebTest_Status) error

AssignPropertiesFromWebTestStatus populates our WebTest_Status from the provided source WebTest_Status

func (*WebTest_Status) AssignPropertiesToWebTestStatus

func (webTestStatus *WebTest_Status) AssignPropertiesToWebTestStatus(destination *v1alpha1api20180501previewstorage.WebTest_Status) error

AssignPropertiesToWebTestStatus populates the provided destination WebTest_Status from our WebTest_Status

func (*WebTest_Status) ConvertStatusFrom

func (webTestStatus *WebTest_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our WebTest_Status from the provided source

func (*WebTest_Status) ConvertStatusTo

func (webTestStatus *WebTest_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our WebTest_Status

func (*WebTest_Status) DeepCopy

func (in *WebTest_Status) DeepCopy() *WebTest_Status

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTest_Status.

func (*WebTest_Status) DeepCopyInto

func (in *WebTest_Status) DeepCopyInto(out *WebTest_Status)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebTest_Status) NewEmptyARMValue

func (webTestStatus *WebTest_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTest_Status) PopulateFromARM

func (webTestStatus *WebTest_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTest_StatusARM

type WebTest_StatusARM struct {
	//Id: Azure resource Id
	Id *string `json:"id,omitempty"`

	//Location: Resource location
	Location *string `json:"location,omitempty"`

	//Name: Azure resource name
	Name *string `json:"name,omitempty"`

	//Properties: Metadata describing a web test for an Azure resource.
	Properties *WebTestProperties_StatusARM `json:"properties,omitempty"`

	//Tags: Resource tags
	Tags *v1.JSON `json:"tags,omitempty"`

	//Type: Azure resource type
	Type *string `json:"type,omitempty"`
}

func (*WebTest_StatusARM) DeepCopy

func (in *WebTest_StatusARM) DeepCopy() *WebTest_StatusARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebTest_StatusARM.

func (*WebTest_StatusARM) DeepCopyInto

func (in *WebTest_StatusARM) DeepCopyInto(out *WebTest_StatusARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Webtest

type Webtest struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Webtests_Spec  `json:"spec,omitempty"`
	Status            WebTest_Status `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/webtests

func (*Webtest) AssignPropertiesFromWebtest

func (webtest *Webtest) AssignPropertiesFromWebtest(source *v1alpha1api20180501previewstorage.Webtest) error

AssignPropertiesFromWebtest populates our Webtest from the provided source Webtest

func (*Webtest) AssignPropertiesToWebtest

func (webtest *Webtest) AssignPropertiesToWebtest(destination *v1alpha1api20180501previewstorage.Webtest) error

AssignPropertiesToWebtest populates the provided destination Webtest from our Webtest

func (*Webtest) AzureName

func (webtest *Webtest) AzureName() string

AzureName returns the Azure name of the resource

func (*Webtest) ConvertFrom

func (webtest *Webtest) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our Webtest from the provided hub Webtest

func (*Webtest) ConvertTo

func (webtest *Webtest) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub Webtest from our Webtest

func (*Webtest) DeepCopy

func (in *Webtest) DeepCopy() *Webtest

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Webtest.

func (*Webtest) DeepCopyInto

func (in *Webtest) DeepCopyInto(out *Webtest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Webtest) DeepCopyObject

func (in *Webtest) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Webtest) Default

func (webtest *Webtest) Default()

Default applies defaults to the Webtest resource

func (Webtest) GetAPIVersion

func (webtest Webtest) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2018-05-01-preview"

func (*Webtest) GetConditions

func (webtest *Webtest) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Webtest) GetResourceKind

func (webtest *Webtest) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*Webtest) GetSpec

func (webtest *Webtest) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Webtest) GetStatus

func (webtest *Webtest) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Webtest) GetType

func (webtest *Webtest) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/webtests"

func (*Webtest) NewEmptyStatus

func (webtest *Webtest) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Webtest) OriginalGVK

func (webtest *Webtest) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*Webtest) Owner

func (webtest *Webtest) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*Webtest) SetConditions

func (webtest *Webtest) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Webtest) SetStatus

func (webtest *Webtest) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*Webtest) ValidateCreate

func (webtest *Webtest) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*Webtest) ValidateDelete

func (webtest *Webtest) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*Webtest) ValidateUpdate

func (webtest *Webtest) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type WebtestList

type WebtestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Webtest `json:"items"`
}

+kubebuilder:object:root=true Generated from: https://schema.management.azure.com/schemas/2018-05-01-preview/Microsoft.Insights.Application.json#/resourceDefinitions/webtests

func (*WebtestList) DeepCopy

func (in *WebtestList) DeepCopy() *WebtestList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebtestList.

func (*WebtestList) DeepCopyInto

func (in *WebtestList) DeepCopyInto(out *WebtestList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WebtestList) DeepCopyObject

func (in *WebtestList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type WebtestsSpecAPIVersion

type WebtestsSpecAPIVersion string

+kubebuilder:validation:Enum={"2018-05-01-preview"}

type Webtests_Spec

type Webtests_Spec struct {
	//AzureName: The name of the resource in Azure. This is often the same as the name
	//of the resource in Kubernetes but it doesn't have to be.
	AzureName string `json:"azureName"`

	//Configuration: An XML configuration specification for a WebTest.
	Configuration *WebTestPropertiesConfiguration `json:"Configuration,omitempty"`

	//Description: User defined description for this WebTest.
	Description *string `json:"Description,omitempty"`

	//Enabled: Is the test actively being monitored.
	Enabled *bool `json:"Enabled,omitempty"`

	//Frequency: Interval in seconds between test runs for this WebTest. Default value
	//is 300.
	Frequency *int `json:"Frequency,omitempty"`

	// +kubebuilder:validation:Required
	//Kind: The kind of web test this is, valid choices are ping, multistep, basic,
	//and standard.
	Kind WebTestPropertiesKind `json:"Kind"`

	//Location: Location to deploy resource to
	Location string `json:"location,omitempty"`

	// +kubebuilder:validation:Required
	//Locations: A list of where to physically run the tests from to give global
	//coverage for accessibility of your application.
	Locations []WebTestGeolocation `json:"Locations"`

	// +kubebuilder:validation:Required
	//Name: User defined name if this WebTest.
	Name string `json:"Name"`

	// +kubebuilder:validation:Required
	Owner genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner" kind:"ResourceGroup"`

	//Request: The collection of request properties
	Request *WebTestPropertiesRequest `json:"Request,omitempty"`

	//RetryEnabled: Allow for retries should this WebTest fail.
	RetryEnabled *bool `json:"RetryEnabled,omitempty"`

	// +kubebuilder:validation:Required
	//SyntheticMonitorId: Unique ID of this WebTest. This is typically the same value
	//as the Name field.
	SyntheticMonitorId string `json:"SyntheticMonitorId"`

	//Tags: Name-value pairs to add to the resource
	Tags map[string]string `json:"tags,omitempty"`

	//Timeout: Seconds until this WebTest will timeout and fail. Default value is 30.
	Timeout *int `json:"Timeout,omitempty"`

	//ValidationRules: The collection of validation rule properties
	ValidationRules *WebTestPropertiesValidationRules `json:"ValidationRules,omitempty"`
}

func (*Webtests_Spec) AssignPropertiesFromWebtestsSpec

func (webtestsSpec *Webtests_Spec) AssignPropertiesFromWebtestsSpec(source *v1alpha1api20180501previewstorage.Webtests_Spec) error

AssignPropertiesFromWebtestsSpec populates our Webtests_Spec from the provided source Webtests_Spec

func (*Webtests_Spec) AssignPropertiesToWebtestsSpec

func (webtestsSpec *Webtests_Spec) AssignPropertiesToWebtestsSpec(destination *v1alpha1api20180501previewstorage.Webtests_Spec) error

AssignPropertiesToWebtestsSpec populates the provided destination Webtests_Spec from our Webtests_Spec

func (*Webtests_Spec) ConvertSpecFrom

func (webtestsSpec *Webtests_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Webtests_Spec from the provided source

func (*Webtests_Spec) ConvertSpecTo

func (webtestsSpec *Webtests_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Webtests_Spec

func (*Webtests_Spec) ConvertToARM

func (webtestsSpec *Webtests_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Webtests_Spec) DeepCopy

func (in *Webtests_Spec) DeepCopy() *Webtests_Spec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Webtests_Spec.

func (*Webtests_Spec) DeepCopyInto

func (in *Webtests_Spec) DeepCopyInto(out *Webtests_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Webtests_Spec) NewEmptyARMValue

func (webtestsSpec *Webtests_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Webtests_Spec) OriginalVersion

func (webtestsSpec *Webtests_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*Webtests_Spec) PopulateFromARM

func (webtestsSpec *Webtests_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Webtests_Spec) SetAzureName

func (webtestsSpec *Webtests_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Webtests_SpecARM

type Webtests_SpecARM struct {
	//Location: Location to deploy resource to
	Location string `json:"location,omitempty"`

	//Name: The name of the Application Insights WebTest resource.
	Name string `json:"name"`

	//Properties: Metadata describing a web test for an Azure resource.
	Properties WebTestPropertiesARM `json:"properties"`

	//Tags: Name-value pairs to add to the resource
	Tags map[string]string `json:"tags,omitempty"`
}

func (*Webtests_SpecARM) DeepCopy

func (in *Webtests_SpecARM) DeepCopy() *Webtests_SpecARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Webtests_SpecARM.

func (*Webtests_SpecARM) DeepCopyInto

func (in *Webtests_SpecARM) DeepCopyInto(out *Webtests_SpecARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (Webtests_SpecARM) GetAPIVersion

func (webtestsSpecARM Webtests_SpecARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2018-05-01-preview"

func (Webtests_SpecARM) GetName

func (webtestsSpecARM Webtests_SpecARM) GetName() string

GetName returns the Name of the resource

func (Webtests_SpecARM) GetType

func (webtestsSpecARM Webtests_SpecARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/webtests"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL