All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.kubernetes.api.model.ClientIPConfigAssert Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;


/**
 * {@link ClientIPConfig} specific assertions - Generated by CustomAssertionGenerator.
 *
 * Although this class is not final to allow Soft assertions proxy, if you wish to extend it, 
 * extend {@link AbstractClientIPConfigAssert} instead.
 */
public class ClientIPConfigAssert extends AbstractClientIPConfigAssert {

  /**
   * Creates a new {@link ClientIPConfigAssert} to make assertions on actual ClientIPConfig.
   * @param actual the ClientIPConfig we want to make assertions on.
   */
  public ClientIPConfigAssert(ClientIPConfig actual) {
    super(actual, ClientIPConfigAssert.class);
  }

  /**
   * An entry point for ClientIPConfigAssert to follow AssertJ standard assertThat() statements.
* With a static import, one can write directly: assertThat(myClientIPConfig) and get specific assertion with code completion. * @param actual the ClientIPConfig we want to make assertions on. * @return a new {@link ClientIPConfigAssert} */ public static ClientIPConfigAssert assertThat(ClientIPConfig actual) { return new ClientIPConfigAssert(actual); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy