update dependencies (#6267)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
4
vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressstatus.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressstatus.go
generated
vendored
@@ -18,13 +18,13 @@ limitations under the License.
|
||||
|
||||
package v1beta1
|
||||
|
||||
// IngressStatusApplyConfiguration represents an declarative configuration of the IngressStatus type for use
|
||||
// IngressStatusApplyConfiguration represents a declarative configuration of the IngressStatus type for use
|
||||
// with apply.
|
||||
type IngressStatusApplyConfiguration struct {
|
||||
LoadBalancer *IngressLoadBalancerStatusApplyConfiguration `json:"loadBalancer,omitempty"`
|
||||
}
|
||||
|
||||
// IngressStatusApplyConfiguration constructs an declarative configuration of the IngressStatus type for use with
|
||||
// IngressStatusApplyConfiguration constructs a declarative configuration of the IngressStatus type for use with
|
||||
// apply.
|
||||
func IngressStatus() *IngressStatusApplyConfiguration {
|
||||
return &IngressStatusApplyConfiguration{}
|
||||
|
||||
Reference in New Issue
Block a user