Skip to content

Commit

Permalink
Updated helm charts with the new port
Browse files Browse the repository at this point in the history
Unfortunately this generated a lot of changes because descriptions are
no longer word-wrapped -  it looks like this was a change made to
kustomize last year:
kubernetes-sigs/kustomize#947

Also includes the recently added ipTags on AzurePublicIPAddresses.
  • Loading branch information
babbageclunk committed Aug 5, 2020
1 parent 95b1bde commit 0ca7d36
Show file tree
Hide file tree
Showing 45 changed files with 296 additions and 706 deletions.
Binary file modified charts/azure-service-operator-0.1.0.tgz
Binary file not shown.
Expand Up @@ -28,14 +28,10 @@ spec:
openAPIV3Schema:
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
Expand All @@ -51,84 +47,64 @@ spec:
properties:
properties:
apiRevision:
description: APIRevision - Describes the Revision of the Api. If
no value is provided, default revision 1 is created
description: APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created
type: string
apiRevisionDescription:
description: APIRevisionDescription - Description of the Api Revision.
type: string
apiVersion:
description: APIVersion - Indicates the Version identifier of the
API if the API is versioned
description: APIVersion - Indicates the Version identifier of the API if the API is versioned
type: string
apiVersionDescription:
description: APIVersionDescription - Description of the Api Version.
type: string
apiVersionSetId:
description: APIVersionSetID - A resource identifier for the related
ApiVersionSet.
description: APIVersionSetID - A resource identifier for the related ApiVersionSet.
type: string
apiVersionSets:
description: APIVersionSet - APIVersionSetContractDetails an API
Version Set contains the common configuration for a set of API
versions.
description: APIVersionSet - APIVersionSetContractDetails an API Version Set contains the common configuration for a set of API versions.
properties:
description:
description: Description - Description of API Version Set.
type: string
id:
description: ID - Identifier for existing API Version Set. Omit
this value to create a new Version Set.
description: ID - Identifier for existing API Version Set. Omit this value to create a new Version Set.
type: string
name:
description: Name - The display Name of the API Version Set.
type: string
type: object
description:
description: Description - Description of the API. May include HTML
formatting tags.
description: Description - Description of the API. May include HTML formatting tags.
type: string
displayName:
description: DisplayName - API name. Must be 1 to 300 characters
long.
description: DisplayName - API name. Must be 1 to 300 characters long.
type: string
format:
description: " Format - Format of the Content in which the API is
getting imported. Possible values include: \t'WadlXML', 'WadlLinkJSON',
'SwaggerJSON', 'SwaggerLinkJSON', 'Wsdl', 'WsdlLink', 'Openapi',
'Openapijson', 'OpenapiLink'"
description: " Format - Format of the Content in which the API is getting imported. Possible values include: \t'WadlXML', 'WadlLinkJSON', 'SwaggerJSON', 'SwaggerLinkJSON', 'Wsdl', 'WsdlLink', 'Openapi', 'Openapijson', 'OpenapiLink'"
type: string
isCurrent:
description: IsCurrent - Indicates if API revision is current api
revision.
description: IsCurrent - Indicates if API revision is current api revision.
type: boolean
isOnline:
description: IsOnline - READ-ONLY; Indicates if API revision is
accessible via the gateway.
description: IsOnline - READ-ONLY; Indicates if API revision is accessible via the gateway.
type: boolean
path:
description: " Path - Relative URL uniquely identifying this API
and all of its resource paths within the API Management service
instance. \tIt is appended to the API endpoint base URL specified
during the service instance creation to form a public URL for
this API."
description: " Path - Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. \tIt is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API."
type: string
protocols:
description: Protocols - Describes on which protocols the operations
in this API can be invoked.
description: Protocols - Describes on which protocols the operations in this API can be invoked.
items:
type: string
type: array
serviceUrl:
description: ServiceURL - Absolute URL of the backend service implementing
this API. Cannot be more than 2000 characters long.
description: ServiceURL - Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long.
type: string
sourceApiId:
description: SourceAPIID - API identifier of the source API.
type: string
subscriptionRequired:
description: SubscriptionRequired - Specifies whether an API or
Product subscription is required for accessing the API.
description: SubscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.
type: boolean
type: object
resourceGroup:
Expand All @@ -142,8 +118,7 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -29,14 +29,10 @@ spec:
description: ApimService is the Schema for the apimservices API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
Expand All @@ -56,8 +52,7 @@ spec:
resourceGroup:
type: string
tier:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file'
type: string
vnetName:
type: string
Expand All @@ -75,8 +70,7 @@ spec:
- vnetResourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -29,14 +29,10 @@ spec:
description: AppInsights is the Schema for the appinsights API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
Expand All @@ -61,8 +57,7 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -27,14 +27,10 @@ spec:
description: AppInsightsApiKey is the Schema for the appinsightsapikeys API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
Expand All @@ -56,8 +52,7 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -29,14 +29,10 @@ spec:
description: AzureLoadBalancer is the Schema for the azureloadbalancers API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
Expand All @@ -54,8 +50,7 @@ spec:
inboundNatPoolName:
type: string
location:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file'
type: string
publicIPAddressName:
type: string
Expand All @@ -73,8 +68,7 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -26,27 +26,21 @@ spec:
status: {}
validation:
openAPIV3Schema:
description: AzureNetworkInterface is the Schema for the azurenetworkinterfaces
API
description: AzureNetworkInterface is the Schema for the azurenetworkinterfaces API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: AzureNetworkInterfaceSpec defines the desired state of AzureNetworkInterface
properties:
location:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file'
type: string
publicIPAddressName:
type: string
Expand All @@ -65,8 +59,7 @@ spec:
- vnetName
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
properties:
completed:
format: date-time
Expand Down

0 comments on commit 0ca7d36

Please sign in to comment.