Class CreateServiceModel.Spec

java.lang.Object
org.citrusframework.model.testcase.kubernetes.CreateServiceModel.Spec
Enclosing class:
CreateServiceModel

public static class CreateServiceModel.Spec extends Object

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="selector">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ports" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" default="TCP" />
                 <attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="target-port" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="node-port" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>